Class OverlappingRecallSummary


  • @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).

    • Constructor Detail

    • Method Detail

      • getTimeDataStarted

        public Date getTimeDataStarted()
        This is the start of the time range of the archival data
        Returns:
        the value
      • getTimeDataEnded

        public Date getTimeDataEnded()
        This is the end of the time range of the archival data
        Returns:
        the value
      • getTimeStarted

        public Date getTimeStarted()
        This is the time when the recall operation was started for this recall request
        Returns:
        the value
      • 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 this recall
        Returns:
        the value
      • getCreatedBy

        public String getCreatedBy()
        This is the user who initiated the recall request
        Returns:
        the value
      • getCollectionId

        public Long getCollectionId()
        This is the id of the associated recalled data collection
        Returns:
        the value
      • getRecallId

        public Long getRecallId()
        This is the id for the recall request
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel