Class CheckVerifyCodeMatchFlowIdResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CheckVerifyCodeMatchFlowIdResponse
-
public class CheckVerifyCodeMatchFlowIdResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CheckVerifyCodeMatchFlowIdResponse
public CheckVerifyCodeMatchFlowIdResponse()
-
CheckVerifyCodeMatchFlowIdResponse
public 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.
-
-
Method Detail
-
getSuccess
public Boolean getSuccess()
Get true: 验证码正确,false: 验证码错误- Returns:
- Success true: 验证码正确,false: 验证码错误
-
setSuccess
public void setSuccess(Boolean Success)
Set true: 验证码正确,false: 验证码错误- Parameters:
Success
- true: 验证码正确,false: 验证码错误
-
getResult
public Long getResult()
Get 0: 验证码正确 1:验证码错误或过期 2:验证码错误 3:验证码和流程不匹配 4:验证码输入错误超过次数 5:内部错误 6:参数错误- Returns:
- Result 0: 验证码正确 1:验证码错误或过期 2:验证码错误 3:验证码和流程不匹配 4:验证码输入错误超过次数 5:内部错误 6:参数错误
-
setResult
public void setResult(Long Result)
Set 0: 验证码正确 1:验证码错误或过期 2:验证码错误 3:验证码和流程不匹配 4:验证码输入错误超过次数 5:内部错误 6:参数错误- Parameters:
Result
- 0: 验证码正确 1:验证码错误或过期 2:验证码错误 3:验证码和流程不匹配 4:验证码输入错误超过次数 5:内部错误 6:参数错误
-
getDescription
public String getDescription()
Get 结果描述- Returns:
- Description 结果描述
-
setDescription
public void setDescription(String Description)
Set 结果描述- Parameters:
Description
- 结果描述
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-