Package com.oracle.bmc.opsi.model
Class ObjectSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.opsi.model.ObjectSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class ObjectSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary resource object.
 Note: Objects should always be created or deserialized using theObjectSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theObjectSummary.Builder, which maintain a set of all explicitly set fields calledObjectSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classObjectSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description ObjectSummary(String name, Long size, String md5, Date timeCreated, String etag, StorageTier storageTier, ArchivalState archivalState, Date timeModified)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectSummary.Builderbuilder()Create a new builder.booleanequals(Object o)ArchivalStategetArchivalState()Archival state of an object for those in the archival tier.StringgetEtag()For optimistic concurrency control.StringgetMd5()Base64-encoded MD5 hash of the Awr Hub object data.StringgetName()The name of the Awr Hub object.LonggetSize()Size of the Awr Hub object in bytes.StorageTiergetStorageTier()The object’s storage tier.DategetTimeCreated()The time at which the resource was first created.DategetTimeModified()The date and time the Awr Hub object was modifiedinthashCode()ObjectSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ObjectSummary@Deprecated @ConstructorProperties({"name","size","md5","timeCreated","etag","storageTier","archivalState","timeModified"}) public ObjectSummary(String name, Long size, String md5, Date timeCreated, String etag, StorageTier storageTier, ArchivalState archivalState, Date timeModified) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ObjectSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ObjectSummary.Builder toBuilder() 
 - 
getNamepublic String getName() The name of the Awr Hub object.- Returns:
- the value
 
 - 
getSizepublic Long getSize() Size of the Awr Hub object in bytes.- Returns:
- the value
 
 - 
getMd5public String getMd5() Base64-encoded MD5 hash of the Awr Hub object data.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The time at which the resource was first created.An RFC3339 formatted datetime string - Returns:
- the value
 
 - 
getEtagpublic String getEtag() For optimistic concurrency control.See if-match. - Returns:
- the value
 
 - 
getStorageTierpublic StorageTier getStorageTier() The object’s storage tier.- Returns:
- the value
 
 - 
getArchivalStatepublic ArchivalState getArchivalState() Archival state of an object for those in the archival tier.- Returns:
- the value
 
 - 
getTimeModifiedpublic Date getTimeModified() The date and time the Awr Hub object was modified- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-