@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-09-10T09:27:02.553+08:00") public class SmsValidateReq extends Object
| Constructor and Description |
|---|
SmsValidateReq() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static SmsValidateReq |
fromString(String json)
Convert the given JSON string to object of class
SmsValidateReq. |
String |
getCode()
验证码
|
String |
getMobile()
手机号码
|
String |
getMsgId()
消息ID
|
int |
hashCode() |
void |
setCode(String code) |
void |
setMobile(String mobile) |
void |
setMsgId(String msgId) |
String |
toString() |
SmsValidateReq |
withCode(String code) |
SmsValidateReq |
withMobile(String mobile) |
SmsValidateReq |
withMsgId(String msgId) |
public SmsValidateReq withCode(String code)
public String getCode()
public void setCode(String code)
public SmsValidateReq withMobile(String mobile)
public String getMobile()
public void setMobile(String mobile)
public SmsValidateReq withMsgId(String msgId)
public String getMsgId()
public void setMsgId(String msgId)
public static SmsValidateReq fromString(String json) throws IOException
SmsValidateReq.IOExceptionCopyright © 2019. All rights reserved.