@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public class GetAwrHubObjectResponse extends BmcResponse
Modifier and Type | Class and Description |
---|---|
static class |
GetAwrHubObjectResponse.ArchivalState
Archival state of an Awr Hub object.
|
static class |
GetAwrHubObjectResponse.Builder |
static class |
GetAwrHubObjectResponse.StorageTier
The storage tier that the Awr Hub object is stored in.
|
Modifier and Type | Method and Description |
---|---|
static GetAwrHubObjectResponse.Builder |
builder()
Return a new builder for this response object.
|
boolean |
equals(Object o) |
GetAwrHubObjectResponse.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.
|
Range |
getContentRange()
Content-Range header.
|
String |
getContentType()
Content-Type header.
|
String |
getEtag()
For optimistic concurrency control.
|
Date |
getExpires()
The date and time after which the Awr Hub object is no longer cached by a browser, proxy, or
other caching entity.
|
InputStream |
getInputStream()
The returned java.io.InputStream instance, or null if
isNotModified() is true. |
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.
|
GetAwrHubObjectResponse.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 Range getContentRange()
Content-Range header.
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 GetAwrHubObjectResponse.StorageTier getStorageTier()
The storage tier that the Awr Hub object is stored in.
public GetAwrHubObjectResponse.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 Date getExpires()
The date and time after which the Awr Hub object is no longer cached by a browser, proxy, or other caching entity.
public InputStream getInputStream()
The returned java.io.InputStream instance, or null if isNotModified()
is true.
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 GetAwrHubObjectResponse.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.