Class HeadAwrHubObjectResponse


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200630")
    public class HeadAwrHubObjectResponse
    extends BmcResponse
    • Method Detail

      • getOpcClientRequestId

        public String getOpcClientRequestId()
        Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
        Returns:
        the value
      • getOpcRequestId

        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.

        Returns:
        the value
      • getEtag

        public String getEtag()
        For optimistic concurrency control.

        See if-match.

        Returns:
        the value
      • getOpcMeta

        public Map<String,​String> getOpcMeta()
        The user-defined metadata for the Awr Hub object.
        Returns:
        the value
      • getContentLength

        public Long getContentLength()
        The Awr Hub object size in bytes.
        Returns:
        the value
      • getContentMd5

        public String getContentMd5()
        Content-MD5 header.
        Returns:
        the value
      • getOpcMultipartMd5

        public String getOpcMultipartMd5()
        Returns:
        the value
      • getContentType

        public String getContentType()
        Content-Type header.
        Returns:
        the value
      • getContentLanguage

        public String getContentLanguage()
        Content-Language header.
        Returns:
        the value
      • getContentEncoding

        public String getContentEncoding()
        Content-Encoding header.
        Returns:
        the value
      • getCacheControl

        public String getCacheControl()
        Cache-Control header.
        Returns:
        the value
      • getContentDisposition

        public String getContentDisposition()
        Content-Disposition header.
        Returns:
        the value
      • getLastModified

        public Date getLastModified()
        The Awr Hub object modification time.
        Returns:
        the value
      • getArchivalState

        public HeadAwrHubObjectResponse.ArchivalState getArchivalState()
        Archival state of an Awr Hub object.

        This field is set only for Awr Hub objects in Archive tier.

        Returns:
        the value
      • getTimeOfArchival

        public Date getTimeOfArchival()
        Time that the Awr Hub object is returned to the archived state.
        Returns:
        the value
      • getVersionId

        public String getVersionId()
        VersionId of the requested Awr Hub object.
        Returns:
        the value
      • isNotModified

        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’).

        Parameters:
        true - if the object was not modified