Class ModifyPrometheusGlobalNotificationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ModifyPrometheusGlobalNotificationRequest
-
public class ModifyPrometheusGlobalNotificationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyPrometheusGlobalNotificationRequest()
ModifyPrometheusGlobalNotificationRequest(ModifyPrometheusGlobalNotificationRequest 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 String
getInstanceId()
Get 实例IDPrometheusNotificationItem
getNotification()
Get 告警通知渠道void
setInstanceId(String InstanceId)
Set 实例IDvoid
setNotification(PrometheusNotificationItem Notification)
Set 告警通知渠道void
toMap(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
-
ModifyPrometheusGlobalNotificationRequest
public ModifyPrometheusGlobalNotificationRequest()
-
ModifyPrometheusGlobalNotificationRequest
public ModifyPrometheusGlobalNotificationRequest(ModifyPrometheusGlobalNotificationRequest 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
-
getNotification
public PrometheusNotificationItem getNotification()
Get 告警通知渠道- Returns:
- Notification 告警通知渠道
-
setNotification
public void setNotification(PrometheusNotificationItem Notification)
Set 告警通知渠道- Parameters:
Notification
- 告警通知渠道
-
-