public class GetSimilarPersonResultResponse extends AbstractModel
Constructor and Description |
---|
GetSimilarPersonResultResponse() |
Modifier and Type | Method and Description |
---|---|
Float |
getProgress()
Get Duplicate check task completion progress.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getSimilarPersonsUrl()
Get Temporary download link for the information file of the persons suspected to be duplicate.
|
void |
setProgress(Float Progress)
Set Duplicate check task completion progress.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSimilarPersonsUrl(String SimilarPersonsUrl)
Set Temporary download link for the information file of the persons suspected to be duplicate.
|
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 Float getProgress()
public void setProgress(Float Progress)
Progress
- Duplicate check task completion progress. Value range: [0.0,100.0]. `SimilarPersons` takes effect only if this parameter value is 100.public String getSimilarPersonsUrl()
public void setSimilarPersonsUrl(String SimilarPersonsUrl)
SimilarPersonsUrl
- Temporary download link for the information file of the persons suspected to be duplicate. The validity period is 5 minutes, and the result file retention duration is 90 days.
The file content is an array of `SimilarPerson` values.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 © 2020. All rights reserved.