Package com.seeq.model
Class ContextOpaqueOutputV1
java.lang.Object
com.seeq.model.ContextOpaqueOutputV1
ContextOpaqueOutputV1
-
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 contextgetKey()
The identifier of the opaque contextThe time, as an ISO-8601 timestamp, when this context was last updatedint
hashCode()
void
setArchived
(Boolean archived) void
setContext
(String context) void
setContextId
(UUID contextId) void
setCreatedAt
(String createdAt) void
setCreatorId
(UUID creatorId) void
setDatumId
(String datumId) void
void
void
setUpdatedAt
(String updatedAt) toString()
-
Constructor Details
-
ContextOpaqueOutputV1
public ContextOpaqueOutputV1()
-
-
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
-
key
-
getKey
The identifier of the opaque context- Returns:
- key
-
setKey
-
updatedAt
-
getUpdatedAt
The time, as an ISO-8601 timestamp, when this context was last updated- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-