public class ImmutableAuditLogChangeset extends Object implements AuditLogChangeset
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableAuditLogChangeset.Builder |
| Constructor and Description |
|---|
ImmutableAuditLogChangeset(Long id,
Instant timestamp,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
String ipAddress,
String eventMessage,
List<ImmutableAuditLogEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAuthorId() |
String |
getAuthorName()
Returns the name of the author of the audit log entry.
|
AuditLogAuthorType |
getAuthorType() |
Long |
getEntityId() |
String |
getEntityName()
Returns the name of the object that was modified in the event represented by this audit log entry.
|
AuditLogEntityType |
getEntityType() |
List<ImmutableAuditLogEntry> |
getEntries() |
String |
getEventMessage() |
AuditLogEventType |
getEventType() |
Long |
getId() |
String |
getIpAddress() |
Instant |
getTimestampInstant() |
public ImmutableAuditLogChangeset(Long id, Instant timestamp, AuditLogAuthorType authorType, Long authorId, String authorName, AuditLogEventType eventType, AuditLogEntityType entityType, Long entityId, String entityName, String ipAddress, String eventMessage, List<ImmutableAuditLogEntry> entries)
public Long getId()
getId in interface AuditLogChangesetpublic Instant getTimestampInstant()
getTimestampInstant in interface AuditLogChangesetpublic AuditLogAuthorType getAuthorType()
getAuthorType in interface AuditLogChangesetpublic Long getAuthorId()
getAuthorId in interface AuditLogChangesetpublic String getAuthorName()
AuditLogChangesetgetAuthorName in interface AuditLogChangesetpublic AuditLogEventType getEventType()
getEventType in interface AuditLogChangesetpublic AuditLogEntityType getEntityType()
getEntityType in interface AuditLogChangesetpublic Long getEntityId()
getEntityId in interface AuditLogChangesetpublic String getEntityName()
AuditLogChangesetgetEntityName in interface AuditLogChangesetpublic String getIpAddress()
getIpAddress in interface AuditLogChangesetpublic String getEventMessage()
getEventMessage in interface AuditLogChangesetpublic List<ImmutableAuditLogEntry> getEntries()
getEntries in interface AuditLogChangesetCopyright © 2018 Atlassian. All rights reserved.