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