public class PerDirectoryStatisticsEvent extends Object implements CrowdAnalyticsEvent
Constructor and Description |
---|
PerDirectoryStatisticsEvent(DirectoryType type,
LdapConnectorType connectorType,
boolean cachingDisabled,
boolean nestedGroups,
int userCount,
int groupCount,
Map<String,String> additionalAttributes) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAdditionalAttributes() |
LdapConnectorType |
getConnectorType() |
String |
getEventName() |
int |
getGroupCount() |
int |
getUserCount() |
boolean |
isCachingDisabled() |
boolean |
isNestedGroups() |
public PerDirectoryStatisticsEvent(DirectoryType type, LdapConnectorType connectorType, boolean cachingDisabled, boolean nestedGroups, int userCount, int groupCount, Map<String,String> additionalAttributes)
public LdapConnectorType getConnectorType()
public int getUserCount()
public int getGroupCount()
public boolean isCachingDisabled()
public boolean isNestedGroups()
public String getEventName()
Copyright © 2020 Atlassian. All rights reserved.