public class AuditLogChangesetEntity extends Object implements AuditLogChangeset
| Constructor and Description |
|---|
AuditLogChangesetEntity() |
AuditLogChangesetEntity(AuditLogChangeset changeset) |
public 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 AuditLogEntityType getEntityType()
getEntityType in interface AuditLogChangesetpublic void setEntityType(AuditLogEntityType entityType)
public Long getEntityId()
getEntityId in interface AuditLogChangesetpublic void setEntityId(Long entityId)
public String getEntityName()
AuditLogChangesetgetEntityName in interface AuditLogChangesetpublic void setEntityName(String entityName)
public String getIpAddress()
getIpAddress in interface AuditLogChangesetpublic void setIpAddress(String ipAddress)
public String getEventMessage()
getEventMessage in interface AuditLogChangesetpublic void setEventMessage(String eventMessage)
public Set<AuditLogEntryEntity> getEntries()
getEntries in interface AuditLogChangesetpublic void setEntries(Set<AuditLogEntryEntity> auditLogEntries)
Copyright © 2018 Atlassian. All rights reserved.