public class SetDomainErrorPageRequest extends CdnRequest
| Constructor and Description |
|---|
SetDomainErrorPageRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetDomainErrorPageRequest |
addErrorPage(ErrorPage page) |
String |
getDomain() |
List<ErrorPage> |
getErrorPage() |
void |
setDomain(String domain) |
void |
setErrorPage(List<ErrorPage> errorPage) |
SetDomainErrorPageRequest |
withDomain(String domain) |
SetDomainErrorPageRequest |
withErrorPage(List<ErrorPage> errorPage) |
toString, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic String getDomain()
public void setDomain(String domain)
domain - the domain namepublic SetDomainErrorPageRequest withDomain(String domain)
domain - the domain namepublic void setErrorPage(List<ErrorPage> errorPage)
errorPage - error page infopublic SetDomainErrorPageRequest withErrorPage(List<ErrorPage> errorPage)
errorPage - error page listpublic SetDomainErrorPageRequest addErrorPage(ErrorPage page)
page - error page infoCopyright © 2023. All rights reserved.