public class AuditLogChangesetRestEntity extends Object
| Constructor and Description |
|---|
AuditLogChangesetRestEntity(Long id,
Date timestamp,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
String ipAddress,
String eventMessage,
List<AuditLogEntryRestEntity> entries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getAuthorId() |
String |
getAuthorName() |
AuditLogAuthorType |
getAuthorType() |
Long |
getEntityId() |
String |
getEntityName() |
AuditLogEntityType |
getEntityType() |
List<AuditLogEntryRestEntity> |
getEntries() |
String |
getEventMessage() |
AuditLogEventType |
getEventType() |
Long |
getId() |
String |
getIpAddress() |
Date |
getTimestamp() |
int |
hashCode() |
public AuditLogChangesetRestEntity(Long id, Date timestamp, AuditLogAuthorType authorType, Long authorId, String authorName, AuditLogEventType eventType, AuditLogEntityType entityType, Long entityId, String entityName, String ipAddress, String eventMessage, List<AuditLogEntryRestEntity> entries)
public Long getId()
public Date getTimestamp()
public AuditLogAuthorType getAuthorType()
public Long getAuthorId()
public String getAuthorName()
public AuditLogEventType getEventType()
public AuditLogEntityType getEntityType()
public Long getEntityId()
public String getEntityName()
public String getIpAddress()
public String getEventMessage()
public List<AuditLogEntryRestEntity> getEntries()
Copyright © 2018 Atlassian. All rights reserved.