java.lang.Object
com.atlassian.jira.dashboarditem.statistics.service.statistics.searcher.beans.StatisticsSearchResultRowBean

public class StatisticsSearchResultRowBean extends Object
Represents a row in the statistic search results.
  • Constructor Details

    • StatisticsSearchResultRowBean

      public StatisticsSearchResultRowBean(@Nonnull String key, @Nullable String url, @Nonnull Long value)
  • Method Details

    • getKey

      public String getKey()
    • getUrl

      public String getUrl()
    • getValue

      public Long getValue()