Class AuditRecord
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AuditRecord
Represents record from JIRA Audit Log.
- Since:
- v2.0
-
Constructor Summary
ConstructorsConstructorDescriptionAuditRecord(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) -
Method Summary
-
Constructor Details
-
AuditRecord
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)
-
-
Method Details
-
getId
-
getSummary
-
getCreated
public org.joda.time.DateTime getCreated() -
getCategory
-
getEventSource
-
getRemoteAddress
-
getAuthorKey
-
getObjectItem
-
getAssociatedItems
-
getChangedValues
-
getToStringHelper
protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper() -
equals
-
hashCode
public int hashCode()
-