final case class SentAcsCommitment(interval: Option[Interval], destCounterParticipantUid: String, ownCommitment: Option[ByteString], receivedCommitment: Option[ByteString], state: SentCommitmentState) extends GeneratedMessage with Updatable[SentAcsCommitment] with Product with Serializable
- destCounterParticipantUid
the counter participant to whom we sent the commitment
- ownCommitment
own computed commitment sent to counter participant, unsigned because the admin trusts own participant's reply populated only if verbose mode is on
- receivedCommitment
commitment of the counter participant that was compared with own commitment, unsigned because the admin trusts own participant's reply populated only in case there is a mismatch and verbose mode is on might not correspond to the same interval as the sent commitment, however, the mismatch timestamp is the end of the returned interval
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- SentAcsCommitment
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SentAcsCommitment(interval: Option[Interval], destCounterParticipantUid: String, ownCommitment: Option[ByteString], receivedCommitment: Option[ByteString], state: SentCommitmentState)
- destCounterParticipantUid
the counter participant to whom we sent the commitment
- ownCommitment
own computed commitment sent to counter participant, unsigned because the admin trusts own participant's reply populated only if verbose mode is on
- receivedCommitment
commitment of the counter participant that was compared with own commitment, unsigned because the admin trusts own participant's reply populated only in case there is a mismatch and verbose mode is on might not correspond to the same interval as the sent commitment, however, the mismatch timestamp is the end of the returned interval
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
- def clearInterval: SentAcsCommitment
- def clearOwnCommitment: SentAcsCommitment
- def clearReceivedCommitment: SentAcsCommitment
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: SentAcsCommitment.type
- Definition Classes
- SentAcsCommitment → GeneratedMessage
- val destCounterParticipantUid: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SentAcsCommitment → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SentAcsCommitment → GeneratedMessage
- def getInterval: Interval
- def getOwnCommitment: ByteString
- def getReceivedCommitment: ByteString
- val interval: Option[Interval]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- val ownCommitment: Option[ByteString]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val receivedCommitment: Option[ByteString]
- def serializedSize: Int
- Definition Classes
- SentAcsCommitment → GeneratedMessage
- val state: SentCommitmentState
- 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
- SentAcsCommitment → GeneratedMessage
- def update(ms: (Lens[SentAcsCommitment, SentAcsCommitment]) => Mutation[SentAcsCommitment]*): SentAcsCommitment
- Definition Classes
- Updatable
- 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])
- def withDestCounterParticipantUid(__v: String): SentAcsCommitment
- def withInterval(__v: Interval): SentAcsCommitment
- def withOwnCommitment(__v: ByteString): SentAcsCommitment
- def withReceivedCommitment(__v: ByteString): SentAcsCommitment
- def withState(__v: SentCommitmentState): SentAcsCommitment
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SentAcsCommitment → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage