public class ImmutableAuditLogAuthor extends Object implements AuditLogAuthor
Constructor and Description |
---|
ImmutableAuditLogAuthor(AuditLogAuthor author) |
ImmutableAuditLogAuthor(Long id,
String name,
AuditLogAuthorType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getId() |
String |
getName()
Returns the name of the author of the audit log entry.
|
AuditLogAuthorType |
getType() |
int |
hashCode() |
String |
toString() |
public ImmutableAuditLogAuthor(Long id, String name, AuditLogAuthorType type)
public ImmutableAuditLogAuthor(AuditLogAuthor author)
public Long getId()
getId
in interface AuditLogAuthor
public String getName()
AuditLogAuthor
getName
in interface AuditLogAuthor
public AuditLogAuthorType getType()
getType
in interface AuditLogAuthor
Copyright © 2020 Atlassian. All rights reserved.