@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-05-17T17:57:10.292+08:00") public class MsgContent extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MsgContent.TypeEnum
Gets or Sets type
|
| 构造器和说明 |
|---|
MsgContent() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.