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