@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public class HeadAwrHubObjectResponse extends BmcResponse
Modifier and Type | Class and Description |
---|---|
static class |
HeadAwrHubObjectResponse.ArchivalState
Archival state of an Awr Hub object.
|
static class |
HeadAwrHubObjectResponse.Builder |
static class |
HeadAwrHubObjectResponse.StorageTier
The storage tier that the Awr Hub object is stored in.
|
Modifier and Type | Method and Description |
---|---|
static HeadAwrHubObjectResponse.Builder |
builder()
Return a new builder for this response object.
|
boolean |
equals(Object o) |
HeadAwrHubObjectResponse.ArchivalState |
getArchivalState()
Archival state of an Awr Hub object.
|
String |
getCacheControl()
Cache-Control header.
|
String |
getContentDisposition()
Content-Disposition header.
|
String |
getContentEncoding()
Content-Encoding header.
|
String |
getContentLanguage()
Content-Language header.
|
Long |
getContentLength()
The Awr Hub object size in bytes.
|
String |
getContentMd5()
Content-MD5 header.
|
String |
getContentType()
Content-Type header.
|
String |
getEtag()
For optimistic concurrency control.
|
Date |
getLastModified()
The Awr Hub object modification time.
|
String |
getOpcClientRequestId()
Echoes back the value passed in the opc-client-request-id header, for use by clients when
debugging.
|
Map<String,String> |
getOpcMeta()
The user-defined metadata for the Awr Hub object.
|
String |
getOpcMultipartMd5() |
String |
getOpcRequestId()
Unique Oracle-assigned identifier for the request.
|
HeadAwrHubObjectResponse.StorageTier |
getStorageTier()
The storage tier that the Awr Hub object is stored in.
|
Date |
getTimeOfArchival()
Time that the Awr Hub object is returned to the archived state.
|
String |
getVersionId()
VersionId of the requested Awr Hub object.
|
int |
hashCode() |
boolean |
isNotModified()
Flag to indicate whether or not the object was modified.
|
String |
toString() |
canEqual, get__httpStatusCode__, getHeaders
public String getOpcClientRequestId()
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
public String getOpcRequestId()
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
public String getEtag()
For optimistic concurrency control. See if-match
.
public Map<String,String> getOpcMeta()
The user-defined metadata for the Awr Hub object.
public Long getContentLength()
The Awr Hub object size in bytes.
public String getContentMd5()
Content-MD5 header.
public String getOpcMultipartMd5()
public String getContentType()
Content-Type header.
public String getContentLanguage()
Content-Language header.
public String getContentEncoding()
Content-Encoding header.
public String getCacheControl()
Cache-Control header.
public String getContentDisposition()
Content-Disposition header.
public Date getLastModified()
The Awr Hub object modification time.
public HeadAwrHubObjectResponse.StorageTier getStorageTier()
The storage tier that the Awr Hub object is stored in.
public HeadAwrHubObjectResponse.ArchivalState getArchivalState()
Archival state of an Awr Hub object. This field is set only for Awr Hub objects in Archive tier.
public Date getTimeOfArchival()
Time that the Awr Hub object is returned to the archived state.
public String getVersionId()
VersionId of the requested Awr Hub object.
public boolean isNotModified()
Flag to indicate whether or not the object was modified. If this is true, the getter for the object itself will return null. Callers should check this if they specified one of the request params that might result in a conditional response (like ‘if-match’/‘if-none-match’).
true
- if the object was not modifiedpublic static HeadAwrHubObjectResponse.Builder builder()
Return a new builder for this response object.
public boolean equals(Object o)
equals
in class BmcResponse
public int hashCode()
hashCode
in class BmcResponse
Copyright © 2016–2024. All rights reserved.