Class PostPaidQuota

    • Constructor Detail

      • PostPaidQuota

        public PostPaidQuota()
      • PostPaidQuota

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

      • getUsedQuota

        public Long getUsedQuota()
        Get 累计已使用配额
        Returns:
        UsedQuota 累计已使用配额
      • setUsedQuota

        public void setUsedQuota​(Long UsedQuota)
        Set 累计已使用配额
        Parameters:
        UsedQuota - 累计已使用配额
      • getRemainingQuota

        public Long getRemainingQuota()
        Get 剩余配额
        Returns:
        RemainingQuota 剩余配额
      • setRemainingQuota

        public void setRemainingQuota​(Long RemainingQuota)
        Set 剩余配额
        Parameters:
        RemainingQuota - 剩余配额
      • getTotalQuota

        public Long getTotalQuota()
        Get 总配额
        Returns:
        TotalQuota 总配额
      • setTotalQuota

        public void setTotalQuota​(Long TotalQuota)
        Set 总配额
        Parameters:
        TotalQuota - 总配额
      • getZone

        public String getZone()
        Get 可用区
        Returns:
        Zone 可用区
      • setZone

        public void setZone​(String Zone)
        Set 可用区
        Parameters:
        Zone - 可用区