@ExperimentalApi public final class AuditRecord extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuditRecord.Builder |
Modifier and Type | Method and Description |
---|---|
static AuditRecord.Builder |
builder() |
static AuditRecord.Builder |
builder(AuditRecord other) |
boolean |
equals(Object other) |
AffectedObject |
getAffectedObject() |
Set<AffectedObject> |
getAssociatedObjects() |
User |
getAuthor() |
String |
getCategory() |
List<ChangedValue> |
getChangedValues() |
org.joda.time.DateTime |
getCreationDate() |
String |
getDescription() |
String |
getRemoteAddress() |
String |
getSummary() |
int |
hashCode() |
boolean |
isSysAdmin() |
public User getAuthor()
public org.joda.time.DateTime getCreationDate()
public String getSummary()
public String getDescription()
public String getCategory()
public AffectedObject getAffectedObject()
public List<ChangedValue> getChangedValues()
public Set<AffectedObject> getAssociatedObjects()
public String getRemoteAddress()
public boolean isSysAdmin()
public static AuditRecord.Builder builder()
public static AuditRecord.Builder builder(AuditRecord other)
Copyright © 2003–2017 Atlassian. All rights reserved.