public class ApplyWebVerificationBizTokenIntlResponse extends AbstractModel
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 identifying this web-based verification process, valid for 7,200s after issuance.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
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 identifying this web-based verification process, valid for 7,200s after issuance.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApplyWebVerificationBizTokenIntlResponse()
public ApplyWebVerificationBizTokenIntlResponse(ApplyWebVerificationBizTokenIntlResponse source)
@Deprecated public String getVerificationUrl()
@Deprecated public void setVerificationUrl(String VerificationUrl)
VerificationUrl
- The URL of this verification process, which will be returned to the frontend of the browser for starting the process.public String getBizToken()
public void setBizToken(String BizToken)
BizToken
- 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.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 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 © 2023. All rights reserved.