public class ImageProcessTaskResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImageProcessTaskResult() |
ImageProcessTaskResult(ImageProcessTaskResult 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 |
getMessage()
Get Error message.
|
ImageProcessTaskOutput |
getOutput()
Get Transcoding task output.
|
Long |
getProgress()
Get Transcoding progress, with a value range of [0-100].
|
String |
getStatus()
Get Task status, including PROCESSING, SUCCESS, and FAIL.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(ImageProcessTaskOutput Output)
Set Transcoding task output.
|
void |
setProgress(Long Progress)
Set Transcoding progress, with a value range of [0-100].
|
void |
setStatus(String Status)
Set Task status, including PROCESSING, SUCCESS, and FAIL.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ImageProcessTaskResult()
public ImageProcessTaskResult(ImageProcessTaskResult source)
public String getStatus()
public void setStatus(String Status)
Status
- Task status, including PROCESSING, SUCCESS, and FAIL.
Note: This field may return null, indicating that no valid value can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- Error message.
Note: This field may return null, indicating that no valid value can be obtained.public ImageProcessTaskOutput getOutput()
public void setOutput(ImageProcessTaskOutput Output)
Output
- Transcoding task output.
Note: This field may return null, indicating that no valid value can be obtained.public Long getProgress()
public void setProgress(Long Progress)
Progress
- Transcoding progress, with a value range of [0-100].
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.