Class CheckVerifyCodeMatchFlowIdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CheckVerifyCodeMatchFlowIdRequest
-
public class CheckVerifyCodeMatchFlowIdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Caller
getCaller()
Get 调用方信息String
getFlowId()
Get 流程(目录) idString
getMobile()
Get 手机号String
getVerifyCode()
Get 验证码void
setCaller(Caller Caller)
Set 调用方信息void
setFlowId(String FlowId)
Set 流程(目录) idvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CheckVerifyCodeMatchFlowIdRequest
public CheckVerifyCodeMatchFlowIdRequest()
-
CheckVerifyCodeMatchFlowIdRequest
public 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.
-
-
Method Detail
-
getCaller
public Caller getCaller()
Get 调用方信息- Returns:
- Caller 调用方信息
-
setCaller
public void setCaller(Caller Caller)
Set 调用方信息- Parameters:
Caller
- 调用方信息
-
getMobile
public String getMobile()
Get 手机号- Returns:
- Mobile 手机号
-
setMobile
public void setMobile(String Mobile)
Set 手机号- Parameters:
Mobile
- 手机号
-
getVerifyCode
public String getVerifyCode()
Get 验证码- Returns:
- VerifyCode 验证码
-
setVerifyCode
public void setVerifyCode(String VerifyCode)
Set 验证码- Parameters:
VerifyCode
- 验证码
-
getFlowId
public String getFlowId()
Get 流程(目录) id- Returns:
- FlowId 流程(目录) id
-
setFlowId
public void setFlowId(String FlowId)
Set 流程(目录) id- Parameters:
FlowId
- 流程(目录) id
-
-