类 SetDomainCacheFullUrlRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cdn.model.CdnRequest
-
- com.baidubce.services.cdn.model.domain.SetDomainCacheFullUrlRequest
-
public class SetDomainCacheFullUrlRequest extends CdnRequest
- 作者:
- yixing update by changxing01 on 19/8/28
-
-
构造器概要
构造器 构造器 说明 SetDomainCacheFullUrlRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 SetDomainCacheFullUrlRequestaddCacheUrlArgs(String cacheUrlArg)SetDomainCacheFullUrlRequestaddIgnoreUrlArgs(String ignoreUrlArg)BooleangetCacheFullUrl()List<String>getCacheUrlArgs()StringgetDomain()List<String>getIgnoreUrlArgs()voidsetCacheFullUrl(Boolean cacheFullUrl)voidsetCacheUrlArgs(List<String> cacheUrlArgs)voidsetDomain(String domain)voidsetIgnoreUrlArgs(List<String> ignoreUrlArgs)SetDomainCacheFullUrlRequestwithCacheFullUrl(boolean cacheFullUrl)SetDomainCacheFullUrlRequestwithCacheUrlArgs(List<String> cacheUrlArgs)SetDomainCacheFullUrlRequestwithDomain(String domain)SetDomainCacheFullUrlRequestwithIgnoreUrlArgs(List<String> ignoreUrlArgs)-
从类继承的方法 com.baidubce.services.cdn.model.CdnRequest
toString, withRequestCredentials
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
withIgnoreUrlArgs
public SetDomainCacheFullUrlRequest withIgnoreUrlArgs(List<String> ignoreUrlArgs)
- 参数:
ignoreUrlArgs- List of reserved parameters- 返回:
- returns this object
-
addIgnoreUrlArgs
public SetDomainCacheFullUrlRequest addIgnoreUrlArgs(String ignoreUrlArg)
- 参数:
ignoreUrlArg- List of reserved parameter- 返回:
- returns this object
-
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
-
getCacheFullUrl
public Boolean getCacheFullUrl()
-
setCacheFullUrl
public void setCacheFullUrl(Boolean 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
-
-