public class MediaProcessTaskImageSpriteResult extends AbstractModel
skipSign
Constructor and Description |
---|
MediaProcessTaskImageSpriteResult() |
MediaProcessTaskImageSpriteResult(MediaProcessTaskImageSpriteResult 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 |
---|---|
Long |
getErrCode()
Get Error code.
|
String |
getErrCodeExt()
Get Error code.
|
ImageSpriteTaskInput |
getInput()
Get Input of image sprite generating task.
|
String |
getMessage()
Get Error message.
|
MediaImageSpriteItem |
getOutput()
Get Output of image sprite generating task.
|
Long |
getProgress()
Get The progress of an image sprite generation task.
|
String |
getStatus()
Get Task status.
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setInput(ImageSpriteTaskInput Input)
Set Input of image sprite generating task.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(MediaImageSpriteItem Output)
Set Output of image sprite generating task.
|
void |
setProgress(Long Progress)
Set The progress of an image sprite generation task.
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MediaProcessTaskImageSpriteResult()
public MediaProcessTaskImageSpriteResult(MediaProcessTaskImageSpriteResult source)
public String getStatus()
public void setStatus(String Status)
Status
- Task status. Valid values: PROCESSING, SUCCESS, FAIL.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- Error code. An empty string indicates the task is successful; other values indicate failure. For details, see [Video Processing Error Codes](https://intl.cloud.tencent.com/zh/document/product/266/39145).public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code. 0 indicates the task is successful; other values indicate failure. You’re not recommended to use this parameter, but to use the new parameter `ErrCodeExt`.public String getMessage()
public void setMessage(String Message)
Message
- Error message.
Note: this field may return null, indicating that no valid values can be obtained.public ImageSpriteTaskInput getInput()
public void setInput(ImageSpriteTaskInput Input)
Input
- Input of image sprite generating task.public MediaImageSpriteItem getOutput()
public void setOutput(MediaImageSpriteItem Output)
Output
- Output of image sprite generating task.
Note: this field may return null, indicating that no valid values can be obtained.public Long getProgress()
public void setProgress(Long Progress)
Progress
- The progress of an image sprite generation task. Value range: 0-100.Copyright © 2023. All rights reserved.