Class PrePaidQuota

    • Constructor Detail

      • PrePaidQuota

        public PrePaidQuota()
      • PrePaidQuota

        public PrePaidQuota​(PrePaidQuota 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 - 当月已使用配额
      • getOnceQuota

        public Long getOnceQuota()
        Get 单次购买最大数量
        Returns:
        OnceQuota 单次购买最大数量
      • setOnceQuota

        public void setOnceQuota​(Long OnceQuota)
        Set 单次购买最大数量
        Parameters:
        OnceQuota - 单次购买最大数量
      • 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 - 可用区