@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public class HeadModelArtifactResponse extends BmcResponse
Modifier and Type | Class and Description |
---|---|
static class |
HeadModelArtifactResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static HeadModelArtifactResponse.Builder |
builder()
Return a new builder for this response object.
|
boolean |
equals(Object o) |
String |
getContentDisposition()
The content disposition of the body, as described in RFC
2616, section 19.5.1.
|
Long |
getContentLength()
The content size of the body in bytes.
|
String |
getContentMd5()
The base-64 encoded MD5 hash of the body, as described in RFC
2616, section 14.15.
|
String |
getEtag()
For optimistic concurrency control.
|
Date |
getLastModified()
The artifact modification time, as described in RFC
2616, section 14.29.
|
String |
getOpcRequestId()
Unique Oracle assigned identifier for the request.
|
int |
hashCode() |
String |
toString() |
canEqual, get__httpStatusCode__, getHeaders
public String getEtag()
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
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.
public Long getContentLength()
The content size of the body in bytes.
public String getContentDisposition()
The content disposition of the body, as described in RFC 2616, section 19.5.1.
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)”
public Date getLastModified()
The artifact modification time, as described in RFC 2616, section 14.29.
public static HeadModelArtifactResponse.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.