public class QueryVideoFaceFusionJobResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryVideoFaceFusionJobResponse() |
QueryVideoFaceFusionJobResponse(QueryVideoFaceFusionJobResponse 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 |
getJobErrorCode()
Get Task failure error code
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getJobErrorMsg()
Get Task failure error message
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getJobStatus()
Get Current task status: queuing, processing, processing failed, or processing completed
|
Long |
getJobStatusCode()
Get Task status code.
|
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).
|
VideoFaceFusionOutput |
getVideoFaceFusionOutput()
Get Video face fusion result
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setJobErrorCode(String JobErrorCode)
Set Task failure error code
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setJobErrorMsg(String JobErrorMsg)
Set Task failure error message
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setJobStatus(String JobStatus)
Set Current task status: queuing, processing, processing failed, or processing completed
|
void |
setJobStatusCode(Long JobStatusCode)
Set Task status code.
|
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 |
setVideoFaceFusionOutput(VideoFaceFusionOutput VideoFaceFusionOutput)
Set Video face fusion result
Note: This field may return null, indicating that no valid values can be obtained.
|
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 QueryVideoFaceFusionJobResponse()
public QueryVideoFaceFusionJobResponse(QueryVideoFaceFusionJobResponse source)
public String getJobStatus()
public void setJobStatus(String JobStatus)
JobStatus
- Current task status: queuing, processing, processing failed, or processing completedpublic VideoFaceFusionOutput getVideoFaceFusionOutput()
public void setVideoFaceFusionOutput(VideoFaceFusionOutput VideoFaceFusionOutput)
VideoFaceFusionOutput
- Video face fusion result
Note: This field may return null, indicating that no valid values can be obtained.public Long getJobStatusCode()
public void setJobStatusCode(Long JobStatusCode)
JobStatusCode
- Task status code. 1: queuing; 3: processing; 5: processing failed; 7: processing completed.
Note: This field may return null, indicating that no valid values can be obtained.public String getJobErrorCode()
public void setJobErrorCode(String JobErrorCode)
JobErrorCode
- Task failure error code
Note: This field may return null, indicating that no valid values can be obtained.public String getJobErrorMsg()
public void setJobErrorMsg(String JobErrorMsg)
JobErrorMsg
- Task failure error message
Note: This field may return null, indicating that no valid values can be obtained.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.