Package com.atlassian.crowd.model.audit
Class AuditLogChangesetEntity
java.lang.Object
com.atlassian.crowd.model.audit.AuditLogChangesetEntity
- All Implemented Interfaces:
AuditLogChangeset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()voidsetAuthorId(Long authorId) voidsetAuthorName(String authorName) voidsetAuthorType(AuditLogAuthorType authorType) voidsetEntities(Set<AuditLogEntityEntity> entities) voidsetEntries(Set<AuditLogEntryEntity> auditLogEntries) voidsetEventMessage(String eventMessage) voidsetEventType(AuditLogEventType eventType) voidvoidsetIpAddress(String ipAddress) voidsetSource(AuditLogEventSource source) voidsetTimestamp(Long timestamp) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.crowd.audit.AuditLogChangeset
getAdditionalEntities, getEntity, getEntityId, getEntityName, getEntityType
-
Constructor Details
-
AuditLogChangesetEntity
public AuditLogChangesetEntity() -
AuditLogChangesetEntity
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceAuditLogChangeset
-
getTimestampInstant
- Specified by:
getTimestampInstantin interfaceAuditLogChangeset
-
setId
-
getTimestamp
-
setTimestamp
-
getAuthorType
- Specified by:
getAuthorTypein interfaceAuditLogChangeset
-
setAuthorType
-
getAuthorId
- Specified by:
getAuthorIdin interfaceAuditLogChangeset
-
setAuthorId
-
getAuthorName
- Specified by:
getAuthorNamein interfaceAuditLogChangeset
-
setAuthorName
-
getEventType
- Specified by:
getEventTypein interfaceAuditLogChangeset
-
setEventType
-
getIpAddress
- Specified by:
getIpAddressin interfaceAuditLogChangeset
-
setIpAddress
-
getEventMessage
- Specified by:
getEventMessagein interfaceAuditLogChangeset
-
setEventMessage
-
getSource
- Specified by:
getSourcein interfaceAuditLogChangeset
-
setSource
-
getEntries
- Specified by:
getEntriesin interfaceAuditLogChangeset
-
setEntries
-
getEntities
- Specified by:
getEntitiesin interfaceAuditLogChangeset
-
setEntities
-
getAuthor
- Specified by:
getAuthorin interfaceAuditLogChangeset
-
equals
-
hashCode
public int hashCode() -
toString
-