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