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