Class/Object

io.kagera.persistence.messages

ProducedToken

Related Docs: object ProducedToken | package messages

Permalink

final case class ProducedToken(placeId: Option[Int] = None, tokenId: Option[Int] = None, count: Option[Int] = None, tokenData: Option[SerializedData] = None) extends GeneratedMessage with Message[ProducedToken] with Updatable[ProducedToken] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ProducedToken], Message[ProducedToken], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProducedToken
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProducedToken(placeId: Option[Int] = None, tokenId: Option[Int] = None, count: Option[Int] = None, tokenData: Option[SerializedData] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearCount: ProducedToken

    Permalink
  6. def clearPlaceId: ProducedToken

    Permalink
  7. def clearTokenData: ProducedToken

    Permalink
  8. def clearTokenId: ProducedToken

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def companion: ProducedToken.type

    Permalink
    Definition Classes
    ProducedToken → GeneratedMessage
  11. val count: Option[Int]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAllFields: Seq[(FieldDescriptor, Any)]

    Permalink
    Definition Classes
    GeneratedMessage
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getCount: Int

    Permalink
  17. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    ProducedToken → GeneratedMessage
  18. def getPlaceId: Int

    Permalink
  19. def getTokenData: SerializedData

    Permalink
  20. def getTokenId: Int

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def mergeFrom(__input: CodedInputStream): ProducedToken

    Permalink
    Definition Classes
    ProducedToken → Message
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val placeId: Option[Int]

    Permalink
  27. lazy val serializedSize: Int

    Permalink
    Definition Classes
    ProducedToken → GeneratedMessage
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  30. val tokenData: Option[SerializedData]

    Permalink
  31. val tokenId: Option[Int]

    Permalink
  32. def update(ms: (Lens[ProducedToken, ProducedToken]) ⇒ Mutation[ProducedToken]*): ProducedToken

    Permalink
    Definition Classes
    Updatable
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withCount(__v: Int): ProducedToken

    Permalink
  37. def withPlaceId(__v: Int): ProducedToken

    Permalink
  38. def withTokenData(__v: SerializedData): ProducedToken

    Permalink
  39. def withTokenId(__v: Int): ProducedToken

    Permalink
  40. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  41. def writeTo(output: CodedOutputStream): Unit

    Permalink
    Definition Classes
    ProducedToken → GeneratedMessage
  42. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[ProducedToken]

Inherited from Message[ProducedToken]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped