Package com.seeq.model
Class LabelOutputV1
java.lang.Object
com.seeq.model.LabelOutputV1
LabelOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategoryId
(UUID categoryId) boolean
ID of the label categorygetId()
ID of the labelgetName()
Name of the labelIf present, the ID of the parent labelint
hashCode()
void
setCategoryId
(UUID categoryId) void
void
void
setParentId
(UUID parentId) toString()
-
Constructor Details
-
LabelOutputV1
public LabelOutputV1()
-
-
Method Details
-
categoryId
-
getCategoryId
ID of the label category- Returns:
- categoryId
-
setCategoryId
-
id
-
getId
ID of the label- Returns:
- id
-
setId
-
name
-
getName
Name of the label- Returns:
- name
-
setName
-
parentId
-
getParentId
If present, the ID of the parent label- Returns:
- parentId
-
setParentId
-
equals
-
hashCode
public int hashCode() -
toString
-