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 AuditLogAuthorpublic String getName()
AuditLogAuthorgetName in interface AuditLogAuthorpublic AuditLogAuthorType getType()
getType in interface AuditLogAuthorCopyright © 2019 Atlassian. All rights reserved.