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