public class ApplyWebVerificationTokenResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApplyWebVerificationTokenResponse() |
ApplyWebVerificationTokenResponse(ApplyWebVerificationTokenResponse 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 used to identify a web-based verification process.
|
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()
Get The verification URL to be opened with a browser to start the verification process.
|
void |
setBizToken(String BizToken)
Set The token used to identify a web-based verification process.
|
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)
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 ApplyWebVerificationTokenResponse()
public ApplyWebVerificationTokenResponse(ApplyWebVerificationTokenResponse source)
public String getVerificationUrl()
public void setVerificationUrl(String VerificationUrl)
VerificationUrl
- The verification URL to be opened with a browser to start the verification process.public String getBizToken()
public void setBizToken(String BizToken)
BizToken
- The token used to identify a web-based verification process. It is valid for 7,200s and can be used to get the verification result after the process is completed.public 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.