Class RawAuditEventDetail
java.lang.Object
com.broadleafcommerce.common.audit.domain.RawAuditEventDetail
- All Implemented Interfaces:
AuditEventDetail
,Serializable
Raw detail information about change or system audit event. See
AuditEventHeader
.
Generally only used when AuditEventHeader.getDetailType()
is DetailType.RAW
. Also
supports the builder pattern by using RawAuditEventDetail.builder()
.- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RawAuditEventDetail
-
-
Method Details
-
builder
-
getAuthor
The author of the change. May be any type of user (including customer), or an identifier noting an automated system process.- Specified by:
getAuthor
in interfaceAuditEventDetail
-
getTimestamp
The timestamp at which the field change took place- Specified by:
getTimestamp
in interfaceAuditEventDetail
-
getRawDetail
Raw information about the change. -
getAdditionalAttributes
Any additional information, possibly required in extension scenarios -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-