@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-09-10T09:27:02.553+08:00") public class AuthCodeResp extends Object
| Constructor and Description |
|---|
AuthCodeResp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static AuthCodeResp |
fromString(String json)
Convert the given JSON string to object of class
AuthCodeResp. |
Integer |
getCode()
状态
|
String |
getDesc()
描述
|
String |
getMsgId()
Get msgId
|
int |
hashCode() |
void |
setCode(Integer code) |
void |
setDesc(String desc) |
void |
setMsgId(String msgId) |
String |
toString() |
AuthCodeResp |
withCode(Integer code) |
AuthCodeResp |
withDesc(String desc) |
AuthCodeResp |
withMsgId(String msgId) |
public AuthCodeResp withCode(Integer code)
public Integer getCode()
public void setCode(Integer code)
public AuthCodeResp withDesc(String desc)
public String getDesc()
public void setDesc(String desc)
public AuthCodeResp withMsgId(String msgId)
public String getMsgId()
public void setMsgId(String msgId)
public static AuthCodeResp fromString(String json) throws IOException
AuthCodeResp.IOExceptionCopyright © 2019. All rights reserved.