Package com.alfresco.content.models
Class ResponseConsistency
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class ResponseConsistencyThe consistency state of the index used to execute the query
-
-
Constructor Summary
Constructors Constructor Description ResponseConsistency(Integer lastTxId)
-
Method Summary
Modifier and Type Method Description final IntegergetLastTxId()The id of the last indexed transaction final UnitsetLastTxId(@Json(name = "lastTxId") Integer lastTxId)The id of the last indexed transaction -
-
Constructor Detail
-
ResponseConsistency
ResponseConsistency(Integer lastTxId)
-
-
Method Detail
-
getLastTxId
final Integer getLastTxId()
The id of the last indexed transaction
-
setLastTxId
final Unit setLastTxId(@Json(name = "lastTxId") Integer lastTxId)
The id of the last indexed transaction
-
-
-
-