public class DeleteAcRuleRequest extends AbstractModel
Constructor and Description |
---|
DeleteAcRuleRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get NAT地域
|
Long |
getDirection()
Get 出站还是入站
|
String |
getEdgeId()
Get EdgeId值
|
Long |
getId()
Get id值
|
void |
setArea(String Area)
Set NAT地域
|
void |
setDirection(Long Direction)
Set 出站还是入站
|
void |
setEdgeId(String EdgeId)
Set EdgeId值
|
void |
setId(Long Id)
Set id值
|
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 Long getId()
public void setId(Long Id)
Id
- id值public Long getDirection()
public void setDirection(Long Direction)
Direction
- 出站还是入站public String getEdgeId()
public void setEdgeId(String EdgeId)
EdgeId
- EdgeId值public String getArea()
public void setArea(String Area)
Area
- NAT地域Copyright © 2020. All rights reserved.