类 ReadAheadResult
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.ReadAheadResult
Response to the request for reading ahead objects
-
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Obtain the bucket name.Obtain the name prefix of objects to be read ahead.Obtain the ID of the read-ahead task.voidsetBucketName(String bucketName) Set the bucket name.voidSet the name prefix of objects to be read ahead.voidSet the ID of the read-ahead task.toString()从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
字段详细资料
-
bucketName
-
prefix
-
taskId
-
-
构造器详细资料
-
ReadAheadResult
public ReadAheadResult()Constructor -
ReadAheadResult
Constructor- 参数:
bucketName- Bucket nameprefix- Name prefix of objects to be read aheadtaskId- ID of the read-ahead task
-
-
方法详细资料
-
getBucketName
Obtain the bucket name.- 返回:
- Bucket name
-
setBucketName
Set the bucket name.- 参数:
bucketName- Bucket name
-
getPrefix
Obtain the name prefix of objects to be read ahead.- 返回:
- Name prefix of objects to be read ahead
-
setPrefix
Set the name prefix of objects to be read ahead.- 参数:
prefix- Name prefix of objects to be read ahead
-
getTaskId
Obtain the ID of the read-ahead task.- 返回:
- ID of the read-ahead task
-
setTaskId
Set the ID of the read-ahead task.- 参数:
taskId- ID of the read-ahead task
-
toString
- 覆盖:
toString在类中HeaderResponse
-