final case class Verdict(submittingParties: Seq[String], submittingParticipantUid: String, verdict: VerdictResult, finalizationTime: Option[Timestamp], recordTime: Option[Timestamp], mediatorGroup: Int, views: Views, updateId: String) extends GeneratedMessage with Updatable[Verdict] with Product with Serializable

finalizationTime

the time of the finalization of the verdict, i.e.:

  • the nth response required to finalize the verdict
  • the sequencing time that determined the timeout of a request
recordTime

record time of the request

mediatorGroup

the mediator group of the mediator

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Verdict
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Verdict(submittingParties: Seq[String], submittingParticipantUid: String, verdict: VerdictResult, finalizationTime: Option[Timestamp], recordTime: Option[Timestamp], mediatorGroup: Int, views: Views, updateId: String)

    finalizationTime

    the time of the finalization of the verdict, i.e.:

    • the nth response required to finalize the verdict
    • the sequencing time that determined the timeout of a request
    recordTime

    record time of the request

    mediatorGroup

    the mediator group of the mediator

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. def addAllSubmittingParties(__vs: Iterable[String]): Verdict
  5. def addSubmittingParties(__vs: String*): Verdict
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearFinalizationTime: Verdict
  8. def clearRecordTime: Verdict
  9. def clearSubmittingParties: Verdict
  10. def clearViews: Verdict
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def companion: Verdict.type
    Definition Classes
    Verdict → GeneratedMessage
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val finalizationTime: Option[Timestamp]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Verdict → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Verdict → GeneratedMessage
  18. def getFinalizationTime: Timestamp
  19. def getRecordTime: Timestamp
  20. def getTransactionViews: TransactionViews
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val mediatorGroup: Int
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val recordTime: Option[Timestamp]
  28. def serializedSize: Int
    Definition Classes
    Verdict → GeneratedMessage
  29. val submittingParticipantUid: String
  30. val submittingParties: Seq[String]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  33. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  34. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  35. def toProtoString: String
    Definition Classes
    Verdict → GeneratedMessage
  36. def update(ms: (Lens[Verdict, Verdict]) => Mutation[Verdict]*): Verdict
    Definition Classes
    Updatable
  37. val updateId: String
  38. val verdict: VerdictResult
  39. val views: Views
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def withFinalizationTime(__v: Timestamp): Verdict
  44. def withMediatorGroup(__v: Int): Verdict
  45. def withRecordTime(__v: Timestamp): Verdict
  46. def withSubmittingParticipantUid(__v: String): Verdict
  47. def withSubmittingParties(__v: Seq[String]): Verdict
  48. def withTransactionViews(__v: TransactionViews): Verdict
  49. def withUpdateId(__v: String): Verdict
  50. def withVerdict(__v: VerdictResult): Verdict
  51. def withViews(__v: Views): Verdict
  52. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  53. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Verdict → GeneratedMessage
  54. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

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 Updatable[Verdict]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped