Class ActivtyRelatedInstance
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.as.v20180419.models.ActivtyRelatedInstance
-
public class ActivtyRelatedInstance extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ActivtyRelatedInstance()ActivtyRelatedInstance(ActivtyRelatedInstance 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceId()Get 实例ID。StringgetInstanceStatus()Get 实例在伸缩活动中的状态。取值如下: INIT:初始化中 RUNNING:实例操作中 SUCCESSFUL:活动成功 FAILED:活动失败voidsetInstanceId(String InstanceId)Set 实例ID。voidsetInstanceStatus(String InstanceStatus)Set 实例在伸缩活动中的状态。取值如下: INIT:初始化中 RUNNING:实例操作中 SUCCESSFUL:活动成功 FAILED:活动失败voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ActivtyRelatedInstance
public ActivtyRelatedInstance()
-
ActivtyRelatedInstance
public ActivtyRelatedInstance(ActivtyRelatedInstance 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例ID。- Returns:
- InstanceId 实例ID。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID。- Parameters:
InstanceId- 实例ID。
-
getInstanceStatus
public String getInstanceStatus()
Get 实例在伸缩活动中的状态。取值如下:- INIT:初始化中
- RUNNING:实例操作中
- SUCCESSFUL:活动成功
- FAILED:活动失败
- Returns:
- InstanceStatus 实例在伸缩活动中的状态。取值如下:
- INIT:初始化中
- RUNNING:实例操作中
- SUCCESSFUL:活动成功
- FAILED:活动失败
-
setInstanceStatus
public void setInstanceStatus(String InstanceStatus)
Set 实例在伸缩活动中的状态。取值如下:- INIT:初始化中
- RUNNING:实例操作中
- SUCCESSFUL:活动成功
- FAILED:活动失败
- Parameters:
InstanceStatus- 实例在伸缩活动中的状态。取值如下:- INIT:初始化中
- RUNNING:实例操作中
- SUCCESSFUL:活动成功
- FAILED:活动失败
-
-