Package com.volcengine.cdn.model
Class UaAccessRuleForCreateDomainVersionInput
- java.lang.Object
-
- com.volcengine.cdn.model.UaAccessRuleForCreateDomainVersionInput
-
public class UaAccessRuleForCreateDomainVersionInput extends Object
UaAccessRuleForCreateDomainVersionInput
-
-
Constructor Summary
Constructors Constructor Description UaAccessRuleForCreateDomainVersionInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UaAccessRuleForCreateDomainVersionInput_switch(Boolean _switch)UaAccessRuleForCreateDomainVersionInputaddUserAgentItem(String userAgentItem)UaAccessRuleForCreateDomainVersionInputallowEmpty(Boolean allowEmpty)booleanequals(Object o)StringgetRuleType()Get ruleTypeList<String>getUserAgent()Get userAgentinthashCode()UaAccessRuleForCreateDomainVersionInputignoreCase(Boolean ignoreCase)BooleanisAllowEmpty()Get allowEmptyBooleanisIgnoreCase()Get ignoreCaseBooleanisSwitch()Get _switchUaAccessRuleForCreateDomainVersionInputruleType(String ruleType)voidsetAllowEmpty(Boolean allowEmpty)voidsetIgnoreCase(Boolean ignoreCase)voidsetRuleType(String ruleType)voidsetSwitch(Boolean _switch)voidsetUserAgent(List<String> userAgent)StringtoString()UaAccessRuleForCreateDomainVersionInputuserAgent(List<String> userAgent)
-
-
-
Method Detail
-
allowEmpty
public UaAccessRuleForCreateDomainVersionInput allowEmpty(Boolean allowEmpty)
-
isAllowEmpty
public Boolean isAllowEmpty()
Get allowEmpty- Returns:
- allowEmpty
-
setAllowEmpty
public void setAllowEmpty(Boolean allowEmpty)
-
ignoreCase
public UaAccessRuleForCreateDomainVersionInput ignoreCase(Boolean ignoreCase)
-
isIgnoreCase
public Boolean isIgnoreCase()
Get ignoreCase- Returns:
- ignoreCase
-
setIgnoreCase
public void setIgnoreCase(Boolean ignoreCase)
-
ruleType
public UaAccessRuleForCreateDomainVersionInput ruleType(String ruleType)
-
getRuleType
public String getRuleType()
Get ruleType- Returns:
- ruleType
-
setRuleType
public void setRuleType(String ruleType)
-
_switch
public UaAccessRuleForCreateDomainVersionInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
userAgent
public UaAccessRuleForCreateDomainVersionInput userAgent(List<String> userAgent)
-
addUserAgentItem
public UaAccessRuleForCreateDomainVersionInput addUserAgentItem(String userAgentItem)
-
-