public class RemoveNatAcRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RemoveNatAcRuleRequest() | 
| RemoveNatAcRuleRequest(RemoveNatAcRuleRequest 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 | 
|---|---|
| Long | getDirection()Get 规则方向:1,入站;0,出站 | 
| Long[] | getRuleUuid()Get 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则 | 
| void | setDirection(Long Direction)Set 规则方向:1,入站;0,出站 | 
| void | setRuleUuid(Long[] RuleUuid)Set 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RemoveNatAcRuleRequest()
public RemoveNatAcRuleRequest(RemoveNatAcRuleRequest source)
public Long[] getRuleUuid()
public void setRuleUuid(Long[] RuleUuid)
RuleUuid - 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则public Long getDirection()
public void setDirection(Long Direction)
Direction - 规则方向:1,入站;0,出站Copyright © 2025. All rights reserved.