public class ListKeyDetailRequest extends AbstractModel
| Constructor and Description | 
|---|
| ListKeyDetailRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getKeyState()Get Filters by CMK status. | 
| String | getKeyUsage()Get Filter by `KeyUsage` of CMKs. | 
| 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 | 
| Long | getOrderType()Get | 
| String | getOrigin()Get Filters by CMK type. | 
| Long | getRole()Get | 
| String | getSearchKeyAlias()Get | 
| void | setKeyState(Long KeyState)Set Filters by CMK status. | 
| void | setKeyUsage(String KeyUsage)Set Filter by `KeyUsage` of CMKs. | 
| 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 | 
| void | setOrderType(Long OrderType)Set | 
| void | setOrigin(String Origin)Set Filters by CMK type. | 
| void | setRole(Long Role)Set | 
| void | setSearchKeyAlias(String SearchKeyAlias)Set | 
| 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 - public 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 200.public Long getRole()
public void setRole(Long Role)
Role - public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType - public Long getKeyState()
public void setKeyState(Long KeyState)
KeyState - Filters by CMK status. 0: all CMKs; 1: CMKs in `Enabled` status only; 2: CMKs in `Disabled` status only; 3: CMKs in `PendingDelete` status only (i.e., keys with schedule deletion enabled); 4: CMKs in `PendingImport` status only.public String getSearchKeyAlias()
public void setSearchKeyAlias(String SearchKeyAlias)
SearchKeyAlias - public String getOrigin()
public void setOrigin(String Origin)
Origin - Filters by CMK type. "TENCENT_KMS" indicates to filter CMKs whose key materials are created by KMS; "EXTERNAL" indicates to filter CMKs of `EXTERNAL` type whose key materials are imported by users; "ALL" or empty indicates to filter CMKs of both types. This value is case-sensitive.public String getKeyUsage()
public void setKeyUsage(String KeyUsage)
KeyUsage - Filter by `KeyUsage` of CMKs. Valid values: `ALL` (filter all CMKs), `ENCRYPT_DECRYPT` (it will be used when the parameter is left empty), `ASYMMETRIC_DECRYPT_RSA_2048`, `ASYMMETRIC_DECRYPT_SM2`.Copyright © 2020. All rights reserved.