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