public interface UsageStatisticPresentation
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Returns display name for the statistic.
|
java.lang.String |
getFormattedValue()
Returns formatted value for the statistic.
|
java.lang.String |
getId()
Returns usage statistic id.
|
java.lang.String |
getValueTooltip()
Returns the tooltip for the statistic value.
|
@NotNull java.lang.String getId()
@NotNull java.lang.String getDisplayName()
@NotNull java.lang.String getFormattedValue()
@Nullable java.lang.String getValueTooltip()