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 boolean
equals(Object obj)
int
getAclCount()
long
getCommitTimeMs()
long
getId()
int
hashCode()
String
toString()
-