public class AuditRecord extends Object
| Constructor and Description |
|---|
AuditRecord(Long id,
String summary,
String remoteAddress,
org.joda.time.DateTime created,
String category,
String eventSource,
String authorKey,
AuditAssociatedItem objectItem,
OptionalIterable<AuditAssociatedItem> associatedItem,
OptionalIterable<AuditChangedValue> changedValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OptionalIterable<AuditAssociatedItem> |
getAssociatedItems() |
String |
getAuthorKey() |
String |
getCategory() |
OptionalIterable<AuditChangedValue> |
getChangedValues() |
org.joda.time.DateTime |
getCreated() |
String |
getEventSource() |
Long |
getId() |
AuditAssociatedItem |
getObjectItem() |
String |
getRemoteAddress() |
String |
getSummary() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
int |
hashCode() |
public AuditRecord(Long id, String summary, @Nullable String remoteAddress, org.joda.time.DateTime created, String category, String eventSource, @Nullable String authorKey, @Nullable AuditAssociatedItem objectItem, OptionalIterable<AuditAssociatedItem> associatedItem, OptionalIterable<AuditChangedValue> changedValues)
public Long getId()
public String getSummary()
public org.joda.time.DateTime getCreated()
public String getCategory()
public String getEventSource()
@Nullable public AuditAssociatedItem getObjectItem()
public OptionalIterable<AuditAssociatedItem> getAssociatedItems()
public OptionalIterable<AuditChangedValue> getChangedValues()
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
Copyright © 2017 Atlassian. All rights reserved.