类 SetDomainCacheFullUrlRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cdn.model.domain.SetDomainCacheFullUrlRequest
-
public class SetDomainCacheFullUrlRequest extends AbstractBceRequest
- 作者:
- yixing update by changxing01 on 19/8/28
-
-
构造器概要
构造器 构造器 说明 SetDomainCacheFullUrlRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 SetDomainCacheFullUrlRequestaddCacheUrlArgs(String cacheUrlArg)List<String>getCacheUrlArgs()StringgetDomain()booleanisCacheFullUrl()voidsetCacheFullUrl(boolean cacheFullUrl)voidsetCacheUrlArgs(List<String> cacheUrlArgs)voidsetDomain(String domain)StringtoString()(non-Javadoc)SetDomainCacheFullUrlRequestwithCacheFullUrl(boolean cacheFullUrl)SetDomainCacheFullUrlRequestwithCacheUrlArgs(List<String> cacheUrlArgs)SetDomainCacheFullUrlRequestwithDomain(String domain)SetDomainCacheFullUrlRequestwithRequestCredentials(BceCredentials credentials)(non-Javadoc)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
setCacheUrlArgs
public void setCacheUrlArgs(List<String> cacheUrlArgs)
- 参数:
cacheUrlArgs- List of reserved parameters
-
withCacheUrlArgs
public SetDomainCacheFullUrlRequest withCacheUrlArgs(List<String> cacheUrlArgs)
- 参数:
cacheUrlArgs- List of reserved parameters- 返回:
- returns this object
-
addCacheUrlArgs
public SetDomainCacheFullUrlRequest addCacheUrlArgs(String cacheUrlArg)
- 参数:
cacheUrlArg- List of reserved parameter- 返回:
- returns this object
-
isCacheFullUrl
public boolean isCacheFullUrl()
- 返回:
- cacheFullUrl
-
setCacheFullUrl
public void setCacheFullUrl(boolean cacheFullUrl)
- 参数:
cacheFullUrl-
-
withCacheFullUrl
public SetDomainCacheFullUrlRequest withCacheFullUrl(boolean cacheFullUrl)
- 参数:
cacheFullUrl-- 返回:
- this object
-
getDomain
public String getDomain()
- 返回:
- domain
-
setDomain
public void setDomain(String domain)
- 参数:
domain- the domain name
-
withDomain
public SetDomainCacheFullUrlRequest withDomain(String domain)
- 参数:
domain- the domain name- 返回:
- returns this object
-
withRequestCredentials
public SetDomainCacheFullUrlRequest withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
-
toString
public String toString()
(non-Javadoc)- 覆盖:
toString在类中Object- 另请参阅:
Object.toString()
-
-