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