Class RecalledInfo
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.loganalytics.model.RecalledInfo
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class RecalledInfo extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
This is the information about data recalled
Note: Objects should always be created or deserialized using theRecalledInfo.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
RecalledInfo.Builder
, which maintain a set of all explicitly set fields calledRecalledInfo.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 Summary
Nested Classes Modifier and Type Class Description static class
RecalledInfo.Builder
-
Constructor Summary
Constructors Constructor Description RecalledInfo(RecallStatus status, String purpose, String queryString, String logSets, Long collectionId, Date timeRecalledDataStarted, Date timeRecalledDataEnded)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecalledInfo.Builder
builder()
Create a new builder.boolean
equals(Object o)
Long
getCollectionId()
This is the id for the recalled data collectionString
getLogSets()
This is the list of logsets associated with the recallString
getPurpose()
This is the purpose of the recallString
getQueryString()
This is the query associated with the recallRecallStatus
getStatus()
This is the status of the recallDate
getTimeRecalledDataEnded()
This is the recalled data end timeDate
getTimeRecalledDataStarted()
This is the recalled date start timeint
hashCode()
RecalledInfo.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
RecalledInfo
@Deprecated @ConstructorProperties({"status","purpose","queryString","logSets","collectionId","timeRecalledDataStarted","timeRecalledDataEnded"}) public RecalledInfo(RecallStatus status, String purpose, String queryString, String logSets, Long collectionId, Date timeRecalledDataStarted, Date timeRecalledDataEnded)
Deprecated.
-
-
Method Detail
-
builder
public static RecalledInfo.Builder builder()
Create a new builder.
-
toBuilder
public RecalledInfo.Builder toBuilder()
-
getStatus
public RecallStatus getStatus()
This is the status of the recall- Returns:
- the value
-
getPurpose
public String getPurpose()
This is the purpose of the recall- Returns:
- the value
-
getQueryString
public String getQueryString()
This is the query associated with the recall- Returns:
- the value
-
getLogSets
public String getLogSets()
This is the list of logsets associated with the recall- Returns:
- the value
-
getCollectionId
public Long getCollectionId()
This is the id for the recalled data collection- Returns:
- the value
-
getTimeRecalledDataStarted
public Date getTimeRecalledDataStarted()
This is the recalled date start time- Returns:
- the value
-
getTimeRecalledDataEnded
public Date getTimeRecalledDataEnded()
This is the recalled data end time- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-