public class ReduceMediaBitrateTask extends AbstractModel
skipSign
Constructor and Description |
---|
ReduceMediaBitrateTask() |
ReduceMediaBitrateTask(ReduceMediaBitrateTask 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 |
getFileId()
Get The ID of the media file.
|
String |
getFileName()
Get The name of the media file.
|
String |
getFileUrl()
Get The address of the media file.
|
ReduceMediaBitrateMediaProcessTaskResult[] |
getMediaProcessResultSet()
Get The execution status and result of the bitrate reduction task.
|
MediaMetaData |
getMetaData()
Get The metadata of the source video.
|
String |
getSessionContext()
Get The source context, which is used to pass through user request information.
|
String |
getSessionId()
Get The session ID, which is used for de-duplication.
|
String |
getStatus()
Get The task flow status.
|
String |
getTaskId()
Get The task ID.
|
String |
getTasksNotifyMode()
Get The notification mode for the change of task status.
|
Long |
getTasksPriority()
Get The task priority, which can be a value from -10 to 10.
|
void |
setFileId(String FileId)
Set The ID of the media file.
|
void |
setFileName(String FileName)
Set The name of the media file.
|
void |
setFileUrl(String FileUrl)
Set The address of the media file.
|
void |
setMediaProcessResultSet(ReduceMediaBitrateMediaProcessTaskResult[] MediaProcessResultSet)
Set The execution status and result of the bitrate reduction task.
|
void |
setMetaData(MediaMetaData MetaData)
Set The metadata of the source video.
|
void |
setSessionContext(String SessionContext)
Set The source context, which is used to pass through user request information.
|
void |
setSessionId(String SessionId)
Set The session ID, which is used for de-duplication.
|
void |
setStatus(String Status)
Set The task flow status.
|
void |
setTaskId(String TaskId)
Set The task ID.
|
void |
setTasksNotifyMode(String TasksNotifyMode)
Set The notification mode for the change of task status.
|
void |
setTasksPriority(Long TasksPriority)
Set The task priority, which can be a value from -10 to 10.
|
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 ReduceMediaBitrateTask()
public ReduceMediaBitrateTask(ReduceMediaBitrateTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The task ID.public String getStatus()
public void setStatus(String Status)
Status
- The task flow status. Valid values:
public String getFileId()
public void setFileId(String FileId)
FileId
- The ID of the media file.public String getFileName()
public void setFileName(String FileName)
FileName
- The name of the media file.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- The address of the media file.public MediaMetaData getMetaData()
public void setMetaData(MediaMetaData MetaData)
MetaData
- The metadata of the source video.
Note: This field may return null, indicating that no valid values can be obtained.public ReduceMediaBitrateMediaProcessTaskResult[] getMediaProcessResultSet()
public void setMediaProcessResultSet(ReduceMediaBitrateMediaProcessTaskResult[] MediaProcessResultSet)
MediaProcessResultSet
- The execution status and result of the bitrate reduction task.public Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority
- The task priority, which can be a value from -10 to 10.public String getTasksNotifyMode()
public void setTasksNotifyMode(String TasksNotifyMode)
TasksNotifyMode
- The notification mode for the change of task status. Valid values:
public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- The source context, which is used to pass through user request information. The `ProcedureStateChanged` callback will return the value of this parameter. It can contain up to 1,000 characters.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The session ID, which is used for de-duplication. If there was a request with the same session ID in the last seven days, an error will be returned for the current request. The session ID can contain up to 50 characters. If you do not pass this parameter or pass in an empty string, duplicate sessions will not be identified.Copyright © 2023. All rights reserved.