Class ReindexErrorDetails
- java.lang.Object
-
- com.broadleafcommerce.search.index.core.domain.ReindexErrorDetails
-
public class ReindexErrorDetails extends Object
-
-
Constructor Summary
Constructors Constructor Description ReindexErrorDetails()ReindexErrorDetails(String exception, String errorMessage, Instant time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetErrorMessage()The message associated with this error, populated fromThrowable.getMessage()StringgetException()The fully qualified class name of this error.InstantgetTime()The time (Approximate) that this error occurred.inthashCode()voidsetErrorMessage(String errorMessage)The message associated with this error, populated fromThrowable.getMessage()voidsetException(String exception)The fully qualified class name of this error.voidsetTime(Instant time)The time (Approximate) that this error occurred.StringtoString()
-
-
-
Method Detail
-
getException
public String getException()
The fully qualified class name of this error.
-
getErrorMessage
public String getErrorMessage()
The message associated with this error, populated fromThrowable.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 fromThrowable.getMessage()
-
setTime
public void setTime(Instant time)
The time (Approximate) that this error occurred.
-
canEqual
protected boolean canEqual(Object other)
-
-