Packages

final case class CommandCompletion(completion_offset: Long, record_time: Long, publication_time: Long, user_id: String, submitters: Set[String], command_id: String, update_id: Option[String], rejection_status_code: Option[Int], rejection_status_message: Option[String], rejection_status_details: Option[Array[Byte]], submission_id: Option[String], deduplication_offset: Option[Long], deduplication_duration_seconds: Option[Long], deduplication_duration_nanos: Option[Int], synchronizer_id: String, message_uuid: Option[String], is_transaction: Boolean, trace_context: Array[Byte]) extends DbDto with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandCompletion
  2. DbDto
  3. Serializable
  4. Product
  5. NeverEqualsOverride
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CommandCompletion(completion_offset: Long, record_time: Long, publication_time: Long, user_id: String, submitters: Set[String], command_id: String, update_id: Option[String], rejection_status_code: Option[Int], rejection_status_message: Option[String], rejection_status_details: Option[Array[Byte]], submission_id: Option[String], deduplication_offset: Option[Long], deduplication_duration_seconds: Option[Long], deduplication_duration_nanos: Option[Int], synchronizer_id: String, message_uuid: Option[String], is_transaction: Boolean, trace_context: Array[Byte])

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def canEqual(o: Any): Boolean
    Definition Classes
    NeverEqualsOverride → Equals
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val command_id: String
  8. val completion_offset: Long
  9. val deduplication_duration_nanos: Option[Int]
  10. val deduplication_duration_seconds: Option[Long]
  11. val deduplication_offset: Option[Long]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def equals(o: Any): Boolean
    Definition Classes
    NeverEqualsOverride → Equals → AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val is_transaction: Boolean
  17. val message_uuid: Option[String]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. val publication_time: Long
  23. val record_time: Long
  24. val rejection_status_code: Option[Int]
  25. val rejection_status_details: Option[Array[Byte]]
  26. val rejection_status_message: Option[String]
  27. val submission_id: Option[String]
  28. val submitters: Set[String]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val synchronizer_id: String
  31. val trace_context: Array[Byte]
  32. val update_id: Option[String]
  33. val user_id: String
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 DbDto

Inherited from Serializable

Inherited from Product

Inherited from NeverEqualsOverride

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped