Package org.alfresco.rest.search
Class FacetInterval
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.search.FacetInterval
- All Implemented Interfaces:
IModelAssertion<FacetInterval>,IRestModel<FacetInterval>,org.alfresco.utility.model.Model
public class FacetInterval
extends org.alfresco.utility.model.TestModel
implements IRestModel<FacetInterval>
Represents a facet interval.
-
Constructor Summary
ConstructorsConstructorDescriptionFacetInterval(String field, String label, List<RestRequestFacetSetModel> sets) -
Method Summary
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
-
FacetInterval
public FacetInterval() -
FacetInterval
-
-
Method Details
-
getField
-
getLabel
-
getSets
-
setField
-
setLabel
-
setSets
-
onModel
- Specified by:
onModelin interfaceIRestModel<FacetInterval>
-