public class DescribeAcListsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeAcListsRequest() | 
| DescribeAcListsRequest(DescribeAcListsRequest 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 | getArea()Get Region | 
| Long | getDirection()Get Indicates whether it is outbound or inbound. | 
| String | getEdgeId()Get EdgeId value | 
| String | getInstanceId()Get Instance ID | 
| Long | getLimit()Get Number of entries per page | 
| Long | getOffset()Get Offset | 
| String | getProtocol()Get Protocol | 
| String | getSearchValue()Get Search value | 
| String | getStatus()Get Indicates whether the rule is enabled. | 
| String | getStrategy()Get Policy | 
| void | setArea(String Area)Set Region | 
| void | setDirection(Long Direction)Set Indicates whether it is outbound or inbound. | 
| void | setEdgeId(String EdgeId)Set EdgeId value | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setLimit(Long Limit)Set Number of entries per page | 
| void | setOffset(Long Offset)Set Offset | 
| void | setProtocol(String Protocol)Set Protocol | 
| void | setSearchValue(String SearchValue)Set Search value | 
| void | setStatus(String Status)Set Indicates whether the rule is enabled. | 
| void | setStrategy(String Strategy)Set Policy | 
| 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 DescribeAcListsRequest()
public DescribeAcListsRequest(DescribeAcListsRequest source)
public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Protocolpublic String getStrategy()
public void setStrategy(String Strategy)
Strategy - Policypublic String getSearchValue()
public void setSearchValue(String SearchValue)
SearchValue - Search valuepublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of entries per pagepublic Long getOffset()
public void setOffset(Long Offset)
Offset - Offsetpublic Long getDirection()
public void setDirection(Long Direction)
Direction - Indicates whether it is outbound or inbound. 1: inbound; 0: outboundpublic String getEdgeId()
public void setEdgeId(String EdgeId)
EdgeId - EdgeId valuepublic String getStatus()
public void setStatus(String Status)
Status - Indicates whether the rule is enabled. '0': disabled; '1': enabled. '0' by defaultpublic String getArea()
public void setArea(String Area)
Area - Regionpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDCopyright © 2023. All rights reserved.