Package com.atlassian.crowd.audit
Class ImmutableAuditLogEntry
java.lang.Object
com.atlassian.crowd.audit.ImmutableAuditLogEntry
- All Implemented Interfaces:
AuditLogEntry
Concrete implementation of an audit log entry
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionImmutableAuditLogEntry
(String propertyName, String oldValue, String newValue) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
static ImmutableAuditLogEntry
from
(AuditLogEntry auditLogEntry) int
hashCode()
toString()
-
Constructor Details
-
ImmutableAuditLogEntry
-
-
Method Details
-
getPropertyName
- Specified by:
getPropertyName
in interfaceAuditLogEntry
- Returns:
- the name of the property that was modified in the event represented by this audit log entry
-
getOldValue
- Specified by:
getOldValue
in interfaceAuditLogEntry
- Returns:
- the string representation of the modified property before modification
-
getNewValue
- Specified by:
getNewValue
in interfaceAuditLogEntry
- Returns:
- the string representation of the modified property after modification
-
from
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-