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 告警分组ID,形如alert-xxxx。
查询给定ID的告警分组
|
String |
getGroupName()
Get 告警分组名称。
查询名称中包含给定字符串的告警分组
|
String |
getInstanceId()
Get Prometheus 实例 ID
|
Long |
getLimit()
Get 返回数量,默认为 20,最大值为 100
|
Long |
getOffset()
Get 偏移量,默认为 0
|
void |
setGroupId(String GroupId)
Set 告警分组ID,形如alert-xxxx。
查询给定ID的告警分组
|
void |
setGroupName(String GroupName)
Set 告警分组名称。
查询名称中包含给定字符串的告警分组
|
void |
setInstanceId(String InstanceId)
Set Prometheus 实例 ID
|
void |
setLimit(Long Limit)
Set 返回数量,默认为 20,最大值为 100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为 0
|
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 实例 IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为 20,最大值为 100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为 0public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 告警分组ID,形如alert-xxxx。
查询给定ID的告警分组public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 告警分组名称。
查询名称中包含给定字符串的告警分组Copyright © 2024. All rights reserved.