Class AccountQuotaOverview

    • Constructor Detail

      • AccountQuotaOverview

        public AccountQuotaOverview()
      • AccountQuotaOverview

        public AccountQuotaOverview​(AccountQuotaOverview 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 地域
        Returns:
        Region 地域
      • setRegion

        public void setRegion​(String Region)
        Set 地域
        Parameters:
        Region - 地域
      • getAccountQuota

        public AccountQuota getAccountQuota()
        Get 配额数据
        Returns:
        AccountQuota 配额数据
      • setAccountQuota

        public void setAccountQuota​(AccountQuota AccountQuota)
        Set 配额数据
        Parameters:
        AccountQuota - 配额数据