final case class ProducedToken(placeId: Option[Long] = None, tokenId: Option[Long] = 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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProducedToken
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProducedToken(placeId: Option[Long] = None, tokenId: Option[Long] = None, count: Option[Int] = None, tokenData: Option[SerializedData] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearCount: ProducedToken
- def clearPlaceId: ProducedToken
- def clearTokenData: ProducedToken
- def clearTokenId: ProducedToken
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
companion: ProducedToken.type
- Definition Classes
- ProducedToken → GeneratedMessage
- val count: Option[Int]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAllFields: Map[FieldDescriptor, Any]
- Definition Classes
- GeneratedMessage
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getCount: Int
-
def
getField(__field: FieldDescriptor): Any
- Definition Classes
- ProducedToken → GeneratedMessage
- def getPlaceId: Long
- def getTokenData: SerializedData
- def getTokenId: Long
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeFrom(_input__: CodedInputStream): ProducedToken
- Definition Classes
- ProducedToken → Message
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val placeId: Option[Long]
-
final
def
serializedSize: Int
- Definition Classes
- ProducedToken → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
def
toString(): String
- Definition Classes
- ProducedToken → AnyRef → Any
- val tokenData: Option[SerializedData]
- val tokenId: Option[Long]
-
def
update(ms: (Lens[ProducedToken, ProducedToken]) ⇒ Mutation[ProducedToken]*): ProducedToken
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withCount(__v: Int): ProducedToken
- def withPlaceId(__v: Long): ProducedToken
- def withTokenData(__v: SerializedData): ProducedToken
- def withTokenId(__v: Long): ProducedToken
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ProducedToken → GeneratedMessage
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage