public class AuditLogChangesetEntity extends Object implements AuditLogChangeset
| Constructor and Description |
|---|
AuditLogChangesetEntity() |
AuditLogChangesetEntity(AuditLogChangeset changeset) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAdditionalEntities, getEntity, getEntityId, getEntityName, getEntityTypepublic AuditLogChangesetEntity()
public AuditLogChangesetEntity(AuditLogChangeset changeset)
public Long getId()
getId in interface AuditLogChangesetpublic Instant getTimestampInstant()
getTimestampInstant in interface AuditLogChangesetpublic void setId(Long id)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public AuditLogAuthorType getAuthorType()
getAuthorType in interface AuditLogChangesetpublic void setAuthorType(AuditLogAuthorType authorType)
public Long getAuthorId()
getAuthorId in interface AuditLogChangesetpublic void setAuthorId(Long authorId)
public String getAuthorName()
AuditLogChangesetgetAuthorName in interface AuditLogChangesetpublic void setAuthorName(String authorName)
public AuditLogEventType getEventType()
getEventType in interface AuditLogChangesetpublic void setEventType(AuditLogEventType eventType)
public String getIpAddress()
getIpAddress in interface AuditLogChangesetpublic void setIpAddress(String ipAddress)
public String getEventMessage()
getEventMessage in interface AuditLogChangesetpublic void setEventMessage(String eventMessage)
public AuditLogEventSource getSource()
getSource in interface AuditLogChangesetpublic void setSource(AuditLogEventSource source)
public Set<AuditLogEntryEntity> getEntries()
getEntries in interface AuditLogChangesetpublic void setEntries(Set<AuditLogEntryEntity> auditLogEntries)
public Set<AuditLogEntityEntity> getEntities()
getEntities in interface AuditLogChangesetpublic void setEntities(Set<AuditLogEntityEntity> entities)
public AuditLogAuthor getAuthor()
getAuthor in interface AuditLogChangesetCopyright © 2019 Atlassian. All rights reserved.