public class BucketQuota extends HeaderResponse
Constructor and Description |
---|
BucketQuota() |
BucketQuota(long bucketQuota)
Constructor
|
Modifier and Type | Method and Description |
---|---|
long |
getBucketQuota()
Obtain the bucket quota (in bytes).
|
void |
setBucketQuota(long quota)
Set the bucket quota (in bytes).
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCode
public BucketQuota()
public BucketQuota(long bucketQuota)
bucketQuota
- Bucket quotapublic long getBucketQuota()
public void setBucketQuota(long quota)
quota
- Bucket quotapublic String toString()
toString
in class HeaderResponse
Copyright © 2019. All rights reserved.