Class ReindexErrorDetails


  • public class ReindexErrorDetails
    extends Object
    • Constructor Detail

      • ReindexErrorDetails

        public ReindexErrorDetails​(String exception,
                                   String errorMessage,
                                   Instant time)
      • ReindexErrorDetails

        public ReindexErrorDetails()
    • Method Detail

      • getException

        public String getException()
        The fully qualified class name of this error.
      • getTime

        public Instant getTime()
        The time (Approximate) that this error occurred.
      • setException

        public void setException​(String exception)
        The fully qualified class name of this error.
      • setErrorMessage

        public void setErrorMessage​(String errorMessage)
        The message associated with this error, populated from Throwable.getMessage()
      • setTime

        public void setTime​(Instant time)
        The time (Approximate) that this error occurred.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object