Class DirectoryCountStatisticsEvent

java.lang.Object
com.atlassian.crowd.analytics.events.DirectoryCountStatisticsEvent
All Implemented Interfaces:
CrowdAnalyticsEvent

public class DirectoryCountStatisticsEvent extends Object implements CrowdAnalyticsEvent
  • Constructor Details

    • DirectoryCountStatisticsEvent

      public DirectoryCountStatisticsEvent(long total, long active, long withNestedGroups, long withoutCaching)
  • Method Details

    • getTotal

      public long getTotal()
    • getActive

      public long getActive()
    • getWithNestedGroups

      public long getWithNestedGroups()
    • getWithoutCaching

      public long getWithoutCaching()