Package org.alfresco.rest.search
Class RestRequestFacetSetModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.search.RestRequestFacetSetModel
- All Implemented Interfaces:
IModelAssertion<RestRequestFacetSetModel>,IRestModel<RestRequestFacetSetModel>,org.alfresco.utility.model.Model
public class RestRequestFacetSetModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestRequestFacetSetModel>
Generated by 'gethin' on '2017-03-01 12:12' 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 -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()getLabel()getStart()booleanbooleanonModel()voidvoidsetEndInclusive(boolean endInclusive) voidvoidvoidsetStartInclusive(boolean startInclusive) 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
-
RestRequestFacetSetModel
public RestRequestFacetSetModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestRequestFacetSetModel>
-
getLabel
-
setLabel
-
getStart
-
setStart
-
getEnd
-
setEnd
-
isStartInclusive
public boolean isStartInclusive() -
setStartInclusive
public void setStartInclusive(boolean startInclusive) -
isEndInclusive
public boolean isEndInclusive() -
setEndInclusive
public void setEndInclusive(boolean endInclusive)
-