Package com.seeq.model
Class LabelInputV1
java.lang.Object
com.seeq.model.LabelInputV1
LabelInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategoryId
(String categoryId) boolean
ID of the label categorygetName()
Text for the labelID of the parent label if this label is part of a hierarchy.int
hashCode()
void
setCategoryId
(String categoryId) void
void
setParentId
(String parentId) toString()
-
Constructor Details
-
LabelInputV1
public LabelInputV1()
-
-
Method Details
-
categoryId
-
getCategoryId
ID of the label category- Returns:
- categoryId
-
setCategoryId
-
name
-
getName
Text for the label- Returns:
- name
-
setName
-
parentId
-
getParentId
ID of the parent label if this label is part of a hierarchy. Cannot be used with autocomplete categories- Returns:
- parentId
-
setParentId
-
equals
-
hashCode
public int hashCode() -
toString
-