public class DescribeSecurityIPGroupInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeSecurityIPGroupInfoRequest() | 
| DescribeSecurityIPGroupInfoRequest(DescribeSecurityIPGroupInfoRequest 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 | getLimit()Get 单次返回的最大条目数。默认值为 20 ,最大查询条目为 1000 。 | 
| Long | getOffset()Get 分页查询的起始条目偏移量。默认值为 0 。 | 
| String | getZoneId()Get 站点的 ID ,用于指定查询的站点范围。 | 
| void | setLimit(Long Limit)Set 单次返回的最大条目数。默认值为 20 ,最大查询条目为 1000 。 | 
| void | setOffset(Long Offset)Set 分页查询的起始条目偏移量。默认值为 0 。 | 
| void | setZoneId(String ZoneId)Set 站点的 ID ,用于指定查询的站点范围。 | 
| 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 DescribeSecurityIPGroupInfoRequest()
public DescribeSecurityIPGroupInfoRequest(DescribeSecurityIPGroupInfoRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 站点的 ID ,用于指定查询的站点范围。public Long getLimit()
public void setLimit(Long Limit)
Limit - 单次返回的最大条目数。默认值为 20 ,最大查询条目为 1000 。public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页查询的起始条目偏移量。默认值为 0 。Copyright © 2025. All rights reserved.