Class DomainDetailInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      DomainDetailInfo()  
      DomainDetailInfo​(DomainDetailInfo source)
      NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Long getAppId()
      Get 腾讯云账号ID。
      String getArea()
      Get 加速区域,mainland,overseas或global。 注意:此字段可能返回 null,表示取不到有效值。
      Cache getCache()
      Get 缓存规则配置。 注意:此字段可能返回 null,表示取不到有效值。
      CacheKey getCacheKey()
      Get 节点缓存配置。 注意:此字段可能返回 null,表示取不到有效值。
      String getCname()
      Get 域名CName。 注意:此字段可能返回 null,表示取不到有效值。
      String getCreateTime()
      Get 域名创建时间。
      String getDisable()
      Get 域名封禁状态,normal,overdue,quota,malicious,ddos,idle,unlicensed,capping,readonly分别表示 正常,欠费停服,试用客户流量包耗尽,恶意用户,ddos攻击,无流量域名,未备案,带宽封顶,只读。 注意:此字段可能返回 null,表示取不到有效值。
      String getDomain()
      Get 加速域名。
      ForceRedirect getForceRedirect()
      Get 访问协议强制跳转配置。 注意:此字段可能返回 null,表示取不到有效值。
      Https getHttps()
      Get Https配置。 注意:此字段可能返回 null,表示取不到有效值。
      IpFilter getIpFilter()
      Get IP黑白名单配置。 注意:此字段可能返回 null,表示取不到有效值。
      IpFreqLimit getIpFreqLimit()
      Get IP限频配置。 注意:此字段可能返回 null,表示取不到有效值。
      Origin getOrigin()
      Get 源站配置。
      Long getProjectId()
      Get 项目ID。
      String getReadonly()
      Get 域名锁定状态,normal、global 分别表示未被锁定,全球锁定。 注意:此字段可能返回 null,表示取不到有效值。
      String getResourceId()
      Get 域名ID。
      ResponseHeader getResponseHeader()
      Get 源站响应头部配置。 注意:此字段可能返回 null,表示取不到有效值。
      String getStatus()
      Get 域名状态,pending,rejected,processing, online,offline,deleted分别表示审核中,审核未通过,审核通过部署中,已开启,已关闭,已删除。
      Tag[] getTag()
      Get 域名标签。 注意:此字段可能返回 null,表示取不到有效值。
      String getUpdateTime()
      Get 域名更新时间。
      WebSocket getWebSocket()
      Get WebSocket配置。 注意:此字段可能返回 null,表示取不到有效值。
      void setAppId​(Long AppId)
      Set 腾讯云账号ID。
      void setArea​(String Area)
      Set 加速区域,mainland,overseas或global。 注意:此字段可能返回 null,表示取不到有效值。
      void setCache​(Cache Cache)
      Set 缓存规则配置。 注意:此字段可能返回 null,表示取不到有效值。
      void setCacheKey​(CacheKey CacheKey)
      Set 节点缓存配置。 注意:此字段可能返回 null,表示取不到有效值。
      void setCname​(String Cname)
      Set 域名CName。 注意:此字段可能返回 null,表示取不到有效值。
      void setCreateTime​(String CreateTime)
      Set 域名创建时间。
      void setDisable​(String Disable)
      Set 域名封禁状态,normal,overdue,quota,malicious,ddos,idle,unlicensed,capping,readonly分别表示 正常,欠费停服,试用客户流量包耗尽,恶意用户,ddos攻击,无流量域名,未备案,带宽封顶,只读。 注意:此字段可能返回 null,表示取不到有效值。
      void setDomain​(String Domain)
      Set 加速域名。
      void setForceRedirect​(ForceRedirect ForceRedirect)
      Set 访问协议强制跳转配置。 注意:此字段可能返回 null,表示取不到有效值。
      void setHttps​(Https Https)
      Set Https配置。 注意:此字段可能返回 null,表示取不到有效值。
      void setIpFilter​(IpFilter IpFilter)
      Set IP黑白名单配置。 注意:此字段可能返回 null,表示取不到有效值。
      void setIpFreqLimit​(IpFreqLimit IpFreqLimit)
      Set IP限频配置。 注意:此字段可能返回 null,表示取不到有效值。
      void setOrigin​(Origin Origin)
      Set 源站配置。
      void setProjectId​(Long ProjectId)
      Set 项目ID。
      void setReadonly​(String Readonly)
      Set 域名锁定状态,normal、global 分别表示未被锁定,全球锁定。 注意:此字段可能返回 null,表示取不到有效值。
      void setResourceId​(String ResourceId)
      Set 域名ID。
      void setResponseHeader​(ResponseHeader ResponseHeader)
      Set 源站响应头部配置。 注意:此字段可能返回 null,表示取不到有效值。
      void setStatus​(String Status)
      Set 域名状态,pending,rejected,processing, online,offline,deleted分别表示审核中,审核未通过,审核通过部署中,已开启,已关闭,已删除。
      void setTag​(Tag[] Tag)
      Set 域名标签。 注意:此字段可能返回 null,表示取不到有效值。
      void setUpdateTime​(String UpdateTime)
      Set 域名更新时间。
      void setWebSocket​(WebSocket WebSocket)
      Set WebSocket配置。 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • DomainDetailInfo

        public DomainDetailInfo()
      • DomainDetailInfo

        public DomainDetailInfo​(DomainDetailInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getResourceId

        public String getResourceId()
        Get 域名ID。
        Returns:
        ResourceId 域名ID。
      • setResourceId

        public void setResourceId​(String ResourceId)
        Set 域名ID。
        Parameters:
        ResourceId - 域名ID。
      • getAppId

        public Long getAppId()
        Get 腾讯云账号ID。
        Returns:
        AppId 腾讯云账号ID。
      • setAppId

        public void setAppId​(Long AppId)
        Set 腾讯云账号ID。
        Parameters:
        AppId - 腾讯云账号ID。
      • getDomain

        public String getDomain()
        Get 加速域名。
        Returns:
        Domain 加速域名。
      • setDomain

        public void setDomain​(String Domain)
        Set 加速域名。
        Parameters:
        Domain - 加速域名。
      • getCname

        public String getCname()
        Get 域名CName。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Cname 域名CName。 注意:此字段可能返回 null,表示取不到有效值。
      • setCname

        public void setCname​(String Cname)
        Set 域名CName。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Cname - 域名CName。 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public String getStatus()
        Get 域名状态,pending,rejected,processing, online,offline,deleted分别表示审核中,审核未通过,审核通过部署中,已开启,已关闭,已删除。
        Returns:
        Status 域名状态,pending,rejected,processing, online,offline,deleted分别表示审核中,审核未通过,审核通过部署中,已开启,已关闭,已删除。
      • setStatus

        public void setStatus​(String Status)
        Set 域名状态,pending,rejected,processing, online,offline,deleted分别表示审核中,审核未通过,审核通过部署中,已开启,已关闭,已删除。
        Parameters:
        Status - 域名状态,pending,rejected,processing, online,offline,deleted分别表示审核中,审核未通过,审核通过部署中,已开启,已关闭,已删除。
      • getProjectId

        public Long getProjectId()
        Get 项目ID。
        Returns:
        ProjectId 项目ID。
      • setProjectId

        public void setProjectId​(Long ProjectId)
        Set 项目ID。
        Parameters:
        ProjectId - 项目ID。
      • getCreateTime

        public String getCreateTime()
        Get 域名创建时间。
        Returns:
        CreateTime 域名创建时间。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 域名创建时间。
        Parameters:
        CreateTime - 域名创建时间。
      • getUpdateTime

        public String getUpdateTime()
        Get 域名更新时间。
        Returns:
        UpdateTime 域名更新时间。
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 域名更新时间。
        Parameters:
        UpdateTime - 域名更新时间。
      • getOrigin

        public Origin getOrigin()
        Get 源站配置。
        Returns:
        Origin 源站配置。
      • setOrigin

        public void setOrigin​(Origin Origin)
        Set 源站配置。
        Parameters:
        Origin - 源站配置。
      • getIpFilter

        public IpFilter getIpFilter()
        Get IP黑白名单配置。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IpFilter IP黑白名单配置。 注意:此字段可能返回 null,表示取不到有效值。
      • setIpFilter

        public void setIpFilter​(IpFilter IpFilter)
        Set IP黑白名单配置。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IpFilter - IP黑白名单配置。 注意:此字段可能返回 null,表示取不到有效值。
      • getIpFreqLimit

        public IpFreqLimit getIpFreqLimit()
        Get IP限频配置。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IpFreqLimit IP限频配置。 注意:此字段可能返回 null,表示取不到有效值。
      • setIpFreqLimit

        public void setIpFreqLimit​(IpFreqLimit IpFreqLimit)
        Set IP限频配置。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IpFreqLimit - IP限频配置。 注意:此字段可能返回 null,表示取不到有效值。
      • getResponseHeader

        public ResponseHeader getResponseHeader()
        Get 源站响应头部配置。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ResponseHeader 源站响应头部配置。 注意:此字段可能返回 null,表示取不到有效值。
      • setResponseHeader

        public void setResponseHeader​(ResponseHeader ResponseHeader)
        Set 源站响应头部配置。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ResponseHeader - 源站响应头部配置。 注意:此字段可能返回 null,表示取不到有效值。
      • getCacheKey

        public CacheKey getCacheKey()
        Get 节点缓存配置。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CacheKey 节点缓存配置。 注意:此字段可能返回 null,表示取不到有效值。
      • setCacheKey

        public void setCacheKey​(CacheKey CacheKey)
        Set 节点缓存配置。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CacheKey - 节点缓存配置。 注意:此字段可能返回 null,表示取不到有效值。
      • getCache

        public Cache getCache()
        Get 缓存规则配置。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Cache 缓存规则配置。 注意:此字段可能返回 null,表示取不到有效值。
      • setCache

        public void setCache​(Cache Cache)
        Set 缓存规则配置。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Cache - 缓存规则配置。 注意:此字段可能返回 null,表示取不到有效值。
      • getHttps

        public Https getHttps()
        Get Https配置。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Https Https配置。 注意:此字段可能返回 null,表示取不到有效值。
      • setHttps

        public void setHttps​(Https Https)
        Set Https配置。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Https - Https配置。 注意:此字段可能返回 null,表示取不到有效值。
      • getDisable

        public String getDisable()
        Get 域名封禁状态,normal,overdue,quota,malicious,ddos,idle,unlicensed,capping,readonly分别表示 正常,欠费停服,试用客户流量包耗尽,恶意用户,ddos攻击,无流量域名,未备案,带宽封顶,只读。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Disable 域名封禁状态,normal,overdue,quota,malicious,ddos,idle,unlicensed,capping,readonly分别表示 正常,欠费停服,试用客户流量包耗尽,恶意用户,ddos攻击,无流量域名,未备案,带宽封顶,只读。 注意:此字段可能返回 null,表示取不到有效值。
      • setDisable

        public void setDisable​(String Disable)
        Set 域名封禁状态,normal,overdue,quota,malicious,ddos,idle,unlicensed,capping,readonly分别表示 正常,欠费停服,试用客户流量包耗尽,恶意用户,ddos攻击,无流量域名,未备案,带宽封顶,只读。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Disable - 域名封禁状态,normal,overdue,quota,malicious,ddos,idle,unlicensed,capping,readonly分别表示 正常,欠费停服,试用客户流量包耗尽,恶意用户,ddos攻击,无流量域名,未备案,带宽封顶,只读。 注意:此字段可能返回 null,表示取不到有效值。
      • getForceRedirect

        public ForceRedirect getForceRedirect()
        Get 访问协议强制跳转配置。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ForceRedirect 访问协议强制跳转配置。 注意:此字段可能返回 null,表示取不到有效值。
      • setForceRedirect

        public void setForceRedirect​(ForceRedirect ForceRedirect)
        Set 访问协议强制跳转配置。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ForceRedirect - 访问协议强制跳转配置。 注意:此字段可能返回 null,表示取不到有效值。
      • getArea

        public String getArea()
        Get 加速区域,mainland,overseas或global。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Area 加速区域,mainland,overseas或global。 注意:此字段可能返回 null,表示取不到有效值。
      • setArea

        public void setArea​(String Area)
        Set 加速区域,mainland,overseas或global。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Area - 加速区域,mainland,overseas或global。 注意:此字段可能返回 null,表示取不到有效值。
      • getReadonly

        public String getReadonly()
        Get 域名锁定状态,normal、global 分别表示未被锁定,全球锁定。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Readonly 域名锁定状态,normal、global 分别表示未被锁定,全球锁定。 注意:此字段可能返回 null,表示取不到有效值。
      • setReadonly

        public void setReadonly​(String Readonly)
        Set 域名锁定状态,normal、global 分别表示未被锁定,全球锁定。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Readonly - 域名锁定状态,normal、global 分别表示未被锁定,全球锁定。 注意:此字段可能返回 null,表示取不到有效值。
      • getTag

        public Tag[] getTag()
        Get 域名标签。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Tag 域名标签。 注意:此字段可能返回 null,表示取不到有效值。
      • setTag

        public void setTag​(Tag[] Tag)
        Set 域名标签。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Tag - 域名标签。 注意:此字段可能返回 null,表示取不到有效值。
      • getWebSocket

        public WebSocket getWebSocket()
        Get WebSocket配置。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        WebSocket WebSocket配置。 注意:此字段可能返回 null,表示取不到有效值。
      • setWebSocket

        public void setWebSocket​(WebSocket WebSocket)
        Set WebSocket配置。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        WebSocket - WebSocket配置。 注意:此字段可能返回 null,表示取不到有效值。