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
Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJsonMethods inherited from class java.lang.Object
clone, finalize, getClass, 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>
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classorg.alfresco.utility.model.TestModel
-