类 BucketQuota
java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.BucketQuota
-
字段概要
从类继承的字段 com.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明longObtain the bucket quota (in bytes).voidsetBucketQuota(long quota) Set the bucket quota (in bytes).toString()从类继承的方法 com.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 com.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
构造器详细资料
-
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
- 覆盖:
toString在类中HeaderResponse
-