public class TaskInfoDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskInfoDetail() |
TaskInfoDetail(TaskInfoDetail 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 |
getEndTime()
Get Task end time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceId()
Get Instance ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceName()
Get Instance name
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getProgress()
Get Task progress
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getProjectId()
Get Project ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getResult()
Get Task execution status.
|
String |
getStartTime()
Get Task start time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTaskId()
Get Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTaskType()
Get Task type.
|
void |
setEndTime(String EndTime)
Set Task end time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceName(String InstanceName)
Set Instance name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProgress(Float Progress)
Set Task progress
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProjectId(Long ProjectId)
Set Project ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setResult(Long Result)
Set Task execution status.
|
void |
setStartTime(String StartTime)
Set Task start time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskId(Long TaskId)
Set Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskType(String TaskType)
Set Task type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TaskInfoDetail()
public TaskInfoDetail(TaskInfoDetail source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task ID
Note: This field may return null, indicating that no valid values can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Task start time
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. Valid values: - `FLOW_CREATE`: Create an instance. - `FLOW_MODIFYCONNECTIONCONFIG`: Adjust the number of bandwidth connections. - `FLOW_MODIFYINSTANCEPASSWORDFREE`: Modify the process of password-free access. - `FLOW_CLEARNETWORK`: Returning VPC - `FLOW_SETPWD`: Set the access password. - `FLOW_EXPORSHR`: Expand or reduce the capacity. - `FLOW_UpgradeArch`: Upgrade the instance architecture. - `FLOW_MODIFYINSTANCEPARAMS`: Modify the instance parameters. - `FLOW_MODIFYINSTACEREADONLY`: Modify read-only process. - `FLOW_CLOSE`: Disable the instance. - `FLOW_DELETE`: Delete the instance. - `FLOW_OPEN_WAN`: Enable the public network. - `FLOW_FLOW_CLEAN`: Clear the instance. - `FLOW_MODIFYINSTANCEACCOUNT`: Modify the instance account. - `FLOW_ENABLEINSTANCE_REPLICATE`: Enable the replica read-only feature. - `FLOW_DISABLEINSTANCE_REPLICATE`: Disable the replica read-only feature. - `FLOW_SWITCHINSTANCEVIP`: Swap the VIPs of instances. - FLOW_CHANGE_REPLICA_TO_MSTER: Promote the replica node to the mater node. Backup instance
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance name
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID
Note: This field may return null, indicating that no valid values can be obtained.public Float getProgress()
public void setProgress(Float Progress)
Progress
- Task progress
Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Task end time
Note: This field may return null, indicating that no valid values can be obtained.public Long getResult()
public void setResult(Long Result)
Result
- Task execution status. Valid values: - `0` (initilized) - `1` (executing) - `2` (completed) - `4` (failed)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.