@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-07-17T15:11:45.646-04:00") public class MsgContent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MsgContent.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
MsgContent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMsg()
Get msg
|
MsgContent.TypeEnum |
getType()
Get type
|
int |
hashCode() |
MsgContent |
msg(String msg) |
void |
setMsg(String msg) |
void |
setType(MsgContent.TypeEnum type) |
String |
toString() |
MsgContent |
type(MsgContent.TypeEnum type) |
public MsgContent type(MsgContent.TypeEnum type)
public MsgContent.TypeEnum getType()
public void setType(MsgContent.TypeEnum type)
public MsgContent msg(String msg)
public String getMsg()
public void setMsg(String msg)
Copyright © 2017. All rights reserved.