Package com.oracle.bmc.opsi.responses
Class HeadAwrHubObjectResponse
- java.lang.Object
-
- com.oracle.bmc.responses.BmcResponse
-
- com.oracle.bmc.opsi.responses.HeadAwrHubObjectResponse
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public class HeadAwrHubObjectResponse extends BmcResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HeadAwrHubObjectResponse.ArchivalState
Archival state of an Awr Hub object.static class
HeadAwrHubObjectResponse.Builder
static class
HeadAwrHubObjectResponse.StorageTier
The storage tier that the Awr Hub object is stored in.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HeadAwrHubObjectResponse.Builder
builder()
Return a new builder for this response object.boolean
equals(Object o)
HeadAwrHubObjectResponse.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.String
getContentType()
Content-Type header.String
getEtag()
For optimistic concurrency control.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.HeadAwrHubObjectResponse.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()
-
Methods inherited from class com.oracle.bmc.responses.BmcResponse
canEqual, get__httpStatusCode__, getHeaders
-
-
-
-
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
-
getStorageTier
public HeadAwrHubObjectResponse.StorageTier getStorageTier()
The storage tier that the Awr Hub object is stored in.- 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
-
builder
public static HeadAwrHubObjectResponse.Builder builder()
Return a new builder for this response object.- Returns:
- builder for the response object
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classBmcResponse
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBmcResponse
-
-