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()
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- Verdict
 - Updatable
 - GeneratedMessage
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-    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
-   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
 
 -  def addAllSubmittingParties(__vs: Iterable[String]): Verdict
 -  def addSubmittingParties(__vs: String*): Verdict
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  def clearFinalizationTime: Verdict
 -  def clearRecordTime: Verdict
 -  def clearSubmittingParties: Verdict
 -  def clearViews: Verdict
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -    def companion: Verdict.type
- Definition Classes
 - Verdict → GeneratedMessage
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  val finalizationTime: Option[Timestamp]
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def getField(__field: FieldDescriptor): PValue
- Definition Classes
 - Verdict → GeneratedMessage
 
 -    def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
 - Verdict → GeneratedMessage
 
 -  def getFinalizationTime: Timestamp
 -  def getRecordTime: Timestamp
 -  def getTransactionViews: TransactionViews
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  val mediatorGroup: Int
 -   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 recordTime: Option[Timestamp]
 -    def serializedSize: Int
- Definition Classes
 - Verdict → GeneratedMessage
 
 -  val submittingParticipantUid: String
 -  val submittingParties: Seq[String]
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -   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
 - Verdict → GeneratedMessage
 
 -    def update(ms: (Lens[Verdict, Verdict]) => Mutation[Verdict]*): Verdict
- Definition Classes
 - Updatable
 
 -  val updateId: String
 -  val verdict: VerdictResult
 -  val views: Views
 -   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])
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -  def withFinalizationTime(__v: Timestamp): Verdict
 -  def withMediatorGroup(__v: Int): Verdict
 -  def withRecordTime(__v: Timestamp): Verdict
 -  def withSubmittingParticipantUid(__v: String): Verdict
 -  def withSubmittingParties(__v: Seq[String]): Verdict
 -  def withTransactionViews(__v: TransactionViews): Verdict
 -  def withUpdateId(__v: String): Verdict
 -  def withVerdict(__v: VerdictResult): Verdict
 -  def withViews(__v: Views): Verdict
 -   final  def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage
 
 -    def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
 - Verdict → GeneratedMessage
 
 -   final  def writeTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage