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, 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 |
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, 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 |
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 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, 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.