@Internal public class ApplicationProperty extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationProperty.Type |
Constructor and Description |
---|
ApplicationProperty(String key,
ApplicationProperty.Type type,
Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getBoolean() |
Date |
getDate() |
Double |
getDouble() |
String |
getKey() |
Long |
getLong() |
String |
getString() |
String |
getText() |
ApplicationProperty.Type |
getType() |
Object |
getValue() |
int |
hashCode() |
String |
toString() |
public ApplicationProperty(String key, ApplicationProperty.Type type, @Nullable Object value)
@Nonnull public ApplicationProperty.Type getType()
Copyright © 2002-2024 Atlassian. All Rights Reserved.