类 BucketQuota

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.BucketQuota

public class BucketQuota extends HeaderResponse
Bucket quota information
  • 构造器详细资料

    • 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