public class DescribeAntiFakeRulesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAntiFakeRulesRequest() |
DescribeAntiFakeRulesRequest(DescribeAntiFakeRulesRequest 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
|
String |
getDomain()
Get Domain name
|
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
|
void |
setDomain(String Domain)
Set Domain name
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAntiFakeRulesRequest()
public DescribeAntiFakeRulesRequest(DescribeAntiFakeRulesRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Capacitypublic 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 descpublic String getBy()
public void setBy(String By)
By
- Currently supports sorting by TSCopyright © 2024. All rights reserved.