Class ContextCommentOutputV1

java.lang.Object
com.seeq.model.ContextCommentOutputV1

public class ContextCommentOutputV1 extends Object
ContextCommentOutputV1
  • Constructor Details

    • ContextCommentOutputV1

      public ContextCommentOutputV1()
  • Method Details

    • archived

      public ContextCommentOutputV1 archived(Boolean archived)
    • getArchived

      public Boolean getArchived()
      True if this context is archived, false otherwise
      Returns:
      archived
    • setArchived

      public void setArchived(Boolean archived)
    • context

      public ContextCommentOutputV1 context(String context)
    • getContext

      public String getContext()
      The content of context
      Returns:
      context
    • setContext

      public void setContext(String context)
    • contextId

      public ContextCommentOutputV1 contextId(UUID contextId)
    • getContextId

      public UUID getContextId()
      ID of the context
      Returns:
      contextId
    • setContextId

      public void setContextId(UUID contextId)
    • createdAt

      public ContextCommentOutputV1 createdAt(String createdAt)
    • getCreatedAt

      public String getCreatedAt()
      The time, as an ISO-8601 timestamp, when this context was created
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • creatorId

      public ContextCommentOutputV1 creatorId(UUID creatorId)
    • getCreatorId

      public UUID getCreatorId()
      ID of the user that created this context
      Returns:
      creatorId
    • setCreatorId

      public void setCreatorId(UUID creatorId)
    • datumId

      public ContextCommentOutputV1 datumId(String datumId)
    • getDatumId

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

      public void setDatumId(String datumId)
    • itemId

      public ContextCommentOutputV1 itemId(UUID itemId)
    • getItemId

      public UUID getItemId()
      ID of the Item that is associated with this context
      Returns:
      itemId
    • setItemId

      public void setItemId(UUID itemId)
    • updatedAt

      public ContextCommentOutputV1 updatedAt(String updatedAt)
    • getUpdatedAt

      public String getUpdatedAt()
      The time, as an ISO-8601 timestamp, when this context was last updated
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(String updatedAt)
    • 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