public class UpdatePrometheusAlertGroupStateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdatePrometheusAlertGroupStateRequest() |
UpdatePrometheusAlertGroupStateRequest(UpdatePrometheusAlertGroupStateRequest 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[] |
getGroupIds()
Get Alarm group ID list, such as alert-xxxx.
|
Long |
getGroupState()
Get Describes the group status of the alarm.
|
String |
getInstanceId()
Get TMP instance ID
|
void |
setGroupIds(String[] GroupIds)
Set Alarm group ID list, such as alert-xxxx.
|
void |
setGroupState(Long GroupState)
Set Describes the group status of the alarm.
|
void |
setInstanceId(String InstanceId)
Set TMP instance ID
|
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, toJsonString
public UpdatePrometheusAlertGroupStateRequest()
public UpdatePrometheusAlertGroupStateRequest(UpdatePrometheusAlertGroupStateRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- TMP instance IDpublic String[] getGroupIds()
public void setGroupIds(String[] GroupIds)
GroupIds
- Alarm group ID list, such as alert-xxxx.public Long getGroupState()
public void setGroupState(Long GroupState)
GroupState
- Describes the group status of the alarm.
2 - enable.
3 - disabled.Copyright © 2025. All rights reserved.