Package com.volcengine.cdn.model
Class IpAccessRuleForUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.IpAccessRuleForUpdateCdnConfigInput
-
public class IpAccessRuleForUpdateCdnConfigInput extends Object
IpAccessRuleForUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description IpAccessRuleForUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpAccessRuleForUpdateCdnConfigInput_switch(Boolean _switch)IpAccessRuleForUpdateCdnConfigInputaddIpItem(String ipItem)booleanequals(Object o)List<String>getIp()Get ipStringgetRuleType()Get ruleType@Valid SharedConfigForUpdateCdnConfigInputgetSharedConfig()Get sharedConfiginthashCode()IpAccessRuleForUpdateCdnConfigInputip(List<String> ip)BooleanisSwitch()Get _switchIpAccessRuleForUpdateCdnConfigInputruleType(String ruleType)voidsetIp(List<String> ip)voidsetRuleType(String ruleType)voidsetSharedConfig(SharedConfigForUpdateCdnConfigInput sharedConfig)voidsetSwitch(Boolean _switch)IpAccessRuleForUpdateCdnConfigInputsharedConfig(SharedConfigForUpdateCdnConfigInput sharedConfig)StringtoString()
-
-
-
Method Detail
-
ip
public IpAccessRuleForUpdateCdnConfigInput ip(List<String> ip)
-
addIpItem
public IpAccessRuleForUpdateCdnConfigInput addIpItem(String ipItem)
-
ruleType
public IpAccessRuleForUpdateCdnConfigInput ruleType(String ruleType)
-
getRuleType
public String getRuleType()
Get ruleType- Returns:
- ruleType
-
setRuleType
public void setRuleType(String ruleType)
-
sharedConfig
public IpAccessRuleForUpdateCdnConfigInput sharedConfig(SharedConfigForUpdateCdnConfigInput sharedConfig)
-
getSharedConfig
@Valid public @Valid SharedConfigForUpdateCdnConfigInput getSharedConfig()
Get sharedConfig- Returns:
- sharedConfig
-
setSharedConfig
public void setSharedConfig(SharedConfigForUpdateCdnConfigInput sharedConfig)
-
_switch
public IpAccessRuleForUpdateCdnConfigInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-