public class Category
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Category() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Gets the category.
|
java.lang.String |
getName()
Gets the name.
|
java.util.List<java.lang.String> |
getTypes()
Gets the types.
|
java.lang.Boolean |
isOnlyNegatedConcepts()
Gets the onlyNegatedConcepts.
|
void |
setCategory(java.lang.String category)
Sets the category.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setOnlyNegatedConcepts(java.lang.Boolean onlyNegatedConcepts)
Sets the onlyNegatedConcepts.
|
void |
setTypes(java.util.List<java.lang.String> types)
Sets the types.
|
public java.lang.String getName()
public java.util.List<java.lang.String> getTypes()
public java.lang.String getCategory()
public java.lang.Boolean isOnlyNegatedConcepts()
public void setName(java.lang.String name)
name
- the new namepublic void setTypes(java.util.List<java.lang.String> types)
types
- the new typespublic void setCategory(java.lang.String category)
category
- the new categorypublic void setOnlyNegatedConcepts(java.lang.Boolean onlyNegatedConcepts)
onlyNegatedConcepts
- the new onlyNegatedConceptsCopyright © 2022 IBM Cloud. All rights reserved.