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
Filter by Notification Channel Group Name.Type: String
Required: No
alarmNoticeId
Filter by Notification Channel Group ID.Type: String
Required: No
uid
Filter by Receiving User ID.Type: String
Required: No
groupId
Filter by Receiving User Group ID.Type: String
Required: No
deliverFlag
Filter by Delivery Status.Type: String
Required: No
Optional Values: "1": Not Enabled, "2": Enabled, "3": Delivery ExceptionThe maximum number of Filters per request is 10, and the maximum for Filter.Values is 5.
|
Long |
getLimit()
Get Maximum number of entries per page.
|
Long |
getOffset()
Get Page offset.
|
void |
setFilters(Filter[] Filters)
Set name
Filter by Notification Channel Group Name.Type: String
Required: No
alarmNoticeId
Filter by Notification Channel Group ID.Type: String
Required: No
uid
Filter by Receiving User ID.Type: String
Required: No
groupId
Filter by Receiving User Group ID.Type: String
Required: No
deliverFlag
Filter by Delivery Status.Type: String
Required: No
Optional Values: "1": Not Enabled, "2": Enabled, "3": Delivery ExceptionThe maximum number of Filters per request is 10, and the maximum for Filter.Values is 5.
|
void |
setLimit(Long Limit)
Set Maximum number of entries per page.
|
void |
setOffset(Long Offset)
Set Page offset.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, 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
- Page offset. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of entries per page. Default value: 20. Maximum value: 100.Copyright © 2024. All rights reserved.