Class L4DelRule
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.L4DelRule
-
public class L4DelRule extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Get 资源IdStringgetIp()Get 资源IPString[]getRuleIdList()Get 规则IdvoidsetId(String Id)Set 资源IdvoidsetIp(String Ip)Set 资源IPvoidsetRuleIdList(String[] RuleIdList)Set 规则IdvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
L4DelRule
public L4DelRule()
-
L4DelRule
public 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.
-
-
Method Detail
-
getId
public String getId()
Get 资源Id- Returns:
- Id 资源Id
-
setId
public void setId(String Id)
Set 资源Id- Parameters:
Id- 资源Id
-
getIp
public String getIp()
Get 资源IP- Returns:
- Ip 资源IP
-
setIp
public void setIp(String Ip)
Set 资源IP- Parameters:
Ip- 资源IP
-
getRuleIdList
public String[] getRuleIdList()
Get 规则Id- Returns:
- RuleIdList 规则Id
-
setRuleIdList
public void setRuleIdList(String[] RuleIdList)
Set 规则Id- Parameters:
RuleIdList- 规则Id
-
-