Class CloneErrorDetails


  • public class CloneErrorDetails
    extends Object
    CloneErrorDetails.
    • Constructor Detail

      • CloneErrorDetails

        public CloneErrorDetails()
    • Method Detail

      • getError

        public String getError()
        The error code..
        Returns:
        error
      • getErrorDescription

        public String getErrorDescription()
        The error description..
        Returns:
        errorDescription
      • isIsSystemError

        public Boolean isIsSystemError()
        Whether the error is caused by the system or user..
        Returns:
        isSystemError
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object