public class DescribeAlarmsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAlarmsRequest() |
DescribeAlarmsRequest(DescribeAlarmsRequest 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 |
---|---|
Filter[] |
getFilters()
Get
name 按照【告警策略名称】进行过滤。 类型:String 必选:否 alarmId 按照【告警策略ID】进行过滤。 类型:String 必选:否 topicId 按照【监控对象的日志主题ID】进行过滤。 类型:String 必选:否 enable 按照【启用状态】进行过滤。 类型:String 备注:enable参数值范围: 1, t, T, TRUE, true, True, 0, f, F, FALSE, false, False。 其它值将返回参数错误信息. |
Long |
getLimit()
Get 分页单页限制数目,默认值为20,最大值100。
|
Long |
getOffset()
Get 分页的偏移量,默认值为0。
|
void |
setFilters(Filter[] Filters)
Set
name 按照【告警策略名称】进行过滤。 类型:String 必选:否 alarmId 按照【告警策略ID】进行过滤。 类型:String 必选:否 topicId 按照【监控对象的日志主题ID】进行过滤。 类型:String 必选:否 enable 按照【启用状态】进行过滤。 类型:String 备注:enable参数值范围: 1, t, T, TRUE, true, True, 0, f, F, FALSE, false, False。 其它值将返回参数错误信息. |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAlarmsRequest()
public DescribeAlarmsRequest(DescribeAlarmsRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页的偏移量,默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页单页限制数目,默认值为20,最大值100。Copyright © 2023. All rights reserved.