Class SortaServiceRequest
- java.lang.Object
-
- org.molgenis.ontology.sorta.request.SortaServiceRequest
-
public class SortaServiceRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description SortaServiceRequest(String sortaJobExecutionId, String ontologyIri, String filterQuery, boolean matched, EntityPager entityPager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityPagergetEntityPager()StringgetFilterQuery()StringgetOntologyIri()StringgetSortaJobExecutionId()booleanisMatched()
-
-
-
Constructor Detail
-
SortaServiceRequest
public SortaServiceRequest(String sortaJobExecutionId, String ontologyIri, String filterQuery, boolean matched, EntityPager entityPager)
-
-
Method Detail
-
getSortaJobExecutionId
public String getSortaJobExecutionId()
-
isMatched
public boolean isMatched()
-
getEntityPager
public EntityPager getEntityPager()
-
getOntologyIri
public String getOntologyIri()
-
getFilterQuery
public String getFilterQuery()
-
-