public class AuditLogChangesetRestDTO extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuditLogChangesetRestDTO.Builder |
Constructor and Description |
---|
AuditLogChangesetRestDTO(Long id,
Date timestamp,
AuditLogAuthorRestDTO author,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
Set<AuditLogEntityRestDTO> entities,
String ipAddress,
String eventMessage,
AuditLogEventSource source,
Set<AuditLogEntryRestDTO> entries) |
Modifier and Type | Method and Description |
---|---|
static AuditLogChangesetRestDTO.Builder |
builder() |
static AuditLogChangesetRestDTO.Builder |
builder(AuditLogChangesetRestDTO data) |
boolean |
equals(Object o) |
AuditLogAuthorRestDTO |
getAuthor() |
Long |
getAuthorId() |
String |
getAuthorName() |
AuditLogAuthorType |
getAuthorType() |
Set<AuditLogEntityRestDTO> |
getEntities() |
Long |
getEntityId() |
String |
getEntityName() |
AuditLogEntityType |
getEntityType() |
Set<AuditLogEntryRestDTO> |
getEntries() |
String |
getEventMessage() |
AuditLogEventType |
getEventType() |
Long |
getId() |
String |
getIpAddress() |
AuditLogEventSource |
getSource() |
Date |
getTimestamp() |
int |
hashCode() |
AuditLogChangeset |
toChangeset() |
String |
toString() |
public AuditLogChangesetRestDTO(Long id, Date timestamp, AuditLogAuthorRestDTO author, AuditLogAuthorType authorType, Long authorId, String authorName, AuditLogEventType eventType, AuditLogEntityType entityType, Long entityId, String entityName, Set<AuditLogEntityRestDTO> entities, String ipAddress, String eventMessage, AuditLogEventSource source, Set<AuditLogEntryRestDTO> entries)
public AuditLogChangeset toChangeset()
public Long getId()
public Date getTimestamp()
public AuditLogAuthorRestDTO getAuthor()
public AuditLogAuthorType getAuthorType()
public Long getAuthorId()
public String getAuthorName()
public AuditLogEventType getEventType()
public AuditLogEntityType getEntityType()
public Long getEntityId()
public String getEntityName()
public Set<AuditLogEntityRestDTO> getEntities()
public String getIpAddress()
public String getEventMessage()
public AuditLogEventSource getSource()
public Set<AuditLogEntryRestDTO> getEntries()
public static AuditLogChangesetRestDTO.Builder builder()
public static AuditLogChangesetRestDTO.Builder builder(AuditLogChangesetRestDTO data)
Copyright © 2021 Atlassian. All rights reserved.