Package org.alfresco.search.model
Class ResponseConsistency
- java.lang.Object
-
- org.alfresco.search.model.ResponseConsistency
-
@Validated public class ResponseConsistency extends Object
The consistency state of the index used to execute the query
-
-
Constructor Summary
Constructors Constructor Description ResponseConsistency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetLastTxId()The id of the last indexed transactioninthashCode()ResponseConsistencylastTxId(Integer lastTxId)voidsetLastTxId(Integer lastTxId)StringtoString()
-
-
-
Method Detail
-
lastTxId
public ResponseConsistency lastTxId(Integer lastTxId)
-
getLastTxId
public Integer getLastTxId()
The id of the last indexed transaction- Returns:
- lastTxId
-
setLastTxId
public void setLastTxId(Integer lastTxId)
-
-