| Modifier and Type | Class and Description |
|---|---|
static class |
ReportDataEntry.Type
Type of the value of the entry.
|
| Constructor and Description |
|---|
ReportDataEntry(String title,
Object value,
ReportDataEntry.Type type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Display name of the data entry.
|
ReportDataEntry.Type |
getType()
Type of value defined by this data entry.
|
Object |
getValue()
Value of the data entry.
|
@Nonnull public Object getValue()
type used.ReportDataEntry.Type@Nullable public ReportDataEntry.Type getType()
value
will be interpreted based on its content.Copyright © 2020 Atlassian. All rights reserved.