public class ScheduleTask extends AbstractModel
Constructor and Description |
---|
ScheduleTask() |
ScheduleTask(ScheduleTask 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 |
---|---|
ActivityResult[] |
getActivityResultSet()
Get The output of the scheme.
|
MediaInputInfo |
getInputInfo()
Get The information of the file processed.
|
MediaMetaData |
getMetaData()
Get The metadata of the source video.
|
String |
getStatus()
Get The scheme status.
|
String |
getTaskId()
Get The scheme ID.
|
void |
setActivityResultSet(ActivityResult[] ActivityResultSet)
Set The output of the scheme.
|
void |
setInputInfo(MediaInputInfo InputInfo)
Set The information of the file processed.
|
void |
setMetaData(MediaMetaData MetaData)
Set The metadata of the source video.
|
void |
setStatus(String Status)
Set The scheme status.
|
void |
setTaskId(String TaskId)
Set The scheme ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ScheduleTask()
public ScheduleTask(ScheduleTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The scheme ID.public String getStatus()
public void setStatus(String Status)
Status
- The scheme status. Valid values:
public MediaInputInfo getInputInfo()
public void setInputInfo(MediaInputInfo InputInfo)
InputInfo
- The information of the file processed.
Note: This field may return null, indicating that no valid values can be obtained.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 ActivityResult[] getActivityResultSet()
public void setActivityResultSet(ActivityResult[] ActivityResultSet)
ActivityResultSet
- The output of the scheme.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.