public class RefreshActivity extends AbstractModel
header, skipSign
Constructor and Description |
---|
RefreshActivity() |
RefreshActivity(RefreshActivity 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 |
getActivityType()
Get Refresh activity type.
|
String |
getAutoScalingGroupId()
Get Scaling group ID.
|
String |
getCreatedTime()
Get Refresh activity creation time.
|
Long |
getCurrentRefreshBatchNum()
Get Current refresh batch number.
|
String |
getEndTime()
Get Refresh activity end time.
|
String |
getOriginRefreshActivityId()
Get Original refresh activity ID, which exists only in the rollback refresh activity.
|
String |
getRefreshActivityId()
Get Refresh activity ID.
|
RefreshBatch[] |
getRefreshBatchSet()
Get Refresh batch information list.
|
String |
getRefreshMode()
Get Refresh mode.
|
RefreshSettings |
getRefreshSettings()
Get Instance update setting parameters.
|
String |
getStartTime()
Get Refresh activity start time.
|
String |
getStatus()
Get Refresh activity status.
|
void |
setActivityType(String ActivityType)
Set Refresh activity type.
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set Scaling group ID.
|
void |
setCreatedTime(String CreatedTime)
Set Refresh activity creation time.
|
void |
setCurrentRefreshBatchNum(Long CurrentRefreshBatchNum)
Set Current refresh batch number.
|
void |
setEndTime(String EndTime)
Set Refresh activity end time.
|
void |
setOriginRefreshActivityId(String OriginRefreshActivityId)
Set Original refresh activity ID, which exists only in the rollback refresh activity.
|
void |
setRefreshActivityId(String RefreshActivityId)
Set Refresh activity ID.
|
void |
setRefreshBatchSet(RefreshBatch[] RefreshBatchSet)
Set Refresh batch information list.
|
void |
setRefreshMode(String RefreshMode)
Set Refresh mode.
|
void |
setRefreshSettings(RefreshSettings RefreshSettings)
Set Instance update setting parameters.
|
void |
setStartTime(String StartTime)
Set Refresh activity start time.
|
void |
setStatus(String Status)
Set Refresh activity status.
|
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 RefreshActivity()
public RefreshActivity(RefreshActivity source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId
- Scaling group ID.public String getRefreshActivityId()
public void setRefreshActivityId(String RefreshActivityId)
RefreshActivityId
- Refresh activity ID.public String getOriginRefreshActivityId()
public void setOriginRefreshActivityId(String OriginRefreshActivityId)
OriginRefreshActivityId
- Original refresh activity ID, which exists only in the rollback refresh activity.
Note: This field may return null, indicating that no valid value can be obtained.public RefreshBatch[] getRefreshBatchSet()
public void setRefreshBatchSet(RefreshBatch[] RefreshBatchSet)
RefreshBatchSet
- Refresh batch information list.public String getRefreshMode()
public void setRefreshMode(String RefreshMode)
RefreshMode
- Refresh mode.public RefreshSettings getRefreshSettings()
public void setRefreshSettings(RefreshSettings RefreshSettings)
RefreshSettings
- Instance update setting parameters.public String getActivityType()
public void setActivityType(String ActivityType)
ActivityType
- Refresh activity type. Valid values: public String getStatus()
public void setStatus(String Status)
Status
- Refresh activity status. Valid values: public Long getCurrentRefreshBatchNum()
public void setCurrentRefreshBatchNum(Long CurrentRefreshBatchNum)
CurrentRefreshBatchNum
- Current refresh batch number. For example, a value of 2 indicates that the current activity is refreshing the second batch of instances.
Note: This field may return null, indicating that no valid value can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Refresh activity start time.
Note: This field may return null, indicating that no valid value can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Refresh activity end time.
Note: This field may return null, indicating that no valid value can be obtained.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Refresh activity creation time.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.