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, in standard UTC time, in the format YYYY-MM-DDTHH:MM:ssZ. 
 | 
Long | 
getCurrentRefreshBatchNum()
Get Current refresh batch number. 
 | 
String | 
getEndTime()
Get Refresh activity end time, in standard UTC time, in the format YYYY-MM-DDTHH:MM:ssZ. 
 | 
String | 
getOriginRefreshActivityId()
Get Original refresh activity ID. 
 | 
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 The activity start time is refreshed in standard `UTC` time, in the format `YYYY-MM-DDTHH:MM:ssZ`. 
 | 
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, in standard UTC time, in the format YYYY-MM-DDTHH:MM:ssZ. 
 | 
void | 
setCurrentRefreshBatchNum(Long CurrentRefreshBatchNum)
Set Current refresh batch number. 
 | 
void | 
setEndTime(String EndTime)
Set Refresh activity end time, in standard UTC time, in the format YYYY-MM-DDTHH:MM:ssZ. 
 | 
void | 
setOriginRefreshActivityId(String OriginRefreshActivityId)
Set Original refresh activity ID. 
 | 
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 The activity start time is refreshed in standard `UTC` time, in the format `YYYY-MM-DDTHH:MM:ssZ`. 
 | 
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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. exists only in rollback refresh activity.public RefreshBatch[] getRefreshBatchSet()
public void setRefreshBatchSet(RefreshBatch[] RefreshBatchSet)
RefreshBatchSet - Refresh batch information list.public String getRefreshMode()
public void setRefreshMode(String RefreshMode)
RefreshMode - Refresh mode. valid values as follows:.
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, 2 indicates the second batch of instances is being refreshed by the current activity.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The activity start time is refreshed in standard `UTC` time, in the format `YYYY-MM-DDTHH:MM:ssZ`.
Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Refresh activity end time, in standard UTC time, in the format YYYY-MM-DDTHH:MM:ssZ.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Refresh activity creation time, in standard UTC time, in the format YYYY-MM-DDTHH:MM:ssZ.Copyright © 2025. All rights reserved.