public class ApplyWebVerificationTokenResponse extends AbstractModel
| 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, which is returned for each request. | 
| 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, which is returned for each request. | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2022. All rights reserved.