Class Quota

    • Constructor Detail

      • Quota

        public Quota()
      • Quota

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

      • getBatch

        public Long getBatch()
        Get 单次批量提交配额上限。
        Returns:
        Batch 单次批量提交配额上限。
      • setBatch

        public void setBatch​(Long Batch)
        Set 单次批量提交配额上限。
        Parameters:
        Batch - 单次批量提交配额上限。
      • getTotal

        public Long getTotal()
        Get 每日提交配额上限。
        Returns:
        Total 每日提交配额上限。
      • setTotal

        public void setTotal​(Long Total)
        Set 每日提交配额上限。
        Parameters:
        Total - 每日提交配额上限。
      • getAvailable

        public Long getAvailable()
        Get 每日剩余的可提交配额。
        Returns:
        Available 每日剩余的可提交配额。
      • setAvailable

        public void setAvailable​(Long Available)
        Set 每日剩余的可提交配额。
        Parameters:
        Available - 每日剩余的可提交配额。