Class AutoScalingNotification
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.as.v20180419.models.AutoScalingNotification
-
public class AutoScalingNotification extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AutoScalingNotification()AutoScalingNotification(AutoScalingNotification 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 StringgetAutoScalingGroupId()Get 伸缩组ID。StringgetAutoScalingNotificationId()Get 事件通知ID。String[]getNotificationTypes()Get 通知事件列表。String[]getNotificationUserGroupIds()Get 用户组ID列表。StringgetQueueName()Get CMQ 队列名。StringgetTargetType()Get 通知接收端类型。StringgetTopicName()Get CMQ 主题名。voidsetAutoScalingGroupId(String AutoScalingGroupId)Set 伸缩组ID。voidsetAutoScalingNotificationId(String AutoScalingNotificationId)Set 事件通知ID。voidsetNotificationTypes(String[] NotificationTypes)Set 通知事件列表。voidsetNotificationUserGroupIds(String[] NotificationUserGroupIds)Set 用户组ID列表。voidsetQueueName(String QueueName)Set CMQ 队列名。voidsetTargetType(String TargetType)Set 通知接收端类型。voidsetTopicName(String TopicName)Set CMQ 主题名。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
-
AutoScalingNotification
public AutoScalingNotification()
-
AutoScalingNotification
public AutoScalingNotification(AutoScalingNotification 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
-
getAutoScalingGroupId
public String getAutoScalingGroupId()
Get 伸缩组ID。- Returns:
- AutoScalingGroupId 伸缩组ID。
-
setAutoScalingGroupId
public void setAutoScalingGroupId(String AutoScalingGroupId)
Set 伸缩组ID。- Parameters:
AutoScalingGroupId- 伸缩组ID。
-
getNotificationUserGroupIds
public String[] getNotificationUserGroupIds()
Get 用户组ID列表。- Returns:
- NotificationUserGroupIds 用户组ID列表。
-
setNotificationUserGroupIds
public void setNotificationUserGroupIds(String[] NotificationUserGroupIds)
Set 用户组ID列表。- Parameters:
NotificationUserGroupIds- 用户组ID列表。
-
getNotificationTypes
public String[] getNotificationTypes()
Get 通知事件列表。- Returns:
- NotificationTypes 通知事件列表。
-
setNotificationTypes
public void setNotificationTypes(String[] NotificationTypes)
Set 通知事件列表。- Parameters:
NotificationTypes- 通知事件列表。
-
getAutoScalingNotificationId
public String getAutoScalingNotificationId()
Get 事件通知ID。- Returns:
- AutoScalingNotificationId 事件通知ID。
-
setAutoScalingNotificationId
public void setAutoScalingNotificationId(String AutoScalingNotificationId)
Set 事件通知ID。- Parameters:
AutoScalingNotificationId- 事件通知ID。
-
getTargetType
public String getTargetType()
Get 通知接收端类型。- Returns:
- TargetType 通知接收端类型。
-
setTargetType
public void setTargetType(String TargetType)
Set 通知接收端类型。- Parameters:
TargetType- 通知接收端类型。
-
getQueueName
public String getQueueName()
Get CMQ 队列名。- Returns:
- QueueName CMQ 队列名。
-
setQueueName
public void setQueueName(String QueueName)
Set CMQ 队列名。- Parameters:
QueueName- CMQ 队列名。
-
getTopicName
public String getTopicName()
Get CMQ 主题名。- Returns:
- TopicName CMQ 主题名。
-
setTopicName
public void setTopicName(String TopicName)
Set CMQ 主题名。- Parameters:
TopicName- CMQ 主题名。
-
-