Class DetectAuthResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.faceid.v20180301.models.DetectAuthResponse
-
public class DetectAuthResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DetectAuthResponse()DetectAuthResponse(DetectAuthResponse 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 StringgetBizToken()Get 一次核身流程的标识,有效时间为7,200秒; 完成核身后,可用该标识获取验证结果信息。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetUrl()Get 用于发起核身流程的URL,仅微信H5场景使用。voidsetBizToken(String BizToken)Set 一次核身流程的标识,有效时间为7,200秒; 完成核身后,可用该标识获取验证结果信息。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetUrl(String Url)Set 用于发起核身流程的URL,仅微信H5场景使用。voidtoMap(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
-
DetectAuthResponse
public DetectAuthResponse()
-
DetectAuthResponse
public DetectAuthResponse(DetectAuthResponse 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
-
getUrl
public String getUrl()
Get 用于发起核身流程的URL,仅微信H5场景使用。- Returns:
- Url 用于发起核身流程的URL,仅微信H5场景使用。
-
setUrl
public void setUrl(String Url)
Set 用于发起核身流程的URL,仅微信H5场景使用。- Parameters:
Url- 用于发起核身流程的URL,仅微信H5场景使用。
-
getBizToken
public String getBizToken()
Get 一次核身流程的标识,有效时间为7,200秒; 完成核身后,可用该标识获取验证结果信息。- Returns:
- BizToken 一次核身流程的标识,有效时间为7,200秒; 完成核身后,可用该标识获取验证结果信息。
-
setBizToken
public void setBizToken(String BizToken)
Set 一次核身流程的标识,有效时间为7,200秒; 完成核身后,可用该标识获取验证结果信息。- Parameters:
BizToken- 一次核身流程的标识,有效时间为7,200秒; 完成核身后,可用该标识获取验证结果信息。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-