public class AuditLogEntityEntity extends Object implements AuditLogEntity
Constructor and Description |
---|
AuditLogEntityEntity() |
AuditLogEntityEntity(AuditLogEntity entity) |
AuditLogEntityEntity(AuditLogEntityType entityType,
String entityName,
Long entityId,
boolean primary) |
AuditLogEntityEntity(Long id,
AuditLogEntityType entityType,
String entityName,
Long entityId,
boolean primary) |
AuditLogEntityEntity(Long id,
AuditLogEntityType entityType,
String entityName,
Long entityId,
boolean primary,
AuditLogChangesetEntity changeset) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AuditLogChangesetEntity |
getChangeset() |
Long |
getEntityId() |
String |
getEntityName()
Returns the name of the affected object.
|
AuditLogEntityType |
getEntityType() |
Long |
getId() |
int |
hashCode() |
boolean |
isPrimary() |
void |
setChangeset(AuditLogChangesetEntity changeset) |
void |
setEntityId(Long entityId) |
void |
setEntityName(String entityName) |
void |
setEntityType(AuditLogEntityType entityType) |
void |
setId(Long id) |
void |
setPrimary(boolean primary) |
String |
toString() |
public AuditLogEntityEntity()
public AuditLogEntityEntity(AuditLogEntity entity)
public AuditLogEntityEntity(AuditLogEntityType entityType, String entityName, Long entityId, boolean primary)
public AuditLogEntityEntity(Long id, AuditLogEntityType entityType, String entityName, Long entityId, boolean primary)
public AuditLogEntityEntity(Long id, AuditLogEntityType entityType, String entityName, Long entityId, boolean primary, AuditLogChangesetEntity changeset)
public Long getId()
public void setId(Long id)
@Nullable public String getEntityName()
AuditLogEntity
getEntityName
in interface AuditLogEntity
public void setEntityName(String entityName)
@Nullable public AuditLogEntityType getEntityType()
getEntityType
in interface AuditLogEntity
public void setEntityType(AuditLogEntityType entityType)
@Nullable public Long getEntityId()
getEntityId
in interface AuditLogEntity
public void setEntityId(Long entityId)
public boolean isPrimary()
isPrimary
in interface AuditLogEntity
public void setPrimary(boolean primary)
public AuditLogChangesetEntity getChangeset()
public void setChangeset(AuditLogChangesetEntity changeset)
Copyright © 2020 Atlassian. All rights reserved.