public class DescribeAutoAuthorizedRuleHostRequest extends AbstractModel
Constructor and Description |
---|
DescribeAutoAuthorizedRuleHostRequest() |
DescribeAutoAuthorizedRuleHostRequest(DescribeAutoAuthorizedRuleHostRequest 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 |
getBy()
Get 排序方式,asc,desc
|
Long |
getLimit()
Get 需要返回的数量,默认为全部;
|
Long |
getOffset()
Get 偏移量,默认为0
|
String |
getOrder()
Get 排序字段
|
Long |
getRuleId()
Get 规则id
|
void |
setBy(String By)
Set 排序方式,asc,desc
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为全部;
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setOrder(String Order)
Set 排序字段
|
void |
setRuleId(Long RuleId)
Set 规则id
|
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 DescribeAutoAuthorizedRuleHostRequest()
public DescribeAutoAuthorizedRuleHostRequest(DescribeAutoAuthorizedRuleHostRequest source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 规则idpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 需要返回的数量,默认为全部;public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public String getOrder()
public void setOrder(String Order)
Order
- 排序字段public String getBy()
public void setBy(String By)
By
- 排序方式,asc,descCopyright © 2023. All rights reserved.