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