Class DataVerificationDetail


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20230518")
    public final class DataVerificationDetail
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Summary/status information used to enable and drive the Data Verification UI.
    Note: Objects should always be created or deserialized using the DataVerificationDetail.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 DataVerificationDetail.Builder, which maintain a set of all explicitly set fields called DataVerificationDetail.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).
    • Method Detail

      • getMigrationId

        public String getMigrationId()
        The OCID of the resource being referenced.
        Returns:
        the value
      • getLifecycleState

        public DataVerificationDetail.LifecycleState getLifecycleState()
        Overall lifecycle state of Data Verification generation for the migration.

        This is a single, feature-level state (all Data Verification reports are generated as one batch).

        Returns:
        the value
      • getTimeStarted

        public Date getTimeStarted()
        An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
        Returns:
        the value
      • getTimeUpdated

        public Date getTimeUpdated()
        An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
        Returns:
        the value
      • getTimeCompleted

        public Date getTimeCompleted()
        An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
        Returns:
        the value
      • getLifecycleDetails

        public String getLifecycleDetails()
        A human-readable string that provides more details about the current lifecycle state.

        This field is intended to follow OCI patterns and may include an internal error code and message when lifecycleState is FAILED (for example, DMS-xxxx: ). When lifecycleState is SUCCEEDED, this field may contain a non-failing disclaimer, such as unavailable table row-count comparisons caused by missing optimizer statistics.

        Returns:
        the value
      • getTimeCreated

        public Date getTimeCreated()
        An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
        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