public class ApplicationCountStatisticsEvent extends Object implements CrowdAnalyticsEvent
Constructor and Description |
---|
ApplicationCountStatisticsEvent(long total,
long active,
long withGroupAggregation,
long withAliases,
long withLowercasedOutput,
long withCachedDirectoriesAuthenticationOrderOptimisationEnabled) |
Modifier and Type | Method and Description |
---|---|
long |
getActive() |
long |
getTotal() |
long |
getWithAliases() |
long |
getWithCachedDirectoriesAuthenticationOrderOptimisationEnabled() |
long |
getWithGroupAggregation() |
long |
getWithLowercasedOutput() |
public ApplicationCountStatisticsEvent(long total, long active, long withGroupAggregation, long withAliases, long withLowercasedOutput, long withCachedDirectoriesAuthenticationOrderOptimisationEnabled)
public long getTotal()
public long getActive()
public long getWithGroupAggregation()
public long getWithAliases()
public long getWithLowercasedOutput()
public long getWithCachedDirectoriesAuthenticationOrderOptimisationEnabled()
Copyright © 2020 Atlassian. All rights reserved.