public class DescribeWhiteBoxKeyDetailsRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeWhiteBoxKeyDetailsRequest()  | 
DescribeWhiteBoxKeyDetailsRequest(DescribeWhiteBoxKeyDetailsRequest 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 | 
|---|---|
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, toJsonStringpublic DescribeWhiteBoxKeyDetailsRequest()
public DescribeWhiteBoxKeyDetailsRequest(DescribeWhiteBoxKeyDetailsRequest source)
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 © 2021. All rights reserved.