c
com.digitalasset.canton.domain.admin.v0
ServiceAgreementAcceptance
Companion object ServiceAgreementAcceptance
final case class ServiceAgreementAcceptance(agreementId: String, participantId: String, signature: Option[Signature], timestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[ServiceAgreementAcceptance] with Product with Serializable
- signature
The signature by the participant when accepting the agreement as part of the auth token challenge response protocol
- timestamp
When the agreement was first accepted
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceAgreementAcceptance
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ServiceAgreementAcceptance(agreementId: String, participantId: String, signature: Option[Signature], timestamp: Option[Timestamp])
- signature
The signature by the participant when accepting the agreement as part of the auth token challenge response protocol
- timestamp
When the agreement was first accepted
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
- val agreementId: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearSignature: ServiceAgreementAcceptance
- def clearTimestamp: ServiceAgreementAcceptance
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def companion: ServiceAgreementAcceptance.type
- Definition Classes
- ServiceAgreementAcceptance → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ServiceAgreementAcceptance → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ServiceAgreementAcceptance → GeneratedMessage
- def getSignature: Signature
- def getTimestamp: Timestamp
- 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
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val participantId: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ServiceAgreementAcceptance → GeneratedMessage
- val signature: Option[Signature]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timestamp: Option[Timestamp]
- 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
- ServiceAgreementAcceptance → GeneratedMessage
- def update(ms: (Lens[ServiceAgreementAcceptance, ServiceAgreementAcceptance]) => Mutation[ServiceAgreementAcceptance]*): ServiceAgreementAcceptance
- 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 withAgreementId(__v: String): ServiceAgreementAcceptance
- def withParticipantId(__v: String): ServiceAgreementAcceptance
- def withSignature(__v: Signature): ServiceAgreementAcceptance
- def withTimestamp(__v: Timestamp): ServiceAgreementAcceptance
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ServiceAgreementAcceptance → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage