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()
AuditLogEntity
getEntityName
in interface AuditLogEntity
public boolean isPrimary()
isPrimary
in interface AuditLogEntity
public static ImmutableAuditLogEntity from(AuditLogEntity original)
Copyright © 2021 Atlassian. All rights reserved.