public static class BrowseAuditLogPage.AuditLogEntry extends Object implements AuditLogEntry
Constructor and Description |
---|
AuditLogEntry(String propertyName,
String oldValue,
String newValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getNewValue() |
String |
getOldValue() |
String |
getPropertyName() |
int |
hashCode() |
String |
toString() |
public String getPropertyName()
getPropertyName
in interface AuditLogEntry
public String getOldValue()
getOldValue
in interface AuditLogEntry
public String getNewValue()
getNewValue
in interface AuditLogEntry
Copyright © 2021 Atlassian. All rights reserved.