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