final case class EventAssign(event_offset: String, update_id: String, command_id: Option[String], workflow_id: Option[String], submitter: Option[String], contract_id: String, template_id: String, flat_event_witnesses: Set[String], create_argument: Array[Byte], create_signatories: Set[String], create_observers: Set[String], create_agreement_text: Option[String], create_key_value: Option[Array[Byte]], create_key_maintainers: Option[Set[String]], create_key_hash: Option[String], create_argument_compression: Option[Int], create_key_value_compression: Option[Int], event_sequential_id: Long, ledger_effective_time: Long, driver_metadata: Array[Byte], source_domain_id: String, target_domain_id: String, unassign_id: String, reassignment_counter: Long, trace_context: Array[Byte]) extends DbDto with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventAssign
- DbDto
- Serializable
- Product
- NeverEqualsOverride
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EventAssign(event_offset: String, update_id: String, command_id: Option[String], workflow_id: Option[String], submitter: Option[String], contract_id: String, template_id: String, flat_event_witnesses: Set[String], create_argument: Array[Byte], create_signatories: Set[String], create_observers: Set[String], create_agreement_text: Option[String], create_key_value: Option[Array[Byte]], create_key_maintainers: Option[Set[String]], create_key_hash: Option[String], create_argument_compression: Option[Int], create_key_value_compression: Option[Int], event_sequential_id: Long, ledger_effective_time: Long, driver_metadata: Array[Byte], source_domain_id: String, target_domain_id: String, unassign_id: String, reassignment_counter: Long, trace_context: Array[Byte])
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
- final def canEqual(o: Any): Boolean
- Definition Classes
- NeverEqualsOverride → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val command_id: Option[String]
- val contract_id: String
- val create_agreement_text: Option[String]
- val create_argument: Array[Byte]
- val create_argument_compression: Option[Int]
- val create_key_hash: Option[String]
- val create_key_maintainers: Option[Set[String]]
- val create_key_value: Option[Array[Byte]]
- val create_key_value_compression: Option[Int]
- val create_observers: Set[String]
- val create_signatories: Set[String]
- val driver_metadata: Array[Byte]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def equals(o: Any): Boolean
- Definition Classes
- NeverEqualsOverride → Equals → AnyRef → Any
- val event_offset: String
- val event_sequential_id: Long
- val flat_event_witnesses: Set[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val ledger_effective_time: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val reassignment_counter: Long
- val source_domain_id: String
- val submitter: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val target_domain_id: String
- val template_id: String
- val trace_context: Array[Byte]
- val unassign_id: String
- val update_id: String
- 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])
- val workflow_id: Option[String]