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