public class ApplyWebVerificationBizTokenIntlResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApplyWebVerificationBizTokenIntlResponse() |
ApplyWebVerificationBizTokenIntlResponse(ApplyWebVerificationBizTokenIntlResponse 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 |
getBizToken()
Get The token for the web-based verification, which is generated using the ApplyWebVerificationBizTokenIntl API.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getVerificationUrl()
Deprecated.
|
String |
getVerificationURL()
Get The verification URL to be opened with a browser to start the verification process.
|
void |
setBizToken(String BizToken)
Set The token for the web-based verification, which is generated using the ApplyWebVerificationBizTokenIntl API.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setVerificationUrl(String VerificationUrl)
Deprecated.
|
void |
setVerificationURL(String VerificationURL)
Set The verification URL to be opened with a browser to start the verification process.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApplyWebVerificationBizTokenIntlResponse()
public ApplyWebVerificationBizTokenIntlResponse(ApplyWebVerificationBizTokenIntlResponse source)
@Deprecated public String getVerificationUrl()
@Deprecated public void setVerificationUrl(String VerificationUrl)
VerificationUrl
- The token identifying this web-based verification process, valid for 7,200s after issuance. It is required for getting the result after the verification process is completed.
Example: https://intl.faceid.qq.com/reflect/?token=81EEF678-28EE-4759-A82E-6CBBBE6BC442public String getBizToken()
public void setBizToken(String BizToken)
BizToken
- The token for the web-based verification, which is generated using the ApplyWebVerificationBizTokenIntl API.
Example: 81EEF678-28EE-4759-A82E-6CBBBE6BC442public String getVerificationURL()
public void setVerificationURL(String VerificationURL)
VerificationURL
- The verification URL to be opened with a browser to start the verification process.
Example: https://intl.faceid.qq.com/reflect/?token=81EEF678-28EE-4759-A82E-6CBBBE6BC442public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.