public class VodRemuxTaskInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
VodRemuxTaskInfo()  | 
VodRemuxTaskInfo(VodRemuxTaskInfo 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 | 
getCreateTime()
Get VOD remux task created time. 
 | 
Long | 
getEndTime()
Get VOD remux task process end time. 
 | 
String | 
getErrorMsg()
Get VOD remux task's error message. 
 | 
String | 
getId()
Get VOD remux task ID. 
 | 
InputFileInfo | 
getInputFileInfo()
Get VOD remux task input file information. 
 | 
String | 
getName()
Get VOD remux task name. 
 | 
OutputStorage | 
getOutputStorage()
Get VOD remux task output storage information. 
 | 
String | 
getRegion()
Get Common Params. 
 | 
Long | 
getStartTime()
Get VOD remux task process started time. 
 | 
String | 
getState()
Get VOD remux task's state. 
 | 
String | 
getType()
Get VOD remux task type. 
 | 
Long | 
getUpdateTime()
Get VOD remux task updated time. 
 | 
void | 
setCreateTime(Long CreateTime)
Set VOD remux task created time. 
 | 
void | 
setEndTime(Long EndTime)
Set VOD remux task process end time. 
 | 
void | 
setErrorMsg(String ErrorMsg)
Set VOD remux task's error message. 
 | 
void | 
setId(String Id)
Set VOD remux task ID. 
 | 
void | 
setInputFileInfo(InputFileInfo InputFileInfo)
Set VOD remux task input file information. 
 | 
void | 
setName(String Name)
Set VOD remux task name. 
 | 
void | 
setOutputStorage(OutputStorage OutputStorage)
Set VOD remux task output storage information. 
 | 
void | 
setRegion(String Region)
Set Common Params. 
 | 
void | 
setStartTime(Long StartTime)
Set VOD remux task process started time. 
 | 
void | 
setState(String State)
Set VOD remux task's state. 
 | 
void | 
setType(String Type)
Set VOD remux task type. 
 | 
void | 
setUpdateTime(Long UpdateTime)
Set VOD remux task updated time. 
 | 
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, toJsonStringpublic VodRemuxTaskInfo()
public VodRemuxTaskInfo(VodRemuxTaskInfo source)
public String getId()
public void setId(String Id)
Id - VOD remux task ID.public String getName()
public void setName(String Name)
Name - VOD remux task name.public String getType()
public void setType(String Type)
Type - VOD remux task type.public InputFileInfo getInputFileInfo()
public void setInputFileInfo(InputFileInfo InputFileInfo)
InputFileInfo - VOD remux task input file information.public OutputStorage getOutputStorage()
public void setOutputStorage(OutputStorage OutputStorage)
OutputStorage - VOD remux task output storage information.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - VOD remux task created time.public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime - VOD remux task updated time.public String getState()
public void setState(String State)
State - VOD remux task's state.public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg - VOD remux task's error message.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - VOD remux task process started time.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - VOD remux task process end time.public String getRegion()
public void setRegion(String Region)
Region - Common Params. For more information, please see the list of regions supported by the product.Copyright © 2025. All rights reserved.