final case class ActiveContractOld(synchronizerId: String, contract: Option[Contract], reassignmentCounter: Long) extends GeneratedMessage with Updatable[ActiveContractOld] with Product with Serializable
TODO(#24610) – Remove; replaced by the new ActiveContract that uses LAPI active contract Schema definition for the exported ACS snapshot
- synchronizerId
The ID of the synchronizer where the contract was assigned at the time of the export Required
- contract
The contract and its associated metadata Required
- reassignmentCounter
The number of times the contract has been reassigned at the time of the export Required
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActiveContractOld
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ActiveContractOld(synchronizerId: String, contract: Option[Contract], reassignmentCounter: Long)
- synchronizerId
The ID of the synchronizer where the contract was assigned at the time of the export Required
- contract
The contract and its associated metadata Required
- reassignmentCounter
The number of times the contract has been reassigned at the time of the export Required
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 clearContract: ActiveContractOld
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: ActiveContractOld.type
- Definition Classes
- ActiveContractOld → GeneratedMessage
- val contract: Option[Contract]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getContract: Contract
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ActiveContractOld → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ActiveContractOld → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val reassignmentCounter: Long
- def serializedSize: Int
- Definition Classes
- ActiveContractOld → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val synchronizerId: String
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- ActiveContractOld → GeneratedMessage
- def update(ms: (Lens[ActiveContractOld, ActiveContractOld]) => Mutation[ActiveContractOld]*): ActiveContractOld
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withContract(__v: Contract): ActiveContractOld
- def withReassignmentCounter(__v: Long): ActiveContractOld
- def withSynchronizerId(__v: String): ActiveContractOld
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ActiveContractOld → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage