public class TaskData extends AbstractModel
Constructor and Description |
---|
TaskData() |
TaskData(TaskData 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 |
getBizType()
Get Service type
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreatedAt()
Get Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDataId()
Get Data ID
Note: This field may return null, indicating that no valid values can be obtained.
|
InputInfo |
getInputInfo()
Get Input information
Note: This field may return null, indicating that no valid values can be obtained.
|
TaskLabel[] |
getLabels()
Get Tag
Note: This field may return null, indicating that no valid values can be obtained.
|
MediaInfo |
getMediaInfo()
Get Media information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Task name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Task status.
|
String |
getSuggestion()
Get Suggestion
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTaskId()
Get Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getType()
Get Task type
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUpdatedAt()
Get Update time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBizType(String BizType)
Set Service type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreatedAt(String CreatedAt)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDataId(String DataId)
Set Data ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInputInfo(InputInfo InputInfo)
Set Input information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLabels(TaskLabel[] Labels)
Set Tag
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMediaInfo(MediaInfo MediaInfo)
Set Media information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Task name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Task status.
|
void |
setSuggestion(String Suggestion)
Set Suggestion
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskId(String TaskId)
Set Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setType(String Type)
Set Task type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUpdatedAt(String UpdatedAt)
Set Update time
Note: This field may return null, indicating that no valid values can be obtained.
|
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 TaskData()
public TaskData(TaskData source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID
Note: This field may return null, indicating that no valid values can be obtained.public String getDataId()
public void setDataId(String DataId)
DataId
- Data ID
Note: This field may return null, indicating that no valid values can be obtained.public String getBizType()
public void setBizType(String BizType)
BizType
- Service type
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- Task name
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Task status. Values: `PENDING`, `RUNNING`, `ERROR`, `FINISH`, and `CANCELLED`.
Note: This field may return null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type
- Task type
Note: This field may return null, indicating that no valid values can be obtained.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Suggestion
Note: This field may return null, indicating that no valid values can be obtained.public TaskLabel[] getLabels()
public void setLabels(TaskLabel[] Labels)
Labels
- Tag
Note: This field may return null, indicating that no valid values can be obtained.public MediaInfo getMediaInfo()
public void setMediaInfo(MediaInfo MediaInfo)
MediaInfo
- Media information
Note: This field may return null, indicating that no valid values can be obtained.public InputInfo getInputInfo()
public void setInputInfo(InputInfo InputInfo)
InputInfo
- Input information
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- Creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- Update time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.