public class ListRulesRequest extends AbstractModel
| Constructor and Description | 
|---|
ListRulesRequest()  | 
ListRulesRequest(ListRulesRequest 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 | 
getEventBusId()
Get Event bus ID 
 | 
Long | 
getLimit()
Get Number of returned results. 
 | 
Long | 
getOffset()
Get Pagination offset. 
 | 
String | 
getOrder()
Get Indicates whether the returned results are sorted in ascending or descending order. 
 | 
String | 
getOrderBy()
Get Indicates by which field to sort the returned results. 
 | 
void | 
setEventBusId(String EventBusId)
Set Event bus ID 
 | 
void | 
setLimit(Long Limit)
Set Number of returned results. 
 | 
void | 
setOffset(Long Offset)
Set Pagination offset. 
 | 
void | 
setOrder(String Order)
Set Indicates whether the returned results are sorted in ascending or descending order. 
 | 
void | 
setOrderBy(String OrderBy)
Set Indicates by which field to sort the returned results. 
 | 
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 ListRulesRequest()
public ListRulesRequest(ListRulesRequest source)
public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId - Event bus IDpublic String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - Indicates by which field to sort the returned results. Valid values: AddTime (creation time), ModTime (modification time)public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned results. Default value: 20. Maximum value: 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination offset. Default value: 0.public String getOrder()
public void setOrder(String Order)
Order - Indicates whether the returned results are sorted in ascending or descending order. Valid values: ASC (ascending order), DESC (descending order)Copyright © 2023. All rights reserved.