public class ApplyCardVerificationResponse extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ApplyCardVerificationResponse() |
ApplyCardVerificationResponse(ApplyCardVerificationResponse 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 |
|---|---|
Long |
getAsyncCardVerificationMaxPollingTimes()
Get The maximum number of polls for calling the pull result interface polling.
|
Long |
getAsyncCardVerificationPollingWaitTime()
Get The interval for polling when calling the pull result interface (in seconds).
|
String |
getCardVerificationToken()
Get The token used to identify an verification process.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setAsyncCardVerificationMaxPollingTimes(Long AsyncCardVerificationMaxPollingTimes)
Set The maximum number of polls for calling the pull result interface polling.
|
void |
setAsyncCardVerificationPollingWaitTime(Long AsyncCardVerificationPollingWaitTime)
Set The interval for polling when calling the pull result interface (in seconds).
|
void |
setCardVerificationToken(String CardVerificationToken)
Set The token used to identify an verification process.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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, toJsonStringpublic ApplyCardVerificationResponse()
public ApplyCardVerificationResponse(ApplyCardVerificationResponse source)
public String getCardVerificationToken()
public void setCardVerificationToken(String CardVerificationToken)
CardVerificationToken - The token used to identify an verification process. It can be used to get the verification result after the process is completed.public Long getAsyncCardVerificationMaxPollingTimes()
public void setAsyncCardVerificationMaxPollingTimes(Long AsyncCardVerificationMaxPollingTimes)
AsyncCardVerificationMaxPollingTimes - The maximum number of polls for calling the pull result interface polling.public Long getAsyncCardVerificationPollingWaitTime()
public void setAsyncCardVerificationPollingWaitTime(Long AsyncCardVerificationPollingWaitTime)
AsyncCardVerificationPollingWaitTime - The interval for polling when calling the pull result interface (in seconds).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 © 2024. All rights reserved.