public class Query
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Query() |
Modifier and Type | Method and Description |
---|---|
String |
getBool()
Gets the bool.
|
Map<String,String> |
getBoolRegexp()
Gets the boolRegexp.
|
Map<String,String> |
getBoolTerm()
Gets the boolTerm.
|
List<QueryConcept> |
getConcepts()
Gets the concepts.
|
String |
getCursorId()
Gets set of scroll IDs for processing large result sets.
|
Map<String,Range> |
getDateRange()
Gets the dateRange.
|
List<Map<String,String>> |
getRegexp()
Gets the regexp.
|
Title |
getTitle()
Gets the title.
|
void |
setBool(String bool)
Sets the bool.
|
void |
setBoolRegexp(Map<String,String> boolRegexp)
Sets the boolRegexp.
|
void |
setBoolTerm(Map<String,String> boolTerm)
Sets the boolTerm.
|
void |
setConcepts(List<QueryConcept> concepts)
Sets the concepts.
|
void |
setCursorId(String id)
Sets the scroll IDs of large result sets.
|
void |
setDateRange(Map<String,Range> dateRange)
Sets the dateRange.
|
void |
setRegexp(List<Map<String,String>> regexp)
Sets the regexp.
|
void |
setTitle(Title title)
Sets the title.
|
public String getBool()
public List<QueryConcept> getConcepts()
public Map<String,String> getBoolRegexp()
public Title getTitle()
public void setBool(String bool)
bool
- the new boolpublic void setConcepts(List<QueryConcept> concepts)
concepts
- the new conceptspublic void setBoolTerm(Map<String,String> boolTerm)
boolTerm
- the new boolTermpublic void setBoolRegexp(Map<String,String> boolRegexp)
boolRegexp
- the new boolRegexppublic void setRegexp(List<Map<String,String>> regexp)
regexp
- the new regexppublic void setDateRange(Map<String,Range> dateRange)
dateRange
- the new dateRangepublic void setTitle(Title title)
title
- the new titlepublic String getCursorId()
public void setCursorId(String id)
id
- scroll id for next batchCopyright © 2021 IBM Cloud. All rights reserved.