public class SetDomainCacheTTLRequest extends AbstractBceRequest
| Constructor and Description |
|---|
SetDomainCacheTTLRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetDomainCacheTTLRequest |
addCacheTTL(CacheTTL rule) |
List<CacheTTL> |
getCacheTTL() |
String |
getDomain() |
void |
setCacheTTL(List<CacheTTL> cacheTTL) |
void |
setDomain(String domain) |
String |
toString()
(non-Javadoc)
|
SetDomainCacheTTLRequest |
withCacheTTL(List<CacheTTL> cacheTTL) |
SetDomainCacheTTLRequest |
withDomain(String domain) |
SetDomainCacheTTLRequest |
withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
|
getRequestCredentials, setRequestCredentialspublic String getDomain()
public void setDomain(String domain)
domain - the domain namepublic SetDomainCacheTTLRequest withDomain(String domain)
domain - the domain namepublic SetDomainCacheTTLRequest withCacheTTL(List<CacheTTL> cacheTTL)
cacheTTL - public SetDomainCacheTTLRequest addCacheTTL(CacheTTL rule)
rule - public SetDomainCacheTTLRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestAbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)public String toString()
toString in class ObjectObject.toString()Copyright © 2023. All rights reserved.