Class ReindexErrorDetails

java.lang.Object
com.broadleafcommerce.search.index.core.domain.ReindexErrorDetails

public class ReindexErrorDetails extends Object
  • Constructor Details

    • ReindexErrorDetails

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

      public ReindexErrorDetails()
  • Method Details

    • getException

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

      public String getErrorMessage()
      The message associated with this error, populated from Throwable.getMessage()
    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object