Package com.seeq.model
Class ContextOpaqueInputV1
java.lang.Object
com.seeq.model.ContextOpaqueInputV1
ContextOpaqueInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getData()
The data for this piece of context.If provided, the ID of a more specific aspect of the Item to associate with the opaque context, such as the ID of a capsulegetKey()
The identifier of the data.int
hashCode()
void
void
setDatumId
(String datumId) void
toString()
-
Constructor Details
-
ContextOpaqueInputV1
public ContextOpaqueInputV1()
-
-
Method Details
-
data
-
getData
The data for this piece of context. If the data is binary it must first be base64 encoded- Returns:
- data
-
setData
-
datumId
-
getDatumId
If provided, the ID of a more specific aspect of the Item to associate with the opaque context, such as the ID of a capsule- Returns:
- datumId
-
setDatumId
-
key
-
getKey
The identifier of the data. This will uniquely identify this piece of opaque context for a specific Item or datum- Returns:
- key
-
setKey
-
equals
-
hashCode
public int hashCode() -
toString
-