Class OverlappingRecallSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.OverlappingRecallSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class OverlappingRecallSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThis is the information about overlapping recall requests
 Note: Objects should always be created or deserialized using theOverlappingRecallSummary.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 OverlappingRecallSummary.Builder, which maintain a set of all explicitly set fields calledOverlappingRecallSummary.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 classOverlappingRecallSummary.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OverlappingRecallSummary.Builderbuilder()Create a new builder.booleanequals(Object o)LonggetCollectionId()This is the id of the associated recalled data collectionStringgetCreatedBy()This is the user who initiated the recall requestStringgetLogSets()This is the list of logsets associated with this recallStringgetPurpose()This is the purpose of the recallStringgetQueryString()This is the query associated with the recallLonggetRecallId()This is the id for the recall requestRecallStatusgetStatus()This is the status of the recallDategetTimeDataEnded()This is the end of the time range of the archival dataDategetTimeDataStarted()This is the start of the time range of the archival dataDategetTimeStarted()This is the time when the recall operation was started for this recall requestinthashCode()OverlappingRecallSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
OverlappingRecallSummary@Deprecated @ConstructorProperties({"timeDataStarted","timeDataEnded","timeStarted","status","purpose","queryString","logSets","createdBy","collectionId","recallId"}) public OverlappingRecallSummary(Date timeDataStarted, Date timeDataEnded, Date timeStarted, RecallStatus status, String purpose, String queryString, String logSets, String createdBy, Long collectionId, Long recallId) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static OverlappingRecallSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic OverlappingRecallSummary.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
 
 - 
getTimeStartedpublic Date getTimeStarted() This is the time when the recall operation was started for this recall request- Returns:
- the value
 
 - 
getStatuspublic RecallStatus getStatus() This is the status of the recall- 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 this 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 of the associated recalled data collection- Returns:
- the value
 
 - 
getRecallIdpublic Long getRecallId() This is the id for the recall request- 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
 
 
- 
 
-