@NotThreadSafe public class AclEntriesStatistics extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AclEntriesStatistics.AclEntryStatistics |
Constructor and Description |
---|
AclEntriesStatistics() |
AclEntriesStatistics(Map<String,AclEntriesStatistics.AclEntryStatistics> statsByJavaType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,AclEntriesStatistics.AclEntryStatistics> |
getStatsByJavaType() |
int |
hashCode() |
void |
put(String clazz,
BambooPermission permission,
Long count) |
String |
toString() |
public AclEntriesStatistics()
public AclEntriesStatistics(Map<String,AclEntriesStatistics.AclEntryStatistics> statsByJavaType)
public Map<String,AclEntriesStatistics.AclEntryStatistics> getStatsByJavaType()
public void put(String clazz, BambooPermission permission, Long count)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.