Class DescribeAuthInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.DescribeAuthInfoRequest
-
public class DescribeAuthInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Get 搜索关键字LonggetLimit()Get 数据条数LonggetOffset()Get 偏移量:Offset=Offset+LimitvoidsetKey(String Key)Set 搜索关键字voidsetLimit(Long Limit)Set 数据条数voidsetOffset(Long Offset)Set 偏移量:Offset=Offset+LimitvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeAuthInfoRequest
public DescribeAuthInfoRequest()
-
DescribeAuthInfoRequest
public 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.
-
-
Method Detail
-
getOffset
public Long getOffset()
Get 偏移量:Offset=Offset+Limit- Returns:
- Offset 偏移量:Offset=Offset+Limit
-
setOffset
public void setOffset(Long Offset)
Set 偏移量:Offset=Offset+Limit- Parameters:
Offset- 偏移量:Offset=Offset+Limit
-
getLimit
public Long getLimit()
Get 数据条数- Returns:
- Limit 数据条数
-
setLimit
public void setLimit(Long Limit)
Set 数据条数- Parameters:
Limit- 数据条数
-
getKey
public String getKey()
Get 搜索关键字- Returns:
- Key 搜索关键字
-
setKey
public void setKey(String Key)
Set 搜索关键字- Parameters:
Key- 搜索关键字
-
-