public class ListKeysRequest extends AbstractModel
| Constructor and Description | 
|---|
| ListKeysRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getLimit()Get This parameter has the same meaning of the `Limit` in an SQL query, indicating that up to `Limit` value elements can be obtained in this request. | 
| Long | getOffset()Get This parameter has the same meaning of the `Offset` in an SQL query, indicating that this acquisition starts from the "No. | 
| Long | getRole()Get Filter by creator role. | 
| void | setLimit(Long Limit)Set This parameter has the same meaning of the `Limit` in an SQL query, indicating that up to `Limit` value elements can be obtained in this request. | 
| void | setOffset(Long Offset)Set This parameter has the same meaning of the `Offset` in an SQL query, indicating that this acquisition starts from the "No. | 
| void | setRole(Long Role)Set Filter by creator role. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getOffset()
public void setOffset(Long Offset)
Offset - This parameter has the same meaning of the `Offset` in an SQL query, indicating that this acquisition starts from the "No. Offset value" element of the array arranged in a certain order. The default value is 0public Long getLimit()
public void setLimit(Long Limit)
Limit - This parameter has the same meaning of the `Limit` in an SQL query, indicating that up to `Limit` value elements can be obtained in this request. The default value is 10 and the maximum value is 200public Long getRole()
public void setRole(Long Role)
Role - Filter by creator role. 0 (default value): the CMK is created by the user; 1: the CMK is created automatically by an authorized Tencent Cloud serviceCopyright © 2020. All rights reserved.