类 SetDomainCacheFullUrlRequest


  • public class SetDomainCacheFullUrlRequest
    extends CdnRequest
    作者:
    yixing update by changxing01 on 19/8/28
    • 构造器详细资料

      • SetDomainCacheFullUrlRequest

        public SetDomainCacheFullUrlRequest()
    • 方法详细资料

      • addIgnoreUrlArgs

        public SetDomainCacheFullUrlRequest addIgnoreUrlArgs​(String ignoreUrlArg)
        参数:
        ignoreUrlArg - List of reserved parameter
        返回:
        returns this object
      • getCacheUrlArgs

        public List<String> getCacheUrlArgs()
        返回:
        cacheUrlArgs
      • setCacheUrlArgs

        public void setCacheUrlArgs​(List<String> cacheUrlArgs)
        参数:
        cacheUrlArgs - List of reserved parameters
      • 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
      • getIgnoreUrlArgs

        public List<String> getIgnoreUrlArgs()
      • setIgnoreUrlArgs

        public void setIgnoreUrlArgs​(List<String> ignoreUrlArgs)