public class Category
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Category.Label
The category of the associated element.
|
Constructor and Description |
---|
Category() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Gets the label.
|
java.util.List<java.lang.String> |
getProvenanceIds()
Gets the provenanceIds.
|
void |
setLabel(java.lang.String label)
Sets the label.
|
void |
setProvenanceIds(java.util.List<java.lang.String> provenanceIds)
Sets the provenanceIds.
|
public java.lang.String getLabel()
public java.util.List<java.lang.String> getProvenanceIds()
public void setLabel(java.lang.String label)
label
- the new labelpublic void setProvenanceIds(java.util.List<java.lang.String> provenanceIds)
provenanceIds
- the new provenanceIds