public class DescribeAlarmShieldsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeAlarmShieldsRequest()  | 
DescribeAlarmShieldsRequest(DescribeAlarmShieldsRequest 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 | 
getAlarmNoticeId()
Get Notification Channel Group ID 
 | 
Filter[] | 
getFilters()
Get - taskId: Filter by [Rule ID]. 
 | 
Long | 
getLimit()
Get Maximum number of entries per page. 
 | 
Long | 
getOffset()
Get Page offset. 
 | 
void | 
setAlarmNoticeId(String AlarmNoticeId)
Set Notification Channel Group ID 
 | 
void | 
setFilters(Filter[] Filters)
Set - taskId: Filter by [Rule ID]. 
 | 
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAlarmShieldsRequest()
public DescribeAlarmShieldsRequest(DescribeAlarmShieldsRequest source)
public String getAlarmNoticeId()
public void setAlarmNoticeId(String AlarmNoticeId)
AlarmNoticeId - Notification Channel Group IDpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - - taskId: Filter by [Rule ID]. Type: String. Optional: No
- status: Filter by [Rule Status]. Type: String. Supports 0: Not yet effective, 1: In Effect, 2: Expired. Optional: No
Each request can have up to 10 Filters. The upper limit of Filter.Values is 100.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 © 2025. All rights reserved.