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 地域
|
Long |
getDirection()
Get 出站还是入站,1:入站,0:出站
|
String |
getEdgeId()
Get EdgeId值
|
String |
getInstanceId()
Get 实例ID
|
Long |
getLimit()
Get 每页条数
|
Long |
getOffset()
Get 偏移值
|
String |
getProtocol()
Get 协议
|
String |
getSearchValue()
Get 搜索值
|
String |
getStatus()
Get 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'
|
String |
getStrategy()
Get 策略
|
void |
setArea(String Area)
Set 地域
|
void |
setDirection(Long Direction)
Set 出站还是入站,1:入站,0:出站
|
void |
setEdgeId(String EdgeId)
Set EdgeId值
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setLimit(Long Limit)
Set 每页条数
|
void |
setOffset(Long Offset)
Set 偏移值
|
void |
setProtocol(String Protocol)
Set 协议
|
void |
setSearchValue(String SearchValue)
Set 搜索值
|
void |
setStatus(String Status)
Set 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'
|
void |
setStrategy(String Strategy)
Set 策略
|
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 DescribeAcListsRequest()
public DescribeAcListsRequest(DescribeAcListsRequest source)
public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议public String getStrategy()
public void setStrategy(String Strategy)
Strategy
- 策略public String getSearchValue()
public void setSearchValue(String SearchValue)
SearchValue
- 搜索值public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页条数public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移值public Long getDirection()
public void setDirection(Long Direction)
Direction
- 出站还是入站,1:入站,0:出站public String getEdgeId()
public void setEdgeId(String EdgeId)
EdgeId
- EdgeId值public String getStatus()
public void setStatus(String Status)
Status
- 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'public String getArea()
public void setArea(String Area)
Area
- 地域public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDCopyright © 2023. All rights reserved.