Class StorageUsage
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.StorageUsage
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class StorageUsage extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThis is the storage usage information of a tenancy in Logging Analytics application
 Note: Objects should always be created or deserialized using theStorageUsage.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 the StorageUsage.Builder, which maintain a set of all explicitly set fields calledStorageUsage.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 classStorageUsage.Builder
 - 
Constructor SummaryConstructors Constructor Description StorageUsage(Long activeDataSizeInBytes, Long archivedDataSizeInBytes, Long recalledArchivedDataSizeInBytes)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StorageUsage.Builderbuilder()Create a new builder.booleanequals(Object o)LonggetActiveDataSizeInBytes()This is the number of bytes of active data (non-archived)LonggetArchivedDataSizeInBytes()This is the number of bytes of archived data in object storageLonggetRecalledArchivedDataSizeInBytes()This is the number of bytes of recalled data from archived in object storeinthashCode()StorageUsage.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
StorageUsage@Deprecated @ConstructorProperties({"activeDataSizeInBytes","archivedDataSizeInBytes","recalledArchivedDataSizeInBytes"}) public StorageUsage(Long activeDataSizeInBytes, Long archivedDataSizeInBytes, Long recalledArchivedDataSizeInBytes) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static StorageUsage.Builder builder() Create a new builder.
 - 
toBuilderpublic StorageUsage.Builder toBuilder() 
 - 
getActiveDataSizeInBytespublic Long getActiveDataSizeInBytes() This is the number of bytes of active data (non-archived)- Returns:
- the value
 
 - 
getArchivedDataSizeInBytespublic Long getArchivedDataSizeInBytes() This is the number of bytes of archived data in object storage- Returns:
- the value
 
 - 
getRecalledArchivedDataSizeInBytespublic Long getRecalledArchivedDataSizeInBytes() This is the number of bytes of recalled data from archived in object store- 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
 
 
- 
 
-