类 HeaderResponse
java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
- 直接已知子类:
AbstractNotification,AccessControlList,AppendObjectResult,BucketCustomDomainInfo,BucketDirectColdAccess,BucketEncryption,BucketLocationResponse,BucketLoggingConfiguration,BucketNotificationConfiguration,BucketPolicyResponse,BucketQuota,BucketStorageInfo,BucketStoragePolicyConfiguration,BucketTagInfo,BucketVersioningConfiguration,CompleteMultipartUploadResult,ContentSummaryFsResult,CopyObjectResult,CopyPartResult,CreateAsynchFetchJobsResult,CreateSnapshotResponse,CreateVirtualBucketResult,DeleteAccessLabelResult,DeleteObjectResult,DeleteObjectsResult,GetAccessLabelResult,GetBucketPolicyPublicStatusResult,GetBucketPublicAccessBlockResult,GetBucketPublicStatusResult,GetBucketQoSResult,GetBucketTrashResult,GetCrrProgressResult,GetDisPolicyResult,GetInventoryConfigurationResult,GetSnapshotListResponse,GetSnapshottableDirListResult,GetSymlinkResult,InitiateMultipartUploadResult,LifecycleConfiguration,ListBucketAliasResult,ListBucketsResult,ListContentSummaryFsResult,ListContentSummaryResult,ListInventoryConfigurationResult,ListPartsResult,ListVersionsResult,ModifyObjectResult,Multipart,MultipartUploadListing,ObjectListing,ObjectMetadata,ObjectTagResult,OptionsInfoResult,PutObjectResult,QueryAsynchFetchJobsResult,QueryExtensionPolicyResult,ReadAheadQueryResult,ReadAheadResult,RenameObjectResult,RenameResult,RenameSnapshotResponse,ReplicationConfiguration,RequestPaymentConfiguration,RestoreObjectRequest.RestoreObjectStatus,RestoreObjectResult,S3Bucket,S3BucketCors,SetAccessLabelResult,TruncateFileResult,TruncateObjectResult,UploadPartResult,WebsiteConfiguration
public class HeaderResponse
extends com.obs.services.internal.service.InternalHeaderResponse
Public response result, including the request ID and response headers
-
字段概要
从类继承的字段 com.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Obtain original response headers.Obtain the request ID returned by the server.Obtain response headers.intObtain the HTTP status code returned by the server.toString()从类继承的方法 com.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
构造器详细资料
-
HeaderResponse
public HeaderResponse()
-
-
方法详细资料
-
getResponseHeaders
-
getOriginalHeaders
-
getRequestId
Obtain the request ID returned by the server.- 返回:
- Request ID returned by the server
-
getStatusCode
public int getStatusCode()Obtain the HTTP status code returned by the server.- 返回:
- HTTP status code returned by the server
-
toString
-