Package org.alfresco.rest.search
Class RestResponseConsistencyModel
- java.lang.Object
-
- org.alfresco.utility.model.TestModel
-
- org.alfresco.rest.search.RestResponseConsistencyModel
-
- All Implemented Interfaces:
IModelAssertion<RestResponseConsistencyModel>,IRestModel<RestResponseConsistencyModel>,org.alfresco.utility.model.Model
public class RestResponseConsistencyModel extends org.alfresco.utility.model.TestModel implements IRestModel<RestResponseConsistencyModel>
Generated by 'msuzuki' on '2017-02-23 11:20' from 'Alfresco Search REST API' swagger file Generated from 'Alfresco Search REST API' swagger file Base Path {@linkplain /alfresco/api/-default-/public/search/versions/1}
-
-
Constructor Summary
Constructors Constructor Description RestResponseConsistencyModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelAssertion<RestResponseConsistencyModel>and()ModelAssertion<RestResponseConsistencyModel>assertThat()intgetLastTxId()RestResponseConsistencyModelonModel()voidsetLastTxId(int lastTxId)
-
-
-
Method Detail
-
assertThat
public ModelAssertion<RestResponseConsistencyModel> assertThat()
- Specified by:
assertThatin interfaceIModelAssertion<RestResponseConsistencyModel>
-
and
public ModelAssertion<RestResponseConsistencyModel> and()
- Specified by:
andin interfaceIModelAssertion<RestResponseConsistencyModel>
-
onModel
public RestResponseConsistencyModel onModel()
- Specified by:
onModelin interfaceIRestModel<RestResponseConsistencyModel>
-
getLastTxId
public int getLastTxId()
-
setLastTxId
public void setLastTxId(int lastTxId)
-
-