@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class RecalledData extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
This is the information about recalled data
Note: Objects should always be created or deserialized using the RecalledData.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 called RecalledData.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 |
RecalledData.Builder |
static class |
RecalledData.Status
This is the status of the recall
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and 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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RecalledData.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Long |
getCollectionId()
This is the id for the recalled data collection
|
String |
getCreatedBy()
This is the user who initiated the recall request
|
String |
getLogSets()
This is the list of logsets associated with the recall
|
Long |
getNotRecalledDataInBytes()
This is the size of the archival data not recalled yet within the specified time range
|
String |
getPurpose()
This is the purpose of the recall
|
String |
getQueryString()
This is the query associated with the recall
|
Integer |
getRecallCount()
This is the number of recall operations for this recall.
|
RecalledData.Status |
getStatus()
This is the status of the recall
|
Long |
getStorageUsageInBytes()
This is the size in bytes
|
Date |
getTimeDataEnded()
This is the end of the time range of the related data
|
Date |
getTimeDataStarted()
This is the start of the time range of the related data
|
Date |
getTimeRecalledDataEnded()
This is the recalled data end time
|
Date |
getTimeRecalledDataStarted()
This is the recalled date start time
|
Date |
getTimeStarted()
This is the time when the first recall operation was started for this RecalledData
|
int |
hashCode() |
RecalledData.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"timeDataEnded","timeDataStarted","timeStarted","status","recallCount","storageUsageInBytes","notRecalledDataInBytes","purpose","queryString","logSets","createdBy","collectionId","timeRecalledDataStarted","timeRecalledDataEnded"}) 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)
public static RecalledData.Builder builder()
Create a new builder.
public RecalledData.Builder toBuilder()
public Date getTimeDataEnded()
This is the end of the time range of the related data
public Date getTimeDataStarted()
This is the start of the time range of the related data
public Date getTimeStarted()
This is the time when the first recall operation was started for this RecalledData
public RecalledData.Status getStatus()
This is the status of the recall
public 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.
public Long getStorageUsageInBytes()
This is the size in bytes
public Long getNotRecalledDataInBytes()
This is the size of the archival data not recalled yet within the specified time range
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 the recall
public String getCreatedBy()
This is the user who initiated the recall request
public Long getCollectionId()
This is the id for the recalled data collection
public Date getTimeRecalledDataStarted()
This is the recalled date start time
public Date getTimeRecalledDataEnded()
This is the recalled data end time
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.