Class Category
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.Category
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Category
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information defining an element's subject matter.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCategory.BuilderBuilder.static interfaceCategory.LabelThe category of the associated element.static interfaceCategory.ModificationThe type of modification of the feedback entry in the updated labels response. -
Method Summary
Modifier and Type Method Description Stringlabel()Gets the label.Stringmodification()Gets the modification.Category.BuildernewBuilder()New builder.List<String>provenanceIds()Gets the provenanceIds.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a Category builder
-
label
Gets the label.The category of the associated element.
- Returns:
- the label
-
provenanceIds
Gets the provenanceIds.Hashed values that you can send to IBM to provide feedback or receive support.
- Returns:
- the provenanceIds
-
modification
Gets the modification.The type of modification of the feedback entry in the updated labels response.
- Returns:
- the modification
-