Class AuditLogChangesetRestDTO
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.audit.AuditLogChangesetRestDTO
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAuditLogChangesetRestDTO
(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) -
Method Summary
-
Constructor Details
-
AuditLogChangesetRestDTO
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)
-
-
Method Details
-
toChangeset
-
getId
-
getTimestamp
-
getAuthor
-
getAuthorType
-
getAuthorId
-
getAuthorName
-
getEventType
-
getEntityType
-
getEntityId
-
getEntityName
-
getEntities
-
getIpAddress
-
getEventMessage
-
getSource
-
getEntries
-
builder
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-