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