Package com.oracle.bmc.opsi.responses
Class GetAwrHubObjectResponse
- java.lang.Object
- 
- com.oracle.bmc.responses.BmcResponse
- 
- com.oracle.bmc.opsi.responses.GetAwrHubObjectResponse
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public class GetAwrHubObjectResponse extends BmcResponse
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetAwrHubObjectResponse.ArchivalStateArchival state of an Awr Hub object.static classGetAwrHubObjectResponse.Builderstatic classGetAwrHubObjectResponse.StorageTierThe storage tier that the Awr Hub object is stored in.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAwrHubObjectResponse.Builderbuilder()Return a new builder for this response object.booleanequals(Object o)GetAwrHubObjectResponse.ArchivalStategetArchivalState()Archival state of an Awr Hub object.StringgetCacheControl()Cache-Control header.StringgetContentDisposition()Content-Disposition header.StringgetContentEncoding()Content-Encoding header.StringgetContentLanguage()Content-Language header.LonggetContentLength()The Awr Hub object size in bytes.StringgetContentMd5()Content-MD5 header.RangegetContentRange()Content-Range header.StringgetContentType()Content-Type header.StringgetEtag()For optimistic concurrency control.DategetExpires()The date and time after which the Awr Hub object is no longer cached by a browser, proxy, or other caching entity.InputStreamgetInputStream()The returned java.io.InputStream instance, or null ifisNotModified()is true.DategetLastModified()The Awr Hub object modification time.StringgetOpcClientRequestId()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.StringgetOpcMultipartMd5()StringgetOpcRequestId()Unique Oracle-assigned identifier for the request.GetAwrHubObjectResponse.StorageTiergetStorageTier()The storage tier that the Awr Hub object is stored in.DategetTimeOfArchival()Time that the Awr Hub object is returned to the archived state.StringgetVersionId()VersionId of the requested Awr Hub object.inthashCode()booleanisNotModified()Flag to indicate whether or not the object was modified.StringtoString()- 
Methods inherited from class com.oracle.bmc.responses.BmcResponsecanEqual, get__httpStatusCode__, getHeaders
 
- 
 
- 
- 
- 
Method Detail- 
getOpcClientRequestIdpublic String getOpcClientRequestId() Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.- Returns:
- the value
 
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. - Returns:
- the value
 
 - 
getEtagpublic String getEtag() For optimistic concurrency control.See if-match. - Returns:
- the value
 
 - 
getOpcMetapublic Map<String,String> getOpcMeta() The user-defined metadata for the Awr Hub object.- Returns:
- the value
 
 - 
getContentLengthpublic Long getContentLength() The Awr Hub object size in bytes.- Returns:
- the value
 
 - 
getContentRangepublic Range getContentRange() Content-Range header.- Returns:
- the value
 
 - 
getContentMd5public String getContentMd5() Content-MD5 header.- Returns:
- the value
 
 - 
getOpcMultipartMd5public String getOpcMultipartMd5() - Returns:
- the value
 
 - 
getContentTypepublic String getContentType() Content-Type header.- Returns:
- the value
 
 - 
getContentLanguagepublic String getContentLanguage() Content-Language header.- Returns:
- the value
 
 - 
getContentEncodingpublic String getContentEncoding() Content-Encoding header.- Returns:
- the value
 
 - 
getCacheControlpublic String getCacheControl() Cache-Control header.- Returns:
- the value
 
 - 
getContentDispositionpublic String getContentDisposition() Content-Disposition header.- Returns:
- the value
 
 - 
getLastModifiedpublic Date getLastModified() The Awr Hub object modification time.- Returns:
- the value
 
 - 
getStorageTierpublic GetAwrHubObjectResponse.StorageTier getStorageTier() The storage tier that the Awr Hub object is stored in.- Returns:
- the value
 
 - 
getArchivalStatepublic GetAwrHubObjectResponse.ArchivalState getArchivalState() Archival state of an Awr Hub object.This field is set only for Awr Hub objects in Archive tier. - Returns:
- the value
 
 - 
getTimeOfArchivalpublic Date getTimeOfArchival() Time that the Awr Hub object is returned to the archived state.- Returns:
- the value
 
 - 
getVersionIdpublic String getVersionId() VersionId of the requested Awr Hub object.- Returns:
- the value
 
 - 
getExpirespublic Date getExpires() The date and time after which the Awr Hub object is no longer cached by a browser, proxy, or other caching entity.- Returns:
- the value
 
 - 
getInputStreampublic InputStream getInputStream() The returned java.io.InputStream instance, or null ifisNotModified()is true.- Returns:
- the value
 
 - 
isNotModifiedpublic 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’). - Parameters:
- true- if the object was not modified
 
 - 
builderpublic static GetAwrHubObjectResponse.Builder builder() Return a new builder for this response object.- Returns:
- builder for the response object
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- BmcResponse
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- BmcResponse
 
 
- 
 
-