Package com.volcengine.cdn.model
Class RefererAccessRuleForUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.RefererAccessRuleForUpdateCdnConfigInput
-
public class RefererAccessRuleForUpdateCdnConfigInput extends Object
RefererAccessRuleForUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description RefererAccessRuleForUpdateCdnConfigInput()
-
Method Summary
-
-
-
Method Detail
-
allowEmpty
public RefererAccessRuleForUpdateCdnConfigInput allowEmpty(Boolean allowEmpty)
-
isAllowEmpty
public Boolean isAllowEmpty()
Get allowEmpty- Returns:
- allowEmpty
-
setAllowEmpty
public void setAllowEmpty(Boolean allowEmpty)
-
referers
public RefererAccessRuleForUpdateCdnConfigInput referers(List<String> referers)
-
addReferersItem
public RefererAccessRuleForUpdateCdnConfigInput addReferersItem(String referersItem)
-
referersType
public RefererAccessRuleForUpdateCdnConfigInput referersType(ReferersTypeForUpdateCdnConfigInput referersType)
-
getReferersType
@Valid public @Valid ReferersTypeForUpdateCdnConfigInput getReferersType()
Get referersType- Returns:
- referersType
-
setReferersType
public void setReferersType(ReferersTypeForUpdateCdnConfigInput referersType)
-
ruleType
public RefererAccessRuleForUpdateCdnConfigInput ruleType(String ruleType)
-
getRuleType
public String getRuleType()
Get ruleType- Returns:
- ruleType
-
setRuleType
public void setRuleType(String ruleType)
-
sharedConfig
public RefererAccessRuleForUpdateCdnConfigInput sharedConfig(SharedConfigForUpdateCdnConfigInput sharedConfig)
-
getSharedConfig
@Valid public @Valid SharedConfigForUpdateCdnConfigInput getSharedConfig()
Get sharedConfig- Returns:
- sharedConfig
-
setSharedConfig
public void setSharedConfig(SharedConfigForUpdateCdnConfigInput sharedConfig)
-
_switch
public RefererAccessRuleForUpdateCdnConfigInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-