Class RecalledDataSize
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.RecalledDataSize
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class RecalledDataSize extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThis is the recall related data size for the given timeframe
 Note: Objects should always be created or deserialized using theRecalledDataSize.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 RecalledDataSize.Builder, which maintain a set of all explicitly set fields calledRecalledDataSize.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 classRecalledDataSize.Builder
 - 
Constructor SummaryConstructors Constructor Description RecalledDataSize(Date timeDataStarted, Date timeDataEnded, Long recalledDataInBytes, Long notRecalledDataInBytes)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecalledDataSize.Builderbuilder()Create a new builder.booleanequals(Object o)LonggetNotRecalledDataInBytes()This is the size of the archival data not recalled yetLonggetRecalledDataInBytes()This is the size of the recalled dataDategetTimeDataEnded()This is the end of the time range of the archival dataDategetTimeDataStarted()This is the start of the time range of the archival datainthashCode()RecalledDataSize.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
RecalledDataSize@Deprecated @ConstructorProperties({"timeDataStarted","timeDataEnded","recalledDataInBytes","notRecalledDataInBytes"}) public RecalledDataSize(Date timeDataStarted, Date timeDataEnded, Long recalledDataInBytes, Long notRecalledDataInBytes) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static RecalledDataSize.Builder builder() Create a new builder.
 - 
toBuilderpublic RecalledDataSize.Builder toBuilder() 
 - 
getTimeDataStartedpublic Date getTimeDataStarted() This is the start of the time range of the archival data- Returns:
- the value
 
 - 
getTimeDataEndedpublic Date getTimeDataEnded() This is the end of the time range of the archival data- Returns:
- the value
 
 - 
getRecalledDataInBytespublic Long getRecalledDataInBytes() This is the size of the recalled data- Returns:
- the value
 
 - 
getNotRecalledDataInBytespublic Long getNotRecalledDataInBytes() This is the size of the archival data not recalled yet- 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
 
 
- 
 
-