Interface UsageStatisticPresentation


  • public interface UsageStatisticPresentation
    Represents usage statistic in UI.
    Since:
    6.0
    • Method Detail

      • getId

        @NotNull
        java.lang.String getId()
        Returns usage statistic id.
        Returns:
        usage statistic id
      • getDisplayName

        @NotNull
        java.lang.String getDisplayName()
        Returns display name for the statistic.
        Returns:
        display name for the statistic
      • getFormattedValue

        @NotNull
        java.lang.String getFormattedValue()
        Returns formatted value for the statistic.
        Returns:
        formatted value for the statistic
      • getValueTooltip

        @Nullable
        java.lang.String getValueTooltip()
        Returns the tooltip for the statistic value.
        Returns:
        the tooltip for the statistic value
        Since:
        6.5.2