Class DirectoryCountStatisticsEvent
java.lang.Object
com.atlassian.crowd.analytics.events.DirectoryCountStatisticsEvent
- All Implemented Interfaces:
CrowdAnalyticsEvent
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoryCountStatisticsEvent
(long total, long active, long withNestedGroups, long withoutCaching) -
Method Summary
-
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()
-