public class TranscodeTask2017 extends AbstractModel
header, skipSign
Constructor and Description |
---|
TranscodeTask2017() |
TranscodeTask2017(TranscodeTask2017 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 |
getCoverUrl()
Get Cover address.
|
Long |
getDuration()
Get Video duration in seconds.
|
Long |
getErrCode()
Get Error code
0: success;
Other values: failure.
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getFileId()
Get ID of transcoded file.
|
String |
getFileName()
Get Name of transcoded file.
|
String |
getMessage()
Get Error message.
|
TranscodePlayInfo2017[] |
getPlayInfoSet()
Get Playback information generated after video transcoding.
|
String |
getTaskId()
Get Transcoding task ID.
|
void |
setCoverUrl(String CoverUrl)
Set Cover address.
|
void |
setDuration(Long Duration)
Set Video duration in seconds.
|
void |
setErrCode(Long ErrCode)
Set Error code
0: success;
Other values: failure.
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setFileId(String FileId)
Set ID of transcoded file.
|
void |
setFileName(String FileName)
Set Name of transcoded file.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setPlayInfoSet(TranscodePlayInfo2017[] PlayInfoSet)
Set Playback information generated after video transcoding.
|
void |
setTaskId(String TaskId)
Set Transcoding task ID.
|
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 TranscodeTask2017()
public TranscodeTask2017(TranscodeTask2017 source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Transcoding task ID.public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code
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 String getFileId()
public void setFileId(String FileId)
FileId
- ID of transcoded file.
Note: this field may return null, indicating that no valid values can be obtained.public String getFileName()
public void setFileName(String FileName)
FileName
- Name of transcoded file.
Note: this field may return null, indicating that no valid values can be obtained.public Long getDuration()
public void setDuration(Long Duration)
Duration
- Video duration in seconds.
Note: this field may return null, indicating that no valid values can be obtained.public String getCoverUrl()
public void setCoverUrl(String CoverUrl)
CoverUrl
- Cover address.
Note: this field may return null, indicating that no valid values can be obtained.public TranscodePlayInfo2017[] getPlayInfoSet()
public void setPlayInfoSet(TranscodePlayInfo2017[] PlayInfoSet)
PlayInfoSet
- Playback information generated after video transcoding.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.