Class ContextLabelInputV1

java.lang.Object
com.seeq.model.ContextLabelInputV1

public class ContextLabelInputV1 extends Object
ContextLabelInputV1
  • Constructor Details

    • ContextLabelInputV1

      public ContextLabelInputV1()
  • Method Details

    • datumId

      public ContextLabelInputV1 datumId(String datumId)
    • getDatumId

      public String getDatumId()
      If provided, the ID of a more specific aspect of the Item to associate with the label, such as the ID of a capsule
      Returns:
      datumId
    • setDatumId

      public void setDatumId(String datumId)
    • labelId

      public ContextLabelInputV1 labelId(String labelId)
    • getLabelId

      public String getLabelId()
      The ID of the label
      Returns:
      labelId
    • setLabelId

      public void setLabelId(String labelId)
    • 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