public class AuditAttribute extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuditAttribute.Builder |
Constructor and Description |
---|
AuditAttribute(String name,
String value)
Deprecated.
since 1.7.0 use
fromI18nKeys(String, String) and provide the name i18n key. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static AuditAttribute.Builder |
fromI18nKeys(String nameI18nKey,
String value)
Audit Attribute name i18n key and value.
|
String |
getName()
The attribute name - translation of
getNameI18nKey() by the auditing framework. |
String |
getNameI18nKey()
The attribute name i18n key.
|
String |
getValue() |
int |
hashCode() |
String |
toString() |
@Deprecated public AuditAttribute(String name, String value)
fromI18nKeys(String, String)
and provide the name i18n key.public static AuditAttribute.Builder fromI18nKeys(@Nonnull String nameI18nKey, String value)
@Nullable public String getName()
getNameI18nKey()
by the auditing framework.@Nonnull public String getNameI18nKey()
Copyright © 2020 Atlassian. All rights reserved.