public class DescribeListIPAlarmConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeListIPAlarmConfigRequest() | 
| DescribeListIPAlarmConfigRequest(DescribeListIPAlarmConfigRequest 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 | 
|---|---|
| Long | getFilterAlarmType()Get 告警阈值类型搜索,取值[
1(入流量告警阈值)
2(攻击清洗流量告警阈值)
] | 
| String | getFilterCname()Get 高防IP实例资源的cname | 
| String | getFilterInstanceId()Get 资源实例ID搜索, 支持资源实例前缀通配搜索,例如bgp-*表示获取高防包类型的资源实例 | 
| String | getFilterIp()Get IP搜索 | 
| Long | getLimit()Get 一页条数,当Limit=0时,默认一页条数为100;最大取值为100 | 
| Long | getOffset()Get 页起始偏移,取值为(页码-1)*一页条数 | 
| void | setFilterAlarmType(Long FilterAlarmType)Set 告警阈值类型搜索,取值[
1(入流量告警阈值)
2(攻击清洗流量告警阈值)
] | 
| void | setFilterCname(String FilterCname)Set 高防IP实例资源的cname | 
| void | setFilterInstanceId(String FilterInstanceId)Set 资源实例ID搜索, 支持资源实例前缀通配搜索,例如bgp-*表示获取高防包类型的资源实例 | 
| void | setFilterIp(String FilterIp)Set IP搜索 | 
| void | setLimit(Long Limit)Set 一页条数,当Limit=0时,默认一页条数为100;最大取值为100 | 
| void | setOffset(Long Offset)Set 页起始偏移,取值为(页码-1)*一页条数 | 
| 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 DescribeListIPAlarmConfigRequest()
public DescribeListIPAlarmConfigRequest(DescribeListIPAlarmConfigRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 页起始偏移,取值为(页码-1)*一页条数public Long getLimit()
public void setLimit(Long Limit)
Limit - 一页条数,当Limit=0时,默认一页条数为100;最大取值为100public String getFilterInstanceId()
public void setFilterInstanceId(String FilterInstanceId)
FilterInstanceId - 资源实例ID搜索, 支持资源实例前缀通配搜索,例如bgp-*表示获取高防包类型的资源实例public Long getFilterAlarmType()
public void setFilterAlarmType(Long FilterAlarmType)
FilterAlarmType - 告警阈值类型搜索,取值[
1(入流量告警阈值)
2(攻击清洗流量告警阈值)
]public String getFilterIp()
public void setFilterIp(String FilterIp)
FilterIp - IP搜索public String getFilterCname()
public void setFilterCname(String FilterCname)
FilterCname - 高防IP实例资源的cnameCopyright © 2025. All rights reserved.