Class ContextLabelOutputV1

java.lang.Object
com.seeq.model.ContextLabelOutputV1

public class ContextLabelOutputV1 extends Object
ContextLabelOutputV1
  • Constructor Details

    • ContextLabelOutputV1

      public ContextLabelOutputV1()
  • Method Details

    • archived

      public ContextLabelOutputV1 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 ContextLabelOutputV1 context(UUID context)
    • getContext

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

      public void setContext(UUID context)
    • contextId

      public ContextLabelOutputV1 contextId(UUID contextId)
    • getContextId

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

      public void setContextId(UUID contextId)
    • createdAt

      public ContextLabelOutputV1 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 ContextLabelOutputV1 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 ContextLabelOutputV1 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 ContextLabelOutputV1 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)
    • label

      public ContextLabelOutputV1 label(String label)
    • getLabel

      public String getLabel()
      The text of the label
      Returns:
      label
    • setLabel

      public void setLabel(String label)
    • labelCategoryId

      public ContextLabelOutputV1 labelCategoryId(UUID labelCategoryId)
    • getLabelCategoryId

      public UUID getLabelCategoryId()
      The ID of the label category
      Returns:
      labelCategoryId
    • setLabelCategoryId

      public void setLabelCategoryId(UUID labelCategoryId)
    • updatedAt

      public ContextLabelOutputV1 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