Package com.volcengine.cdn.model
Class CustomErrorPageForAddCdnDomainInput
- java.lang.Object
-
- com.volcengine.cdn.model.CustomErrorPageForAddCdnDomainInput
-
public class CustomErrorPageForAddCdnDomainInput extends Object
CustomErrorPageForAddCdnDomainInput
-
-
Constructor Summary
Constructors Constructor Description CustomErrorPageForAddCdnDomainInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomErrorPageForAddCdnDomainInput_switch(Boolean _switch)CustomErrorPageForAddCdnDomainInputaddErrorPageRuleItem(ErrorPageRuleForAddCdnDomainInput errorPageRuleItem)booleanequals(Object o)CustomErrorPageForAddCdnDomainInputerrorPageRule(List<ErrorPageRuleForAddCdnDomainInput> errorPageRule)@Valid List<ErrorPageRuleForAddCdnDomainInput>getErrorPageRule()Get errorPageRuleinthashCode()BooleanisSwitch()Get _switchvoidsetErrorPageRule(List<ErrorPageRuleForAddCdnDomainInput> errorPageRule)voidsetSwitch(Boolean _switch)StringtoString()
-
-
-
Method Detail
-
errorPageRule
public CustomErrorPageForAddCdnDomainInput errorPageRule(List<ErrorPageRuleForAddCdnDomainInput> errorPageRule)
-
addErrorPageRuleItem
public CustomErrorPageForAddCdnDomainInput addErrorPageRuleItem(ErrorPageRuleForAddCdnDomainInput errorPageRuleItem)
-
getErrorPageRule
@Valid public @Valid List<ErrorPageRuleForAddCdnDomainInput> getErrorPageRule()
Get errorPageRule- Returns:
- errorPageRule
-
setErrorPageRule
public void setErrorPageRule(List<ErrorPageRuleForAddCdnDomainInput> errorPageRule)
-
_switch
public CustomErrorPageForAddCdnDomainInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-