final case class RawFatAssignEvent(reassignmentProperties: ReassignmentProperties, fatCreatedEventProperties: FatCreatedEventProperties, sourceSynchronizerId: String) extends RawAcsDeltaEvent with RawLedgerEffectsEvent with RawReassignmentEvent with FatCreatedEvent with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawFatAssignEvent
  2. FatCreatedEvent
  3. RawReassignmentEvent
  4. RawUpdateEvent
  5. RawLedgerEffectsEvent
  6. RawAcsDeltaEvent
  7. RawEvent
  8. Serializable
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RawFatAssignEvent(reassignmentProperties: ReassignmentProperties, fatCreatedEventProperties: FatCreatedEventProperties, sourceSynchronizerId: String)

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. final def acsDeltaForWitnesses: Boolean
    Definition Classes
    FatCreatedEvent
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def commandId: Option[String]
    Definition Classes
    RawUpdateEvent
  8. final def commonEventProperties: CommonEventProperties
    Definition Classes
    RawReassignmentEventRawEvent
  9. final def commonUpdateProperties: CommonUpdateProperties
    Definition Classes
    RawReassignmentEventRawUpdateEvent
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def eventSeqId: Long
    Definition Classes
    RawEvent
  12. final def fatContract: FatContract
    Definition Classes
    FatCreatedEvent
  13. val fatCreatedEventProperties: FatCreatedEventProperties
    Definition Classes
    RawFatAssignEventFatCreatedEvent
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def internalContractId: Long
    Definition Classes
    FatCreatedEvent
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def nodeId: Int
    Definition Classes
    RawEvent
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def offset: Long
    Definition Classes
    RawEvent
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. final def reassignmentCounter: Long
    Definition Classes
    RawReassignmentEvent
  24. final def reassignmentId: String
    Definition Classes
    RawReassignmentEvent
  25. val reassignmentProperties: ReassignmentProperties
  26. final def recordTime: Timestamp
    Definition Classes
    RawUpdateEvent
  27. final def representativePackageId: daml.lf.data.Ref.PackageId
    Definition Classes
    FatCreatedEvent
  28. val sourceSynchronizerId: String
  29. final def submitter: Option[String]
    Definition Classes
    RawReassignmentEvent
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. final def synchronizerId: String
    Definition Classes
    RawEvent
  32. def targetSynchronizerId: String
  33. final def templateId: FullIdentifier
    Definition Classes
    FatCreatedEventRawEvent
  34. final def traceContext: Array[Byte]
    Definition Classes
    RawUpdateEvent
  35. final def updateId: String
    Definition Classes
    RawUpdateEvent
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final val witnessParties: Set[String]
    Definition Classes
    FatCreatedEventRawEvent
  40. final def workflowId: Option[String]
    Definition Classes
    RawEvent

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from FatCreatedEvent

Inherited from RawReassignmentEvent

Inherited from RawUpdateEvent

Inherited from RawLedgerEffectsEvent

Inherited from RawAcsDeltaEvent

Inherited from RawEvent

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped