Packages

class Immutable extends Interaction

The default read-only implementation of Interaction. You typically should not need to directly reference this class; instead, use the Interaction.apply method to construct new instances.

Linear Supertypes
Interaction, Serializable, ValidatingThriftStruct[Interaction], HasThriftStructCodec3[Interaction], Product3[String, Option[String], Option[String]], scala.Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. Interaction
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product3
  7. Product
  8. Equals
  9. ThriftStruct
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Immutable(component: String, value: Option[String] = _root_.scala.None, atomId: Option[String] = _root_.scala.None)
  2. new Immutable(component: String, value: Option[String], atomId: Option[String], _passthroughFields: Map[Short, TFieldBlob])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _1: String
    Definition Classes
    Interaction → Product3
  5. def _2: Option[String]
    Definition Classes
    Interaction → Product3
  6. def _3: Option[String]
    Definition Classes
    Interaction → Product3
  7. def _codec: ValidatingThriftStructCodec3[Interaction]
    Definition Classes
    Interaction → ValidatingThriftStruct → HasThriftStructCodec3
  8. val _passthroughFields: Map[Short, TFieldBlob]
    Definition Classes
    ImmutableInteraction
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val atomId: Option[String]

    The id of the atom that the interaction has come from

    The id of the atom that the interaction has come from

    Definition Classes
    ImmutableInteraction
  11. def canEqual(other: Any): Boolean
    Definition Classes
    Interaction → Equals
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. val component: String

    Key for the interaction.

    Key for the interaction.

    Definition Classes
    ImmutableInteraction
  14. def copy(component: String = this.component, value: Option[String] = this.value, atomId: Option[String] = this.atomId, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Interaction
    Definition Classes
    Interaction
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean
    Definition Classes
    Interaction → Equals → AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Gets a field value encoded as a binary blob using TCompactProtocol.

    Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    Interaction
  20. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Definition Classes
    Interaction
  21. def hashCode(): Int
    Definition Classes
    Interaction → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productArity: Int
    Definition Classes
    Interaction → Product3 → Product
  27. def productElement(n: Int): Any
    Definition Classes
    Interaction → Product3 → Product
  28. def productIterator: Iterator[Any]
    Definition Classes
    Product
  29. def productPrefix: String
    Definition Classes
    Interaction → Product
  30. def setField(_blob: TFieldBlob): Interaction

    Sets a field using a TCompactProtocol-encoded binary blob.

    Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.

    Definition Classes
    Interaction
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    Interaction → AnyRef → Any
  33. def toTuple: (String, Option[String], Option[String])
    Definition Classes
    Interaction
  34. def unsetAtomId: Interaction
    Definition Classes
    Interaction
  35. def unsetComponent: Interaction

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    Interaction
  36. def unsetField(_fieldId: Short): Interaction

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    Interaction
  37. def unsetValue: Interaction
    Definition Classes
    Interaction
  38. val value: Option[String]

    Value associated with the interaction

    Value associated with the interaction

    Definition Classes
    ImmutableInteraction
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. def write(_oprot: TProtocol): Unit
    Definition Classes
    Interaction → ThriftStruct

Inherited from Interaction

Inherited from Serializable

Inherited from ValidatingThriftStruct[Interaction]

Inherited from HasThriftStructCodec3[Interaction]

Inherited from Product3[String, Option[String], Option[String]]

Inherited from scala.Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped