public class ImmutableAuditLogEntity extends Object implements AuditLogEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableAuditLogEntity.Builder |
| Constructor and Description |
|---|
ImmutableAuditLogEntity(ImmutableAuditLogEntity.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ImmutableAuditLogEntity |
from(AuditLogEntity original) |
Long |
getEntityId() |
String |
getEntityName()
Returns the name of the affected object.
|
AuditLogEntityType |
getEntityType() |
int |
hashCode() |
boolean |
isPrimary() |
String |
toString() |
public ImmutableAuditLogEntity(ImmutableAuditLogEntity.Builder builder)
@Nullable public AuditLogEntityType getEntityType()
getEntityType in interface AuditLogEntity@Nullable public Long getEntityId()
getEntityId in interface AuditLogEntity@Nullable public String getEntityName()
AuditLogEntitygetEntityName in interface AuditLogEntitypublic boolean isPrimary()
isPrimary in interface AuditLogEntitypublic static ImmutableAuditLogEntity from(AuditLogEntity original)
Copyright © 2021 Atlassian. All rights reserved.