Class DisasterRecoveryPrecheckResult


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200407")
    public final class DisasterRecoveryPrecheckResult
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    A single precheck result.
    Note: Objects should always be created or deserialized using the DisasterRecoveryPrecheckResult.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 DisasterRecoveryPrecheckResult.Builder, which maintain a set of all explicitly set fields called DisasterRecoveryPrecheckResult.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

      • getKey

        public String getKey()
        UUID to uniquely identify the each check result.
        Returns:
        the value
      • getDisplayName

        public String getDisplayName()
        An object’s Display Name.
        Returns:
        the value
      • getDescription

        public String getDescription()
        Metadata about this specific object.
        Returns:
        the value
      • getCorrectiveAction

        public String getCorrectiveAction()
        The corrective action for non-passing checks.

        Null for passed checks.

        Returns:
        the value
      • getStatus

        public PrecheckStatus getStatus()
        Status of the DR precheck result.
        Returns:
        the value
      • getRelatedResourceId

        public String getRelatedResourceId()
        The OCID of the resource related to the corresponding check.
        Returns:
        the value
      • getRelatedResourceType

        public RelatedResourceType getRelatedResourceType()
        Type of resource related to corresponding check.
        Returns:
        the value
      • getCode

        public String getCode()
        The code returned when GoldenGate reports an error while running a step during pipeline initialization.

        https://docs.oracle.com/en/middleware/goldengate/core/23/error-messages/ogg-00001-ogg-40000.html#GUID-97FF7AA7-7A5C-4AA7-B29F-3CC8D26761F2

        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