Class AnnotationInterestInputV1

java.lang.Object
com.seeq.model.AnnotationInterestInputV1

public class AnnotationInterestInputV1 extends Object
A list of IDs representing the annotation's items of interest
  • Constructor Details

    • AnnotationInterestInputV1

      public AnnotationInterestInputV1()
  • Method Details

    • detailId

      public AnnotationInterestInputV1 detailId(String detailId)
    • getDetailId

      public String getDetailId()
      An optional secondary ID for a specific datum in the set of interest
      Returns:
      detailId
    • setDetailId

      public void setDetailId(String detailId)
    • interestId

      public AnnotationInterestInputV1 interestId(String interestId)
    • getInterestId

      public String getInterestId()
      The ID of the item being annotated
      Returns:
      interestId
    • setInterestId

      public void setInterestId(String interestId)
    • 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