public class DescribeBlockIgnoreListRequest extends AbstractModel
Constructor and Description |
---|
DescribeBlockIgnoreListRequest() |
DescribeBlockIgnoreListRequest(DescribeBlockIgnoreListRequest 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 Sort order.
|
String |
getDirection()
Get Direction.
|
Long |
getLimit()
Get Number of entries per page.
|
Long |
getOffset()
Get Page offset.
|
String |
getOrder()
Get Column by which rules are sorted.
|
Long |
getRuleType()
Get Rule type.
|
String |
getSearchValue()
Get Search keys, in a JSON string.
|
void |
setBy(String By)
Set Sort order.
|
void |
setDirection(String Direction)
Set Direction.
|
void |
setLimit(Long Limit)
Set Number of entries per page.
|
void |
setOffset(Long Offset)
Set Page offset.
|
void |
setOrder(String Order)
Set Column by which rules are sorted.
|
void |
setRuleType(Long RuleType)
Set Rule type.
|
void |
setSearchValue(String SearchValue)
Set Search keys, in a JSON string.
|
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 DescribeBlockIgnoreListRequest()
public DescribeBlockIgnoreListRequest(DescribeBlockIgnoreListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries per page.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page offset.public String getDirection()
public void setDirection(String Direction)
Direction
- Direction. Valid values: 1: inbound public access; 0: outbound public access; 3: private network access; empty string: all access.public Long getRuleType()
public void setRuleType(Long RuleType)
RuleType
- Rule type. Valid values: 1: block; 2: allow.public String getOrder()
public void setOrder(String Order)
Order
- Column by which rules are sorted. Valid values: EndTime: end time; StartTime: start time; MatchTimes: number of matching times.public String getBy()
public void setBy(String By)
By
- Sort order. Valid values: desc: descending; asc: ascending.public String getSearchValue()
public void setSearchValue(String SearchValue)
SearchValue
- Search keys, in a JSON string. Valid values: {}: empty; domain: domain name; level: threat level; ignore_reason: reason for allowing access; rule_source: source of a security event; address: geographical location; common: fuzzy search.Copyright © 2023. All rights reserved.