Class GetJobArtifactContentResponse


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

      • getOpcRequestId

        public String getOpcRequestId()
        Unique Oracle assigned identifier for the request.

        If you need to contact Oracle about a particular request, then provide the request ID.

        Returns:
        the value
      • getContentLength

        public Long getContentLength()
        The content size of the body in bytes.
        Returns:
        the value
      • getContentMd5

        public String getContentMd5()
        The base-64 encoded MD5 hash of the body, as described in RFC 2616, section 14.15.

        Unavailable for objects uploaded using multipart upload. If the content-md5 header is present, Object Storage performs an integrity check on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header. If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message: “The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)”

        Returns:
        the value
      • getLastModified

        public Date getLastModified()
        The artifact modification time, as described in RFC 2616, section 14.29.
        Returns:
        the value
      • getContentDisposition

        public String getContentDisposition()
        The content disposition of the body, as described in RFC 2616, section 19.5.1.
        Returns:
        the value
      • getInputStream

        public InputStream getInputStream()
        The returned java.io.InputStream instance.
        Returns:
        the value