public class GenerateReflectSequenceResponse extends AbstractModel
Constructor and Description |
---|
GenerateReflectSequenceResponse() |
GenerateReflectSequenceResponse(GenerateReflectSequenceResponse 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 |
getReflectSequenceMd5()
Get The MD5 hash value of the light sequence, which is used to check whether the light sequence is altered.
|
String |
getReflectSequenceUrl()
Get The resource URL of the light sequence, which needs to be downloaded and passed through to the SDK to start the identity verification process.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setReflectSequenceMd5(String ReflectSequenceMd5)
Set The MD5 hash value of the light sequence, which is used to check whether the light sequence is altered.
|
void |
setReflectSequenceUrl(String ReflectSequenceUrl)
Set The resource URL of the light sequence, which needs to be downloaded and passed through to the SDK to start the identity 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GenerateReflectSequenceResponse()
public GenerateReflectSequenceResponse(GenerateReflectSequenceResponse source)
public String getReflectSequenceUrl()
public void setReflectSequenceUrl(String ReflectSequenceUrl)
ReflectSequenceUrl
- The resource URL of the light sequence, which needs to be downloaded and passed through to the SDK to start the identity verification process.public String getReflectSequenceMd5()
public void setReflectSequenceMd5(String ReflectSequenceMd5)
ReflectSequenceMd5
- The MD5 hash value of the light sequence, which is used to check whether the light sequence is altered.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.