Package com.volcengine.cdn.model
Class ErrorPageRuleForDescribeCdnConfigOutput
- java.lang.Object
-
- com.volcengine.cdn.model.ErrorPageRuleForDescribeCdnConfigOutput
-
public class ErrorPageRuleForDescribeCdnConfigOutput extends Object
ErrorPageRuleForDescribeCdnConfigOutput
-
-
Constructor Summary
Constructors Constructor Description ErrorPageRuleForDescribeCdnConfigOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ErrorPageRuleForDescribeCdnConfigOutputerrorPageAction(ErrorPageActionForDescribeCdnConfigOutput errorPageAction)@Valid ErrorPageActionForDescribeCdnConfigOutputgetErrorPageAction()Get errorPageActioninthashCode()voidsetErrorPageAction(ErrorPageActionForDescribeCdnConfigOutput errorPageAction)StringtoString()
-
-
-
Method Detail
-
errorPageAction
public ErrorPageRuleForDescribeCdnConfigOutput errorPageAction(ErrorPageActionForDescribeCdnConfigOutput errorPageAction)
-
getErrorPageAction
@Valid public @Valid ErrorPageActionForDescribeCdnConfigOutput getErrorPageAction()
Get errorPageAction- Returns:
- errorPageAction
-
setErrorPageAction
public void setErrorPageAction(ErrorPageActionForDescribeCdnConfigOutput errorPageAction)
-
-