public class DescribeAuthInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAuthInfoRequest() | 
| DescribeAuthInfoRequest(DescribeAuthInfoRequest 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 | getKey()Get 搜索关键字 | 
| Long | getLimit()Get 数据条数 | 
| Long | getOffset()Get 偏移量:Offset=Offset+Limit | 
| void | setKey(String Key)Set 搜索关键字 | 
| void | setLimit(Long Limit)Set 数据条数 | 
| void | setOffset(Long Offset)Set 偏移量:Offset=Offset+Limit | 
| 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 DescribeAuthInfoRequest()
public DescribeAuthInfoRequest(DescribeAuthInfoRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量:Offset=Offset+Limitpublic Long getLimit()
public void setLimit(Long Limit)
Limit - 数据条数public String getKey()
public void setKey(String Key)
Key - 搜索关键字Copyright © 2025. All rights reserved.