Class JpaReindexErrorDetails
- java.lang.Object
-
- com.broadleafcommerce.search.index.reindex.provider.jpa.domain.JpaReindexErrorDetails
-
- All Implemented Interfaces:
Serializable
public class JpaReindexErrorDetails extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaReindexErrorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCause()StringgetException()InstantgetTime()inthashCode()voidsetCause(String cause)voidsetException(String exception)voidsetTime(Instant time)StringtoString()
-
-
-
Method Detail
-
getException
public String getException()
-
getCause
public String getCause()
-
getTime
public Instant getTime()
-
setException
public void setException(String exception)
-
setCause
public void setCause(String cause)
-
setTime
public void setTime(Instant time)
-
canEqual
protected boolean canEqual(Object other)
-
-