public class BucketQuota extends HeaderResponse
| Constructor and Description |
|---|
BucketQuota() |
BucketQuota(long bucketQuota)
构造函数
|
| Modifier and Type | Method and Description |
|---|---|
long |
getBucketQuota()
获取桶配额大小,单位:字节
|
void |
setBucketQuota(long quota)
设置配额大小,单位:字节
|
String |
toString() |
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCodepublic BucketQuota()
public BucketQuota(long bucketQuota)
bucketQuota - 桶配额大小public long getBucketQuota()
public void setBucketQuota(long quota)
quota - 桶配额大小public String toString()
toString in class HeaderResponseCopyright © 2021. All rights reserved.