public class CreatePrometheusGlobalNotificationRequest extends AbstractModel
Constructor and Description |
---|
CreatePrometheusGlobalNotificationRequest() |
CreatePrometheusGlobalNotificationRequest(CreatePrometheusGlobalNotificationRequest 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 |
getInstanceId()
Get Instance ID
|
PrometheusNotificationItem |
getNotification()
Get Alert notification channel
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setNotification(PrometheusNotificationItem Notification)
Set Alert notification channel
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreatePrometheusGlobalNotificationRequest()
public CreatePrometheusGlobalNotificationRequest(CreatePrometheusGlobalNotificationRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic PrometheusNotificationItem getNotification()
public void setNotification(PrometheusNotificationItem Notification)
Notification
- Alert notification channelCopyright © 2023. All rights reserved.