public class DescribeWhiteBoxKeyDetailsRequest extends AbstractModel
Constructor and Description |
---|
DescribeWhiteBoxKeyDetailsRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getKeyStatus()
Get Filter: key status.
|
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.
|
TagFilter[] |
getTagFilters()
Get Tag filter condition
|
void |
setKeyStatus(Long KeyStatus)
Set Filter: key status.
|
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 |
setTagFilters(TagFilter[] TagFilters)
Set Tag filter condition
|
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, toJsonString
public Long getKeyStatus()
public void setKeyStatus(Long KeyStatus)
KeyStatus
- Filter: key status. 0: disabled, 1: enabledpublic 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 0.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 0, indicating not to paginate.public TagFilter[] getTagFilters()
public void setTagFilters(TagFilter[] TagFilters)
TagFilters
- Tag filter conditionCopyright © 2020. All rights reserved.