Package org.alfresco.solr.client
Class AclChangeSet
- java.lang.Object
-
- org.alfresco.solr.client.AclChangeSet
-
public class AclChangeSet extends Object
SOLR-side representation of ACL ChangeSet information.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description AclChangeSet(long id, long commitTimeMs, int aclCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetAclCount()longgetCommitTimeMs()longgetId()inthashCode()StringtoString()
-