public class ListDataKeysRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListDataKeysRequest() |
ListDataKeysRequest(ListDataKeysRequest 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 |
getHsmClusterId()
Get HSM cluster ID corresponding to KMS advanced edition (only applicable to KMS exclusive/managed service instance).
|
Long |
getLimit()
Get Specifies the maximum number of elements to retrieve, same as the Limit in SQL queries.
|
Long |
getOffset()
Get Meaning matches the Offset in SQL queries, indicates the retrieval starts from the Offset-th element in a sequentially arranged array, defaults to 0.
|
Long |
getRole()
Get Filter criteria based on the creator role.
|
void |
setHsmClusterId(String HsmClusterId)
Set HSM cluster ID corresponding to KMS advanced edition (only applicable to KMS exclusive/managed service instance).
|
void |
setLimit(Long Limit)
Set Specifies the maximum number of elements to retrieve, same as the Limit in SQL queries.
|
void |
setOffset(Long Offset)
Set Meaning matches the Offset in SQL queries, indicates the retrieval starts from the Offset-th element in a sequentially arranged array, defaults to 0.
|
void |
setRole(Long Role)
Set Filter criteria based on the creator role.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListDataKeysRequest()
public ListDataKeysRequest(ListDataKeysRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Meaning matches the Offset in SQL queries, indicates the retrieval starts from the Offset-th element in a sequentially arranged array, defaults to 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Specifies the maximum number of elements to retrieve, same as the Limit in SQL queries. default value is 10. maximum value is 200.public Long getRole()
public void setRole(Long Role)
Role
- Filter criteria based on the creator role. default 0 means data key created by oneself, 1 means data key automatically created by other cloud services.public String getHsmClusterId()
public void setHsmClusterId(String HsmClusterId)
HsmClusterId
- HSM cluster ID corresponding to KMS advanced edition (only applicable to KMS exclusive/managed service instance).Copyright © 2025. All rights reserved.