public class DescribeImageAnimateJobResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeImageAnimateJobResponse() |
DescribeImageAnimateJobResponse(DescribeImageAnimateJobResponse 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 |
getErrorCode()
Get Error code.
|
String |
getErrorMessage()
Get Error message.
|
String |
getMaskVideoUrl()
Get Masked video URL.
|
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).
|
String |
getResultVideoUrl()
Get Generated video URL.
|
String |
getStatus()
Get Task status.
|
void |
setErrorCode(String ErrorCode)
Set Error code.
|
void |
setErrorMessage(String ErrorMessage)
Set Error message.
|
void |
setMaskVideoUrl(String MaskVideoUrl)
Set Masked video URL.
|
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 |
setResultVideoUrl(String ResultVideoUrl)
Set Generated video URL.
|
void |
setStatus(String Status)
Set Task status.
|
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 DescribeImageAnimateJobResponse()
public DescribeImageAnimateJobResponse(DescribeImageAnimateJobResponse source)
public String getStatus()
public void setStatus(String Status)
Status
- Task status. WAIT: waiting; RUN: running; FAIL: failed; DONE: successful.public String getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode
- Error code.public String getErrorMessage()
public void setErrorMessage(String ErrorMessage)
ErrorMessage
- Error message.public String getResultVideoUrl()
public void setResultVideoUrl(String ResultVideoUrl)
ResultVideoUrl
- Generated video URL. It is valid for 24 hours.public String getMaskVideoUrl()
public void setMaskVideoUrl(String MaskVideoUrl)
MaskVideoUrl
- Masked video URL.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 © 2025. All rights reserved.