public class UpdatedLabelsIn
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description |
|---|
UpdatedLabelsIn() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Category> |
getCategories()
Gets the categories.
|
java.util.List<TypeLabel> |
getTypes()
Gets the types.
|
void |
setCategories(java.util.List<Category> categories)
Sets the categories.
|
void |
setTypes(java.util.List<TypeLabel> types)
Sets the types.
|
public java.util.List<TypeLabel> getTypes()
public java.util.List<Category> getCategories()
public void setTypes(java.util.List<TypeLabel> types)
types - the new typespublic void setCategories(java.util.List<Category> categories)
categories - the new categories