Class ContextOpaqueInputV1

java.lang.Object
com.seeq.model.ContextOpaqueInputV1

public class ContextOpaqueInputV1 extends Object
ContextOpaqueInputV1
  • Constructor Details

    • ContextOpaqueInputV1

      public ContextOpaqueInputV1()
  • Method Details

    • data

      public ContextOpaqueInputV1 data(String data)
    • getData

      public String getData()
      The data for this piece of context. If the data is binary it must first be base64 encoded
      Returns:
      data
    • setData

      public void setData(String data)
    • datumId

      public ContextOpaqueInputV1 datumId(String datumId)
    • getDatumId

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

      public void setDatumId(String datumId)
    • key

      public ContextOpaqueInputV1 key(String key)
    • getKey

      public String getKey()
      The identifier of the data. This will uniquely identify this piece of opaque context for a specific Item or datum
      Returns:
      key
    • setKey

      public void setKey(String key)
    • 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