public class ManageTaskRequest extends AbstractModel
Constructor and Description |
---|
ManageTaskRequest() |
ManageTaskRequest(ManageTaskRequest 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 |
getOperationType()
Get Operation type.
|
String |
getTaskId()
Get Video processing task ID.
|
void |
setOperationType(String OperationType)
Set Operation type.
|
void |
setTaskId(String TaskId)
Set Video processing task 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 ManageTaskRequest()
public ManageTaskRequest(ManageTaskRequest source)
public String getOperationType()
public void setOperationType(String OperationType)
OperationType
- Operation type. Valid values:
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Video processing task ID.Copyright © 2023. All rights reserved.