public class Concepts
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Concepts() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Gets the limit.
|
String |
getMode()
Gets the mode.
|
String |
getOntology()
Gets the ontology.
|
String |
getScope()
Gets the scope.
|
List<String> |
getTypes()
Gets the types.
|
void |
setLimit(long limit)
Sets the limit.
|
void |
setMode(String mode)
Sets the mode.
|
void |
setOntology(String ontology)
Sets the ontology.
|
void |
setScope(String scope)
Sets the scope.
|
void |
setTypes(List<String> types)
Sets the types.
|
public String getOntology()
public Long getLimit()
public String getScope()
public String getMode()
public void setOntology(String ontology)
ontology
- the new ontologypublic void setLimit(long limit)
limit
- the new limitpublic void setScope(String scope)
scope
- the new scopepublic void setMode(String mode)
mode
- the new modeCopyright © 2021 IBM Cloud. All rights reserved.