Class StorageInfo

    • Constructor Detail

      • StorageInfo

        public StorageInfo()
      • StorageInfo

        public StorageInfo​(StorageInfo 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

      • getRegion

        public String getRegion()
        Get 资源所属地域。 当前支持ap-shanghai
        Returns:
        Region 资源所属地域。 当前支持ap-shanghai
      • setRegion

        public void setRegion​(String Region)
        Set 资源所属地域。 当前支持ap-shanghai
        Parameters:
        Region - 资源所属地域。 当前支持ap-shanghai
      • getBucket

        public String getBucket()
        Get 桶名,存储资源的唯一标识
        Returns:
        Bucket 桶名,存储资源的唯一标识
      • setBucket

        public void setBucket​(String Bucket)
        Set 桶名,存储资源的唯一标识
        Parameters:
        Bucket - 桶名,存储资源的唯一标识
      • getCdnDomain

        public String getCdnDomain()
        Get cdn 域名
        Returns:
        CdnDomain cdn 域名
      • setCdnDomain

        public void setCdnDomain​(String CdnDomain)
        Set cdn 域名
        Parameters:
        CdnDomain - cdn 域名
      • getAppId

        public String getAppId()
        Get 资源所属用户的腾讯云appId
        Returns:
        AppId 资源所属用户的腾讯云appId
      • setAppId

        public void setAppId​(String AppId)
        Set 资源所属用户的腾讯云appId
        Parameters:
        AppId - 资源所属用户的腾讯云appId