public class CheckVerifyCodeMatchFlowIdResponse extends AbstractModel
Constructor and Description |
---|
CheckVerifyCodeMatchFlowIdResponse() |
CheckVerifyCodeMatchFlowIdResponse(CheckVerifyCodeMatchFlowIdResponse 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 |
---|---|
String |
getDescription()
Get 结果描述
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getResult()
Get 0: 验证码正确 1:验证码错误或过期 2:验证码错误 3:验证码和流程不匹配 4:验证码输入错误超过次数 5:内部错误
6:参数错误
|
Boolean |
getSuccess()
Get true: 验证码正确,false: 验证码错误
|
void |
setDescription(String Description)
Set 结果描述
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setResult(Long Result)
Set 0: 验证码正确 1:验证码错误或过期 2:验证码错误 3:验证码和流程不匹配 4:验证码输入错误超过次数 5:内部错误
6:参数错误
|
void |
setSuccess(Boolean Success)
Set true: 验证码正确,false: 验证码错误
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CheckVerifyCodeMatchFlowIdResponse()
public CheckVerifyCodeMatchFlowIdResponse(CheckVerifyCodeMatchFlowIdResponse source)
public Boolean getSuccess()
public void setSuccess(Boolean Success)
Success
- true: 验证码正确,false: 验证码错误public Long getResult()
public void setResult(Long Result)
Result
- 0: 验证码正确 1:验证码错误或过期 2:验证码错误 3:验证码和流程不匹配 4:验证码输入错误超过次数 5:内部错误
6:参数错误public String getDescription()
public void setDescription(String Description)
Description
- 结果描述public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.