public class OriginalLabelsOut
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
OriginalLabelsOut.Modification
A string identifying the type of modification the feedback entry in the `updated_labels` array.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Category> |
categories |
protected java.lang.String |
modification |
protected java.util.List<TypeLabel> |
types |
Constructor and Description |
---|
OriginalLabelsOut() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Category> |
getCategories()
Gets the categories.
|
java.lang.String |
getModification()
Gets the modification.
|
java.util.List<TypeLabel> |
getTypes()
Gets the types.
|
protected java.util.List<TypeLabel> types
protected java.util.List<Category> categories
protected java.lang.String modification
public java.util.List<TypeLabel> getTypes()
Description of the action specified by the element and whom it affects.
public java.util.List<Category> getCategories()
List of functional categories into which the element falls; in other words, the subject matter of the element.
public java.lang.String getModification()
A string identifying the type of modification the feedback entry in the `updated_labels` array. Possible values are `added`, `not_changed`, and `removed`.