Class ContextCommentInputV1

java.lang.Object
com.seeq.model.ContextCommentInputV1

public class ContextCommentInputV1 extends Object
ContextCommentInputV1
  • Constructor Details

    • ContextCommentInputV1

      public ContextCommentInputV1()
  • Method Details

    • comment

      public ContextCommentInputV1 comment(String comment)
    • getComment

      public String getComment()
      The text of the comment
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • datumId

      public ContextCommentInputV1 datumId(String datumId)
    • getDatumId

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

      public void setDatumId(String datumId)
    • 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