public class SetDomainCacheFullUrlRequest extends AbstractBceRequest
| Constructor and Description |
|---|
SetDomainCacheFullUrlRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetDomainCacheFullUrlRequest |
addCacheUrlArgs(String cacheUrlArg) |
List<String> |
getCacheUrlArgs() |
String |
getDomain() |
boolean |
isCacheFullUrl() |
void |
setCacheFullUrl(boolean cacheFullUrl) |
void |
setCacheUrlArgs(List<String> cacheUrlArgs) |
void |
setDomain(String domain) |
String |
toString()
(non-Javadoc)
|
SetDomainCacheFullUrlRequest |
withCacheFullUrl(boolean cacheFullUrl) |
SetDomainCacheFullUrlRequest |
withCacheUrlArgs(List<String> cacheUrlArgs) |
SetDomainCacheFullUrlRequest |
withDomain(String domain) |
SetDomainCacheFullUrlRequest |
withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
|
getRequestCredentials, setRequestCredentialspublic void setCacheUrlArgs(List<String> cacheUrlArgs)
cacheUrlArgs - List of reserved parameterspublic SetDomainCacheFullUrlRequest withCacheUrlArgs(List<String> cacheUrlArgs)
cacheUrlArgs - List of reserved parameterspublic SetDomainCacheFullUrlRequest addCacheUrlArgs(String cacheUrlArg)
cacheUrlArg - List of reserved parameterpublic boolean isCacheFullUrl()
public void setCacheFullUrl(boolean cacheFullUrl)
cacheFullUrl - public SetDomainCacheFullUrlRequest withCacheFullUrl(boolean cacheFullUrl)
cacheFullUrl - public String getDomain()
public void setDomain(String domain)
domain - the domain namepublic SetDomainCacheFullUrlRequest withDomain(String domain)
domain - the domain namepublic SetDomainCacheFullUrlRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestAbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.