@Entity public class AuditLogMessage extends HibernateEntityObject implements AuditLogEntry
TYPE_CONFIG_CHANGE, TYPE_FIELD_CHANGE| Constructor and Description |
|---|
AuditLogMessage() |
AuditLogMessage(String username,
Date timestamp,
AuditLogEntityType entityType,
String entityId,
String childId,
AuditLogEntity field,
String messageType,
String message,
String oldValue,
String newValue) |
AuditLogMessage(String username,
Date timestamp,
String planKey,
AuditLogEntity entity,
String messageType,
String message,
String oldValue,
String newValue)
Deprecated.
since 6.7.0
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object o) |
String |
getChildId() |
Date |
getDate() |
String |
getEntityId() |
AuditLogEntityType |
getEntityType() |
String |
getFieldHeader() |
AuditLogEntityType |
getFieldType() |
String |
getMessage() |
String |
getMessageType() |
String |
getNewValue() |
String |
getOldValue() |
Long |
getTimestamp() |
String |
getUsername() |
int |
hashCode() |
void |
setChildId(String childId) |
void |
setEntityId(String planKey) |
protected void |
setEntityType(AuditLogEntityType entityType) |
protected void |
setFieldHeader(String fieldHeader) |
void |
setFieldType(AuditLogEntityType fieldType) |
protected void |
setMessage(String message) |
protected void |
setMessageType(String messageType) |
protected void |
setNewValue(String newValue) |
protected void |
setOldValue(String oldValue) |
protected void |
setTimestamp(Long timestamp) |
protected void |
setUsername(String username) |
String |
toString() |
getId, setIdclone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDatefinalize, getClass, notify, notifyAll, wait, wait, waitsetIdgetIdpublic AuditLogMessage()
@Deprecated public AuditLogMessage(@Nullable String username, @NotNull Date timestamp, @Nullable String planKey, @Nullable AuditLogEntity entity, @NotNull String messageType, @NotNull String message, @Nullable String oldValue, @Nullable String newValue)
public AuditLogMessage(@Nullable
String username,
@NotNull
Date timestamp,
@Nullable
AuditLogEntityType entityType,
@Nullable
String entityId,
@Nullable
String childId,
@Nullable
AuditLogEntity field,
@NotNull
String messageType,
@NotNull
String message,
@Nullable
String oldValue,
@Nullable
String newValue)
@NotNull public Long getTimestamp()
getTimestamp in interface AuditLogEntry@NotNull public Date getDate()
protected void setTimestamp(Long timestamp)
@Nullable public String getEntityId()
getEntityId in interface AuditLogEntrypublic void setEntityId(String planKey)
@Nullable public String getChildId()
getChildId in interface AuditLogEntrypublic void setChildId(String childId)
@NotNull public String getMessageType()
getMessageType in interface AuditLogEntryprotected void setMessageType(String messageType)
@NotNull public String getMessage()
getMessage in interface AuditLogEntryprotected void setMessage(String message)
public String getOldValue()
getOldValue in interface AuditLogEntryprotected void setOldValue(String oldValue)
public String getNewValue()
getNewValue in interface AuditLogEntryprotected void setNewValue(String newValue)
@Nullable public String getUsername()
getUsername in interface AuditLogEntryprotected void setUsername(String username)
public String getFieldHeader()
getFieldHeader in interface AuditLogEntryprotected void setFieldHeader(String fieldHeader)
public AuditLogEntityType getEntityType()
getEntityType in interface AuditLogEntryprotected void setEntityType(AuditLogEntityType entityType)
public AuditLogEntityType getFieldType()
getFieldType in interface AuditLogEntrypublic void setFieldType(AuditLogEntityType fieldType)
public int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectpublic boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int compareTo(Object obj)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.