Class RecalledData
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.RecalledData
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class RecalledData extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThis is the information about recalled data
 Note: Objects should always be created or deserialized using theRecalledData.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 RecalledData.Builder, which maintain a set of all explicitly set fields calledRecalledData.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 classRecalledData.Builderstatic classRecalledData.StatusThis is the status of the recall
 - 
Constructor SummaryConstructors Constructor Description RecalledData(Date timeDataEnded, Date timeDataStarted, Date timeStarted, RecalledData.Status status, Integer recallCount, Long storageUsageInBytes, Long notRecalledDataInBytes, String purpose, String queryString, String logSets, String createdBy, Long collectionId, Date timeRecalledDataStarted, Date timeRecalledDataEnded, Integer percentageComplete)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecalledData.Builderbuilder()Create a new builder.booleanequals(Object o)LonggetCollectionId()This is the id for the recalled data collectionStringgetCreatedBy()This is the user who initiated the recall requestStringgetLogSets()This is the list of logsets associated with the recallLonggetNotRecalledDataInBytes()This is the size of the archival data not recalled yet within the specified time rangeIntegergetPercentageComplete()This is the current progress percentage for the recalled dataStringgetPurpose()This is the purpose of the recallStringgetQueryString()This is the query associated with the recallIntegergetRecallCount()This is the number of recall operations for this recall.RecalledData.StatusgetStatus()This is the status of the recallLonggetStorageUsageInBytes()This is the size in bytesDategetTimeDataEnded()This is the end of the time range of the related dataDategetTimeDataStarted()This is the start of the time range of the related dataDategetTimeRecalledDataEnded()This is the recalled data end timeDategetTimeRecalledDataStarted()This is the recalled date start timeDategetTimeStarted()This is the time when the first recall operation was started for this RecalledDatainthashCode()RecalledData.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
RecalledData@Deprecated @ConstructorProperties({"timeDataEnded","timeDataStarted","timeStarted","status","recallCount","storageUsageInBytes","notRecalledDataInBytes","purpose","queryString","logSets","createdBy","collectionId","timeRecalledDataStarted","timeRecalledDataEnded","percentageComplete"}) public RecalledData(Date timeDataEnded, Date timeDataStarted, Date timeStarted, RecalledData.Status status, Integer recallCount, Long storageUsageInBytes, Long notRecalledDataInBytes, String purpose, String queryString, String logSets, String createdBy, Long collectionId, Date timeRecalledDataStarted, Date timeRecalledDataEnded, Integer percentageComplete) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static RecalledData.Builder builder() Create a new builder.
 - 
toBuilderpublic RecalledData.Builder toBuilder() 
 - 
getTimeDataEndedpublic Date getTimeDataEnded() This is the end of the time range of the related data- Returns:
- the value
 
 - 
getTimeDataStartedpublic Date getTimeDataStarted() This is the start of the time range of the related data- Returns:
- the value
 
 - 
getTimeStartedpublic Date getTimeStarted() This is the time when the first recall operation was started for this RecalledData- Returns:
- the value
 
 - 
getStatuspublic RecalledData.Status getStatus() This is the status of the recall- Returns:
- the value
 
 - 
getRecallCountpublic Integer getRecallCount() This is the number of recall operations for this recall.Note one RecalledData can be merged from the results of several recall operations if the time duration of the results of the recall operations overlap. - Returns:
- the value
 
 - 
getStorageUsageInBytespublic Long getStorageUsageInBytes() This is the size in bytes- Returns:
- the value
 
 - 
getNotRecalledDataInBytespublic Long getNotRecalledDataInBytes() This is the size of the archival data not recalled yet within the specified time range- Returns:
- the value
 
 - 
getPurposepublic String getPurpose() This is the purpose of the recall- Returns:
- the value
 
 - 
getQueryStringpublic String getQueryString() This is the query associated with the recall- Returns:
- the value
 
 - 
getLogSetspublic String getLogSets() This is the list of logsets associated with the recall- Returns:
- the value
 
 - 
getCreatedBypublic String getCreatedBy() This is the user who initiated the recall request- Returns:
- the value
 
 - 
getCollectionIdpublic Long getCollectionId() This is the id for the recalled data collection- Returns:
- the value
 
 - 
getTimeRecalledDataStartedpublic Date getTimeRecalledDataStarted() This is the recalled date start time- Returns:
- the value
 
 - 
getTimeRecalledDataEndedpublic Date getTimeRecalledDataEnded() This is the recalled data end time- Returns:
- the value
 
 - 
getPercentageCompletepublic Integer getPercentageComplete() This is the current progress percentage for the recalled data- 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
 
 
- 
 
-