public class AuditEvent extends Object
Constructor and Description |
---|
AuditEvent() |
Modifier and Type | Method and Description |
---|---|
Long |
getAuthorId() |
Date |
getCreatedAt() |
AuditEventDetail |
getDetails() |
Long |
getEntityId() |
String |
getEntityType() |
Long |
getId() |
void |
setAuthorId(Long authorId) |
void |
setCreatedAt(Date createdAt) |
void |
setDetails(AuditEventDetail details) |
void |
setEntityId(Long entityId) |
void |
setEntityType(String entityType) |
void |
setId(Long id) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getAuthorId()
public void setAuthorId(Long authorId)
public Long getEntityId()
public void setEntityId(Long entityId)
public String getEntityType()
public void setEntityType(String entityType)
public AuditEventDetail getDetails()
public void setDetails(AuditEventDetail details)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
Copyright © 2022. All rights reserved.