public class L4DelRule extends AbstractModel
Constructor and Description |
---|
L4DelRule() |
L4DelRule(L4DelRule 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 |
getId()
Get 资源Id
|
String |
getIp()
Get 资源IP
|
String[] |
getRuleIdList()
Get 规则Id
|
void |
setId(String Id)
Set 资源Id
|
void |
setIp(String Ip)
Set 资源IP
|
void |
setRuleIdList(String[] RuleIdList)
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 L4DelRule()
public L4DelRule(L4DelRule source)
public String getId()
public void setId(String Id)
Id
- 资源Idpublic String getIp()
public void setIp(String Ip)
Ip
- 资源IPpublic String[] getRuleIdList()
public void setRuleIdList(String[] RuleIdList)
RuleIdList
- 规则IdCopyright © 2022. All rights reserved.