类 PutObjectResult
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.PutObjectResult
- 直接已知子类:
ObsFSFolder
Response to an object upload request
-
字段概要
字段修饰符和类型字段说明private Stringprivate InputStreamprivate Stringprivate Stringprivate Stringprivate StorageClassEnumprivate String从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Obtain the name of the bucket to which the object belongs.getEtag()Obtain the ETag of the object.Obtain the object name.Obtain the object storage class.Obtain the full path to the object.Obtain the object version ID.voidsetCallbackResponseBody(InputStream callbackResponseBody) 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
-
objectKey
-
etag
-
versionId
-
storageClass
-
objectUrl
-
callbackResponseBody
-
-
构造器详细资料
-
PutObjectResult
-
PutObjectResult
-
-
方法详细资料
-
getEtag
Obtain the ETag of the object.- 返回:
- ETag of the object
-
getBucketName
Obtain the name of the bucket to which the object belongs.- 返回:
- Name of the bucket to which the object belongs
-
getObjectKey
Obtain the object name.- 返回:
- Object name
-
getVersionId
Obtain the object version ID.- 返回:
- Version ID of the object
-
getObjectStorageClass
Obtain the object storage class.- 返回:
- Object storage class
-
getObjectUrl
Obtain the full path to the object.- 返回:
- Full path to the object
-
getCallbackResponseBody
-
setCallbackResponseBody
-
toString
- 覆盖:
toString在类中HeaderResponse
-