public class CheckVerifyCodeMatchFlowIdRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CheckVerifyCodeMatchFlowIdRequest() |
CheckVerifyCodeMatchFlowIdRequest(CheckVerifyCodeMatchFlowIdRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Caller |
getCaller()
Get 调用方信息
|
String |
getFlowId()
Get 流程(目录) id
|
String |
getMobile()
Get 手机号
|
String |
getVerifyCode()
Get 验证码
|
void |
setCaller(Caller Caller)
Set 调用方信息
|
void |
setFlowId(String FlowId)
Set 流程(目录) id
|
void |
setMobile(String Mobile)
Set 手机号
|
void |
setVerifyCode(String VerifyCode)
Set 验证码
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CheckVerifyCodeMatchFlowIdRequest()
public CheckVerifyCodeMatchFlowIdRequest(CheckVerifyCodeMatchFlowIdRequest source)
public Caller getCaller()
public void setCaller(Caller Caller)
Caller
- 调用方信息public String getMobile()
public void setMobile(String Mobile)
Mobile
- 手机号public String getVerifyCode()
public void setVerifyCode(String VerifyCode)
VerifyCode
- 验证码public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 流程(目录) idCopyright © 2023. All rights reserved.