Class LabelInputV1

java.lang.Object
com.seeq.model.LabelInputV1

public class LabelInputV1 extends Object
LabelInputV1
  • Constructor Details

    • LabelInputV1

      public LabelInputV1()
  • Method Details

    • categoryId

      public LabelInputV1 categoryId(String categoryId)
    • getCategoryId

      public String getCategoryId()
      ID of the label category
      Returns:
      categoryId
    • setCategoryId

      public void setCategoryId(String categoryId)
    • name

      public LabelInputV1 name(String name)
    • getName

      public String getName()
      Text for the label
      Returns:
      name
    • setName

      public void setName(String name)
    • parentId

      public LabelInputV1 parentId(String parentId)
    • getParentId

      public String getParentId()
      ID of the parent label if this label is part of a hierarchy. Cannot be used with autocomplete categories
      Returns:
      parentId
    • setParentId

      public void setParentId(String parentId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object