public class BucketQuota extends HeaderResponse
Bucket quota information
  • 字段详细资料

    • bucketQuota

      private long bucketQuota
  • 构造器详细资料

    • BucketQuota

      public BucketQuota()
    • BucketQuota

      public BucketQuota(long bucketQuota)
      Constructor
      参数:
      bucketQuota - Bucket quota
  • 方法详细资料

    • getBucketQuota

      public long getBucketQuota()
      Obtain the bucket quota (in bytes).
      返回:
      Bucket quota
    • setBucketQuota

      public void setBucketQuota(long quota)
      Set the bucket quota (in bytes).
      参数:
      quota - Bucket quota
    • toString

      public String toString()
      覆盖:
      toString 在类中 HeaderResponse