public class SetDomainErrorPageRequest extends AbstractBceRequest
| 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) |
String |
toString()
(non-Javadoc)
|
SetDomainErrorPageRequest |
withDomain(String domain) |
SetDomainErrorPageRequest |
withErrorPage(List<ErrorPage> errorPage) |
SetDomainErrorPageRequest |
withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
|
getRequestCredentials, 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 infopublic SetDomainErrorPageRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestAbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)public String toString()
toString in class ObjectObject.toString()Copyright © 2021. All rights reserved.