public class DescribePrometheusAlertGroupsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePrometheusAlertGroupsRequest() |
DescribePrometheusAlertGroupsRequest(DescribePrometheusAlertGroupsRequest 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 |
getGroupId()
Get Alert group ID, such as alert-xxxx.
|
String |
getGroupName()
Get Specifies the alert group name.
|
String |
getInstanceId()
Get prometheus instance ID
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
void |
setGroupId(String GroupId)
Set Alert group ID, such as alert-xxxx.
|
void |
setGroupName(String GroupName)
Set Specifies the alert group name.
|
void |
setInstanceId(String InstanceId)
Set prometheus instance ID
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset.
|
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 DescribePrometheusAlertGroupsRequest()
public DescribePrometheusAlertGroupsRequest(DescribePrometheusAlertGroupsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- prometheus instance IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. defaults to 20. maximum value is 100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. default value: 0.public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Alert group ID, such as alert-xxxx.
List the alert group with the given ID.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Specifies the alert group name.
List alert groups which name contains the given string.Copyright © 2025. All rights reserved.