public class DescribeAccessWhiteListRulesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAccessWhiteListRulesRequest() | 
| DescribeAccessWhiteListRulesRequest(DescribeAccessWhiteListRulesRequest 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[] | getIdSet()Get 用户ID集合,非必需,如果使用IdSet参数则忽略Name参数 | 
| Long | getLimit()Get 每页条目数量,默认20 | 
| String | getName()Get 来源IP或网段,模糊查询,最大长度64字符 | 
| Long | getOffset()Get 分页偏移位置,默认0 | 
| void | setIdSet(Long[] IdSet)Set 用户ID集合,非必需,如果使用IdSet参数则忽略Name参数 | 
| void | setLimit(Long Limit)Set 每页条目数量,默认20 | 
| void | setName(String Name)Set 来源IP或网段,模糊查询,最大长度64字符 | 
| 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, toJsonStringpublic DescribeAccessWhiteListRulesRequest()
public DescribeAccessWhiteListRulesRequest(DescribeAccessWhiteListRulesRequest source)
public Long[] getIdSet()
public void setIdSet(Long[] IdSet)
IdSet - 用户ID集合,非必需,如果使用IdSet参数则忽略Name参数public String getName()
public void setName(String Name)
Name - 来源IP或网段,模糊查询,最大长度64字符public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移位置,默认0public Long getLimit()
public void setLimit(Long Limit)
Limit - 每页条目数量,默认20Copyright © 2025. All rights reserved.