Package com.seeq.model
Class ContextLabelOutputV1
java.lang.Object
com.seeq.model.ContextLabelOutputV1
ContextLabelOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
True if this context is archived, false otherwiseThe content of contextID of the contextThe time, as an ISO-8601 timestamp, when this context was createdID of the user that created this contextIf provided, the ID of a more specific aspect of the Item associated with the piece of context, such as the ID of a capsuleID of the Item that is associated with this contextgetLabel()
The text of the labelThe ID of the label categoryThe time, as an ISO-8601 timestamp, when this context was last updatedint
hashCode()
labelCategoryId
(UUID labelCategoryId) void
setArchived
(Boolean archived) void
setContext
(UUID context) void
setContextId
(UUID contextId) void
setCreatedAt
(String createdAt) void
setCreatorId
(UUID creatorId) void
setDatumId
(String datumId) void
void
void
setLabelCategoryId
(UUID labelCategoryId) void
setUpdatedAt
(String updatedAt) toString()
-
Constructor Details
-
ContextLabelOutputV1
public ContextLabelOutputV1()
-
-
Method Details
-
archived
-
getArchived
True if this context is archived, false otherwise- Returns:
- archived
-
setArchived
-
context
-
getContext
The content of context- Returns:
- context
-
setContext
-
contextId
-
getContextId
ID of the context- Returns:
- contextId
-
setContextId
-
createdAt
-
getCreatedAt
The time, as an ISO-8601 timestamp, when this context was created- Returns:
- createdAt
-
setCreatedAt
-
creatorId
-
getCreatorId
ID of the user that created this context- Returns:
- creatorId
-
setCreatorId
-
datumId
-
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
-
itemId
-
getItemId
ID of the Item that is associated with this context- Returns:
- itemId
-
setItemId
-
label
-
getLabel
The text of the label- Returns:
- label
-
setLabel
-
labelCategoryId
-
getLabelCategoryId
The ID of the label category- Returns:
- labelCategoryId
-
setLabelCategoryId
-
updatedAt
-
getUpdatedAt
The time, as an ISO-8601 timestamp, when this context was last updated- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-