@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class OverlappingRecallSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
This is the information about overlapping recall requests
Note: Objects should always be created or deserialized using the OverlappingRecallSummary.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 called OverlappingRecallSummary.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
OverlappingRecallSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
OverlappingRecallSummary(Date timeDataStarted,
Date timeDataEnded,
Date timeStarted,
RecallStatus status,
String purpose,
String queryString,
String logSets,
String createdBy,
Long collectionId,
Long recallId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OverlappingRecallSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Long |
getCollectionId()
This is the id of the associated recalled data collection
|
String |
getCreatedBy()
This is the user who initiated the recall request
|
String |
getLogSets()
This is the list of logsets associated with this recall
|
String |
getPurpose()
This is the purpose of the recall
|
String |
getQueryString()
This is the query associated with the recall
|
Long |
getRecallId()
This is the id for the recall request
|
RecallStatus |
getStatus()
This is the status of the recall
|
Date |
getTimeDataEnded()
This is the end of the time range of the archival data
|
Date |
getTimeDataStarted()
This is the start of the time range of the archival data
|
Date |
getTimeStarted()
This is the time when the recall operation was started for this recall request
|
int |
hashCode() |
OverlappingRecallSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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)
public static OverlappingRecallSummary.Builder builder()
Create a new builder.
public OverlappingRecallSummary.Builder toBuilder()
public Date getTimeDataStarted()
This is the start of the time range of the archival data
public Date getTimeDataEnded()
This is the end of the time range of the archival data
public Date getTimeStarted()
This is the time when the recall operation was started for this recall request
public RecallStatus getStatus()
This is the status of the recall
public String getPurpose()
This is the purpose of the recall
public String getQueryString()
This is the query associated with the recall
public String getLogSets()
This is the list of logsets associated with this recall
public String getCreatedBy()
This is the user who initiated the recall request
public Long getCollectionId()
This is the id of the associated recalled data collection
public Long getRecallId()
This is the id for the recall request
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.