public class ObjectTask extends AbstractModel
Constructor and Description |
---|
ObjectTask() |
ObjectTask(ObjectTask 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 |
getObjectId()
Get Task ID (cluster ID | instance group ID | instance ID)
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getObjectType()
Get Task type
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getTaskId()
Get Auto-Incrementing task ID
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTaskStatus()
Get Task status
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTaskType()
Get Task type
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setObjectId(String ObjectId)
Set Task ID (cluster ID | instance group ID | instance ID)
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setObjectType(String ObjectType)
Set Task type
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTaskId(Long TaskId)
Set Auto-Incrementing task ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTaskStatus(String TaskStatus)
Set Task status
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTaskType(String TaskType)
Set Task type
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 ObjectTask()
public ObjectTask(ObjectTask source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Auto-Incrementing task ID
Note: this field may return null, indicating that no valid values can be obtained.public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- Task type
Note: this field may return null, indicating that no valid values can be obtained.public String getTaskStatus()
public void setTaskStatus(String TaskStatus)
TaskStatus
- Task status
Note: this field may return null, indicating that no valid values can be obtained.public String getObjectId()
public void setObjectId(String ObjectId)
ObjectId
- Task ID (cluster ID | instance group ID | instance ID)
Note: this field may return null, indicating that no valid values can be obtained.public String getObjectType()
public void setObjectType(String ObjectType)
ObjectType
- Task type
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.