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