Package org.alfresco.rest.search
Class ResponseHighLightModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.search.ResponseHighLightModel
- All Implemented Interfaces:
IModelAssertion<ResponseHighLightModel>,IRestModel<ResponseHighLightModel>,org.alfresco.utility.model.Model
public class ResponseHighLightModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<ResponseHighLightModel>
Pojo which represents the search response that includes the highlighting info.
- Author:
- Michael Suzuki
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetField()onModel()voidvoidsetSnippets(List<Object> snippets) Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.rest.core.assertion.IModelAssertion
and, assertThat
-
Constructor Details
-
ResponseHighLightModel
public ResponseHighLightModel()
-
-
Method Details
-
getField
-
setField
-
getSnippets
-
setSnippets
-
onModel
- Specified by:
onModelin interfaceIRestModel<ResponseHighLightModel>
-