public class DescribeCCRuleListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeCCRuleListRequest()  | 
DescribeCCRuleListRequest(DescribeCCRuleListRequest 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 Currently supports sorting by ts_version 
 | 
String | 
getDomain()
Get Domain name of the API to be queried 
 | 
FiltersItemNew[] | 
getFilters()
Get Filter array. 
 | 
Long | 
getLimit()
Get Capacity 
 | 
Long | 
getOffset()
Get Offset 
 | 
String | 
getOrder()
Get asc or desc 
 | 
void | 
setBy(String By)
Set Currently supports sorting by ts_version 
 | 
void | 
setDomain(String Domain)
Set Domain name of the API to be queried 
 | 
void | 
setFilters(FiltersItemNew[] Filters)
Set Filter array. 
 | 
void | 
setLimit(Long Limit)
Set Capacity 
 | 
void | 
setOffset(Long Offset)
Set Offset 
 | 
void | 
setOrder(String Order)
Set asc or desc 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCCRuleListRequest()
public DescribeCCRuleListRequest(DescribeCCRuleListRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Domain name of the API to be queriedpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Capacitypublic String getBy()
public void setBy(String By)
By - Currently supports sorting by ts_versionpublic FiltersItemNew[] getFilters()
public void setFilters(FiltersItemNew[] Filters)
Filters - Filter array. A name can be one of the following values: RuleID, ParamName, Url, Action, Method, Source, and Status.public String getOrder()
public void setOrder(String Order)
Order - asc or descCopyright © 2025. All rights reserved.