public class DescribeAlarmNoticesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAlarmNoticesRequest() |
DescribeAlarmNoticesRequest(DescribeAlarmNoticesRequest 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
示例:"Filters":[{"Key":"name","Values":["test-notice"]}]
必选:否
alarmNoticeId
按照【通知渠道组ID】进行过滤。
类型:String
示例:"Filters": [{Key: "alarmNoticeId", Values: ["notice-5281f1d2-6275-4e56-9ec3-a1eb19d8bc2f"]}]
必选:否
uid
按照【接收用户ID】进行过滤。
类型:String
示例:"Filters": [{Key: "uid", Values: ["1137546"]}]
必选:否
groupId
按照【接收用户组ID】进行过滤。
类型:String
示例:"Filters": [{Key: "groupId", Values: ["344098"]}]
必选:否
deliverFlag
按照【投递状态】进行过滤。
类型:String
必选:否
可选值: "1":未启用, "2": 已启用, "3":投递异常
示例:"Filters":[{"Key":"deliverFlag","Values":["2"]}]
每次请求的Filters的上限为10,Filter.Values的上限为5。
|
Long |
getLimit()
Get 分页单页限制数目,默认值为20,最大值100。
|
Long |
getOffset()
Get 分页的偏移量,默认值为0。
|
void |
setFilters(Filter[] Filters)
Set name
按照【通知渠道组名称】进行过滤。
类型:String
示例:"Filters":[{"Key":"name","Values":["test-notice"]}]
必选:否
alarmNoticeId
按照【通知渠道组ID】进行过滤。
类型:String
示例:"Filters": [{Key: "alarmNoticeId", Values: ["notice-5281f1d2-6275-4e56-9ec3-a1eb19d8bc2f"]}]
必选:否
uid
按照【接收用户ID】进行过滤。
类型:String
示例:"Filters": [{Key: "uid", Values: ["1137546"]}]
必选:否
groupId
按照【接收用户组ID】进行过滤。
类型:String
示例:"Filters": [{Key: "groupId", Values: ["344098"]}]
必选:否
deliverFlag
按照【投递状态】进行过滤。
类型:String
必选:否
可选值: "1":未启用, "2": 已启用, "3":投递异常
示例:"Filters":[{"Key":"deliverFlag","Values":["2"]}]
每次请求的Filters的上限为10,Filter.Values的上限为5。
|
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 DescribeAlarmNoticesRequest()
public DescribeAlarmNoticesRequest(DescribeAlarmNoticesRequest 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 © 2025. All rights reserved.