A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W 

S

ScheduleCleanup - class in net.corda.data.flow.event.mapper
 
ScheduleCleanup.Builder - class in net.corda.data.flow.event.mapper.ScheduleCleanup
RecordBuilder for ScheduleCleanup instances.
ScheduledTaskTrigger - class in net.corda.data.scheduler
 
ScheduledTaskTrigger.Builder - class in net.corda.data.scheduler.ScheduledTaskTrigger
RecordBuilder for ScheduledTaskTrigger instances.
SchemaLoadException - class in net.corda.data
 
SchemaProvider - class in net.corda.schema.common.provider
Provide the configuration schema files to client code, ensuring the load works under OSGi and non-OSGi.
SchemaProviderConfigFactory - class in net.corda.schema.configuration.provider
Factory for schema providers.
SchemaProviderConfigImpl - class in net.corda.schema.configuration.provider.impl
 
SchemaProviderCordappConfigFactory - class in net.corda.schema.cordapp.configuration.provider
Factory for schema providers.
SchemaProviderCordappConfigImpl - class in net.corda.schema.cordapp.configuration.provider.impl
 
Schemas - class in net.corda.schema
 
Schemas.AvroSchema - class in net.corda.schema.Schemas
Avro Schema Repository topic schema
Schemas.Certificates - class in net.corda.schema.Schemas
 
Schemas.Config - class in net.corda.schema.Schemas
Config read topic schema.
Schemas.Crypto - class in net.corda.schema.Schemas
Crypto topic schema.
Schemas.Flow - class in net.corda.schema.Schemas
Flow event topic schema.
Schemas.Membership - class in net.corda.schema.Schemas
Membership topic schema.
Schemas.P2P - class in net.corda.schema.Schemas
P2P topic schema.
Schemas.Permissions - class in net.corda.schema.Schemas
Permissions message schema.
Schemas.Persistence - class in net.corda.schema.Schemas
Persistence message schema.
Schemas.Rest - class in net.corda.schema.Schemas
Rest message schema.
Schemas.ScheduledTask - class in net.corda.schema.Schemas
 
Schemas.Services - class in net.corda.schema.Schemas
Corda services topic schema.
Schemas.UniquenessChecker - class in net.corda.schema.Schemas
Uniqueness checker schema.
Schemas.Verification - class in net.corda.schema.Schemas
Verification message schema.
Schemas.VirtualNode - class in net.corda.schema.Schemas
Virtual node schema.
SCHEME_CODE_NAME - enum entry in net.corda.data.crypto.wire.ops.rpc.queries.CryptoKeyOrderBy
 
SCHEME_CODE_NAME_DESC - enum entry in net.corda.data.crypto.wire.ops.rpc.queries.CryptoKeyOrderBy
 
SecureHash - class in net.corda.data.crypto
 
SecureHash - class in net.corda.v5.crypto
A cryptographically secure hash value, computed by a specified digest algorithm (DigestAlgorithmName).
SecureHash.Builder - class in net.corda.data.crypto.SecureHash
RecordBuilder for SecureHash instances.
SecureHashes - class in net.corda.data.crypto
List of secure hashes.
SecureHashes.Builder - class in net.corda.data.crypto.SecureHashes
RecordBuilder for SecureHashes instances.
send(java.lang.String,java.lang.String) - function in net.corda.v5.application.messaging.ExternalMessaging
Sends a message through a named channel.
send(java.lang.String,java.lang.String,java.lang.String) - function in net.corda.v5.application.messaging.ExternalMessaging
Sends a message with identifier through a named channel.
send(Object) - function in net.corda.v5.application.messaging.FlowSession
Queues the given payload for sending to getCounterparty and continues without suspending.
sendAll(Object,java.util.Set) - function in net.corda.v5.application.messaging.FlowMessaging
Queues the given payload for sending to the provided sessions and continues without waiting for a response.
sendAllMap(java.util.Map) - function in net.corda.v5.application.messaging.FlowMessaging
Queues the given payloads for sending to the provided sessions and continues without waiting for a response.
sendAndReceive(java.lang.Class,Object) - function in net.corda.v5.application.messaging.FlowSession
Serializes and queues the given payload object for sending to getCounterparty.
sendAndReceiveTransactionBuilder(net.corda.v5.ledger.utxo.transaction.UtxoTransactionBuilder,net.corda.v5.application.messaging.FlowSession) - function in net.corda.v5.ledger.utxo.UtxoLedgerService
Sends a transaction builder to another session, waits for the other side to propose transaction builder components, applies the proposed components to a copy of the original builder, and returns that new builder.
sendUpdatedTransactionBuilder(net.corda.v5.ledger.utxo.transaction.UtxoTransactionBuilder,net.corda.v5.application.messaging.FlowSession) - function in net.corda.v5.ledger.utxo.UtxoLedgerService
Sends the difference between the current transaction builder and the originally received one to another session with all dependent back chains.
SENT_TO_MGM - enum entry in net.corda.data.membership.common.RegistrationStatus
 
SENT_TO_MGM - enum entry in net.corda.data.membership.common.v2.RegistrationStatus
 
SentToMgmWaitingForNetwork - class in net.corda.data.membership.async.request
 
SentToMgmWaitingForNetwork.Builder - class in net.corda.data.membership.async.request.SentToMgmWaitingForNetwork
RecordBuilder for SentToMgmWaitingForNetwork instances.
SerializationCustomSerializer - class in net.corda.v5.serialization
Allows CorDapps to provide custom serializers for third-party libraries that cannot be recompiled with the -parameters flag rendering their classes natively serializable by Corda.
SerializationService - class in net.corda.v5.application.serialization
Allows flows to serialize and deserialize objects to/from byte arrays.
serialize(T,net.corda.v5.application.marshalling.json.JsonWriter) - function in net.corda.v5.application.marshalling.json.JsonSerializer
Method called when an object of type T should be serialized.
serialize(T) - function in net.corda.v5.application.serialization.SerializationService
Serializes the input obj.
SerializedBytes - class in net.corda.v5.serialization
A type safe wrapper around a byte array that contains a serialised object.
SessionClose - class in net.corda.data.flow.event.session
Sent to a counterparty to indicate that this party is ready to close the session.
SessionClose.Builder - class in net.corda.data.flow.event.session.SessionClose
RecordBuilder for SessionClose instances.
SessionConfirmation - class in net.corda.data.flow.state.waiting
 
SessionConfirmation.Builder - class in net.corda.data.flow.state.waiting.SessionConfirmation
RecordBuilder for SessionConfirmation instances.
SessionConfirmationType - class in net.corda.data.flow.state.waiting
 
SessionCounterpartyInfoRequest - class in net.corda.data.flow.event.session
Request counterparties flow session information.
SessionCounterpartyInfoRequest.Builder - class in net.corda.data.flow.event.session.SessionCounterpartyInfoRequest
RecordBuilder for SessionCounterpartyInfoRequest instances.
SessionCounterpartyInfoResponse - class in net.corda.data.flow.event.session
Sent from initiated to initiating party to inform them which protocol version of the flow they are running.
SessionCounterpartyInfoResponse.Builder - class in net.corda.data.flow.event.session.SessionCounterpartyInfoResponse
RecordBuilder for SessionCounterpartyInfoResponse instances.
SessionData - class in net.corda.data.flow.event.session
Data message sent between parties containing a serialized payload
SessionData - class in net.corda.data.flow.state.waiting
 
SessionData.Builder - class in net.corda.data.flow.event.session.SessionData
RecordBuilder for SessionData instances.
SessionData.Builder - class in net.corda.data.flow.state.waiting.SessionData
RecordBuilder for SessionData instances.
SessionError - class in net.corda.data.flow.event.session
Error message sent to counterparty to indicate a fatal error has occurred and both parties should abort the session
SessionError.Builder - class in net.corda.data.flow.event.session.SessionError
RecordBuilder for SessionError instances.
SessionEvent - class in net.corda.data.flow.event
Events sent to counterparties as part of a session
SessionEvent.Builder - class in net.corda.data.flow.event.SessionEvent
RecordBuilder for SessionEvent instances.
SessionInit - class in net.corda.data.flow.event.session
Message sent to a counterparty to initiate a session
SessionInit.Builder - class in net.corda.data.flow.event.session.SessionInit
RecordBuilder for SessionInit instances.
SessionPartitions - class in net.corda.data.p2p
 
SessionPartitions.Builder - class in net.corda.data.p2p.SessionPartitions
RecordBuilder for SessionPartitions instances.
SessionProcessState - class in net.corda.data.flow.state.session
 
SessionProcessState.Builder - class in net.corda.data.flow.state.session.SessionProcessState
RecordBuilder for SessionProcessState instances.
SessionState - class in net.corda.data.flow.state.session
 
SessionState.Builder - class in net.corda.data.flow.state.session.SessionState
RecordBuilder for SessionState instances.
SessionStateType - class in net.corda.data.flow.state.session
 
setAad(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader
Sets the value of the 'aad' field.
setAad(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader.Builder
Sets the value of the 'aad' field.
setAck(Object) - function in net.corda.data.p2p.MessageAck
Sets the value of the 'ack' field.
setAck(Object) - function in net.corda.data.p2p.MessageAck.Builder
Sets the value of the 'ack' field.
setActivatedMember(java.lang.String) - function in net.corda.data.membership.db.request.command.ActivateMember
Sets the value of the 'activatedMember' field.
setActivatedMember(java.lang.String) - function in net.corda.data.membership.db.request.command.ActivateMember.Builder
Sets the value of the 'activatedMember' field.
setActor(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeRequest
Sets the value of the 'actor' field.
setActor(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeRequest.Builder
Sets the value of the 'actor' field.
setAddress(java.lang.String) - function in net.corda.data.p2p.LinkOutHeader
Sets the value of the 'address' field.
setAddress(java.lang.String) - function in net.corda.data.p2p.LinkOutHeader.Builder
Sets the value of the 'address' field.
setAlgorithm(java.lang.String) - function in net.corda.data.crypto.SecureHash
Sets the value of the 'algorithm' field.
setAlgorithm(java.lang.String) - function in net.corda.data.crypto.SecureHash.Builder
Sets the value of the 'algorithm' field.
setAlias(java.lang.String) - function in net.corda.data.certificates.rpc.request.ImportCertificateRpcRequest
Sets the value of the 'alias' field.
setAlias(java.lang.String) - function in net.corda.data.certificates.rpc.request.ImportCertificateRpcRequest.Builder
Sets the value of the 'alias' field.
setAlias(java.lang.String) - function in net.corda.data.certificates.rpc.request.RetrieveCertificateRpcRequest
Sets the value of the 'alias' field.
setAlias(java.lang.String) - function in net.corda.data.certificates.rpc.request.RetrieveCertificateRpcRequest.Builder
Sets the value of the 'alias' field.
setAlias(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'alias' field.
setAlias(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'alias' field.
setAlias(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand
Sets the value of the 'alias' field.
setAlias(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand.Builder
Sets the value of the 'alias' field.
setAliases(java.util.List) - function in net.corda.data.certificates.rpc.response.ListCertificateAliasRpcResponse
Sets the value of the 'aliases' field.
setAliases(java.util.List) - function in net.corda.data.certificates.rpc.response.ListCertificateAliasRpcResponse.Builder
Sets the value of the 'aliases' field.
setAlternativeSessionKeysAndCerts(java.util.List) - function in net.corda.data.p2p.HostedIdentityEntry
Sets the value of the 'alternativeSessionKeysAndCerts' field.
setAlternativeSessionKeysAndCerts(java.util.List) - function in net.corda.data.p2p.HostedIdentityEntry.Builder
Sets the value of the 'alternativeSessionKeysAndCerts' field.
setAmount(net.corda.data.ledger.utxo.token.selection.data.TokenAmount) - function in net.corda.data.ledger.utxo.token.selection.data.Token
Sets the value of the 'amount' field.
setAmount(net.corda.data.ledger.utxo.token.selection.data.TokenAmount) - function in net.corda.data.ledger.utxo.token.selection.data.Token.Builder
Sets the value of the 'amount' field.
setAmountBuilder(net.corda.data.ledger.utxo.token.selection.data.TokenAmount.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.Token.Builder
Sets the Builder instance for the 'amount' field The amount of the token
setApprovedMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.event.registration.MemberRegistrationApproved
Sets the value of the 'approvedMember' field.
setApprovedMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.event.registration.MemberRegistrationApproved.Builder
Sets the value of the 'approvedMember' field.
setApprovedMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.event.registration.MemberRegistrationApproved.Builder
Sets the Builder instance for the 'approvedMember' field Holding identity of the member who was approved.
setAtEnd(boolean) - function in net.corda.data.packaging.CpiSegmentResponse
Sets the value of the 'atEnd' field.
setAtEnd(boolean) - function in net.corda.data.packaging.CpiSegmentResponse.Builder
Sets the value of the 'atEnd' field.
setAttributes(java.util.Map) - function in net.corda.data.packaging.CorDappManifest
Sets the value of the 'attributes' field.
setAttributes(java.util.Map) - function in net.corda.data.packaging.CorDappManifest.Builder
Sets the value of the 'attributes' field.
setAuthTag(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.AuthenticatedDataMessage
Sets the value of the 'authTag' field.
setAuthTag(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.AuthenticatedDataMessage.Builder
Sets the value of the 'authTag' field.
setAuthTag(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.AuthenticatedEncryptedDataMessage
Sets the value of the 'authTag' field.
setAuthTag(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.AuthenticatedEncryptedDataMessage.Builder
Sets the value of the 'authTag' field.
setAuthTag(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.InitiatorHandshakeMessage
Sets the value of the 'authTag' field.
setAuthTag(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.InitiatorHandshakeMessage.Builder
Sets the value of the 'authTag' field.
setAuthTag(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.ResponderHandshakeMessage
Sets the value of the 'authTag' field.
setAuthTag(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.ResponderHandshakeMessage.Builder
Sets the value of the 'authTag' field.
setAvailableBalance(net.corda.data.ledger.utxo.token.selection.data.TokenAmount) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQueryResult
Sets the value of the 'availableBalance' field.
setAvailableBalance(net.corda.data.ledger.utxo.token.selection.data.TokenAmount) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQueryResult.Builder
Sets the value of the 'availableBalance' field.
setAvailableBalanceBuilder(net.corda.data.ledger.utxo.token.selection.data.TokenAmount.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQueryResult.Builder
Sets the Builder instance for the 'availableBalance' field The balance of tokens that have not been spent nor claimed
setAvailableTokens(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.state.TokenPoolCacheState
Sets the value of the 'availableTokens' field.
setAvailableTokens(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.state.TokenPoolCacheState.Builder
Sets the value of the 'availableTokens' field.
setBlocksCompleted(int) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState
Sets the value of the 'blocksCompleted' field.
setBlocksCompleted(int) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState.Builder
Sets the value of the 'blocksCompleted' field.
setBloomFilter(net.corda.data.sync.BloomFilter) - function in net.corda.data.membership.p2p.MembershipSyncRequest
Sets the value of the 'bloomFilter' field.
setBloomFilter(net.corda.data.sync.BloomFilter) - function in net.corda.data.membership.p2p.MembershipSyncRequest.Builder
Sets the value of the 'bloomFilter' field.
setBloomFilterBuilder(net.corda.data.sync.BloomFilter.Builder) - function in net.corda.data.membership.p2p.MembershipSyncRequest.Builder
Sets the Builder instance for the 'bloomFilter' field Bloom filter to calculate missing MemberInfo entries.
setBundleSymbolicName(java.lang.String) - function in net.corda.data.packaging.CorDappManifest
Sets the value of the 'bundleSymbolicName' field.
setBundleSymbolicName(java.lang.String) - function in net.corda.data.packaging.CorDappManifest.Builder
Sets the value of the 'bundleSymbolicName' field.
setBundleVersion(java.lang.String) - function in net.corda.data.packaging.CorDappManifest
Sets the value of the 'bundleVersion' field.
setBundleVersion(java.lang.String) - function in net.corda.data.packaging.CorDappManifest.Builder
Sets the value of the 'bundleVersion' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.SecureHash
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.SecureHash.Builder
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignature
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignature.Builder
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignatureParameterSpec
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignatureParameterSpec.Builder
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignatureWithKey
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignatureWithKey.Builder
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand.Builder
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand
Sets the value of the 'bytes' field.
setBytes(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand.Builder
Sets the value of the 'bytes' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo.Builder
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.hsm.registration.commands.AssignHSMCommand
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.hsm.registration.commands.AssignHSMCommand.Builder
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.hsm.registration.commands.AssignSoftHSMCommand
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.hsm.registration.commands.AssignSoftHSMCommand.Builder
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.hsm.registration.queries.AssignedHSMQuery
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.hsm.registration.queries.AssignedHSMQuery.Builder
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.ops.flow.commands.GenerateFreshKeyFlowCommand
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.ops.flow.commands.GenerateFreshKeyFlowCommand.Builder
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateFreshKeyRpcCommand
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateFreshKeyRpcCommand.Builder
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand.Builder
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.queries.SupportedSchemesRpcQuery
Sets the value of the 'category' field.
setCategory(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.queries.SupportedSchemesRpcQuery.Builder
Sets the value of the 'category' field.
setCause(Object) - function in net.corda.data.membership.async.request.MembershipAsyncRequestState
Sets the value of the 'cause' field.
setCause(Object) - function in net.corda.data.membership.async.request.MembershipAsyncRequestState.Builder
Sets the value of the 'cause' field.
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaRuntimeException
Allows to set a Throwable as cause after constructing the exception object.
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaRuntimeException
Allows to set a Throwable as cause after constructing the exception object.
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setCause(java.lang.Throwable) - function in net.corda.v5.base.exceptions.CordaThrowable
Allows to set a Throwable as cause after constructing the exception object.
setCertificateIndex(int) - function in net.corda.data.p2p.gateway.certificates.Revoked
Sets the value of the 'certificateIndex' field.
setCertificateIndex(int) - function in net.corda.data.p2p.gateway.certificates.Revoked.Builder
Sets the value of the 'certificateIndex' field.
setCertificates(java.lang.String) - function in net.corda.data.certificates.rpc.request.ImportCertificateRpcRequest
Sets the value of the 'certificates' field.
setCertificates(java.lang.String) - function in net.corda.data.certificates.rpc.request.ImportCertificateRpcRequest.Builder
Sets the value of the 'certificates' field.
setCertificates(java.lang.String) - function in net.corda.data.certificates.rpc.response.CertificateRetrievalRpcResponse
Sets the value of the 'certificates' field.
setCertificates(java.lang.String) - function in net.corda.data.certificates.rpc.response.CertificateRetrievalRpcResponse.Builder
Sets the value of the 'certificates' field.
setCertificates(java.util.List) - function in net.corda.data.p2p.gateway.certificates.RevocationCheckRequest
Sets the value of the 'certificates' field.
setCertificates(java.util.List) - function in net.corda.data.p2p.gateway.certificates.RevocationCheckRequest.Builder
Sets the value of the 'certificates' field.
setChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.PermissionAssociation
Sets the value of the 'changeDetails' field.
setChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.PermissionAssociation.Builder
Sets the value of the 'changeDetails' field.
setChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.RoleAssociation
Sets the value of the 'changeDetails' field.
setChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.RoleAssociation.Builder
Sets the value of the 'changeDetails' field.
setChangeDetailsBuilder(net.corda.data.permissions.ChangeDetails.Builder) - function in net.corda.data.permissions.PermissionAssociation.Builder
Sets the Builder instance for the 'changeDetails' field
setChangeDetailsBuilder(net.corda.data.permissions.ChangeDetails.Builder) - function in net.corda.data.permissions.RoleAssociation.Builder
Sets the Builder instance for the 'changeDetails' field
setCheckpointStateKey(java.lang.String) - function in net.corda.data.flow.FlowTimeout
Sets the value of the 'checkpointStateKey' field.
setCheckpointStateKey(java.lang.String) - function in net.corda.data.flow.FlowTimeout.Builder
Sets the value of the 'checkpointStateKey' field.
setChecksum(net.corda.data.crypto.SecureHash) - function in net.corda.data.chunking.Chunk
Sets the value of the 'checksum' field.
setChecksum(net.corda.data.crypto.SecureHash) - function in net.corda.data.chunking.Chunk.Builder
Sets the value of the 'checksum' field.
setChecksum(net.corda.data.crypto.SecureHash) - function in net.corda.data.chunking.UploadStatus
Sets the value of the 'checksum' field.
setChecksum(net.corda.data.crypto.SecureHash) - function in net.corda.data.chunking.UploadStatus.Builder
Sets the value of the 'checksum' field.
setChecksumBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.chunking.Chunk.Builder
Sets the Builder instance for the 'checksum' field checksum of assembled chunks
setChecksumBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.chunking.UploadStatus.Builder
Sets the Builder instance for the 'checksum' field The checksum of the file that was uploaded that can be used to reference it.
setClaimedTokens(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaim
Sets the value of the 'claimedTokens' field.
setClaimedTokens(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaim.Builder
Sets the value of the 'claimedTokens' field.
setClaimedTokens(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQueryResult
Sets the value of the 'claimedTokens' field.
setClaimedTokens(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQueryResult.Builder
Sets the value of the 'claimedTokens' field.
setClaimedTokenStateRefs(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaim
Sets the value of the 'claimedTokenStateRefs' field.
setClaimedTokenStateRefs(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaim.Builder
Sets the value of the 'claimedTokenStateRefs' field.
setClaimId(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaim
Sets the value of the 'claimId' field.
setClaimId(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaim.Builder
Sets the value of the 'claimId' field.
setClaimId(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQueryResult
Sets the value of the 'claimId' field.
setClaimId(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQueryResult.Builder
Sets the value of the 'claimId' field.
setClaimId(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease
Sets the value of the 'claimId' field.
setClaimId(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease.Builder
Sets the value of the 'claimId' field.
setClaimId(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenForceClaimRelease
Sets the value of the 'claimId' field.
setClaimId(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenForceClaimRelease.Builder
Sets the value of the 'claimId' field.
setClaimTimestamp(java.lang.Long) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaim
Sets the value of the 'claimTimestamp' field.
setClaimTimestamp(java.lang.Long) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaim.Builder
Sets the value of the 'claimTimestamp' field.
setClassName(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSignatureParameterSpec
Sets the value of the 'className' field.
setClassName(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSignatureParameterSpec.Builder
Sets the value of the 'className' field.
setCodes(java.util.List) - function in net.corda.data.crypto.wire.CryptoKeySchemes
Sets the value of the 'codes' field.
setCodes(java.util.List) - function in net.corda.data.crypto.wire.CryptoKeySchemes.Builder
Sets the value of the 'codes' field.
setCommand(Object) - function in net.corda.data.membership.command.registration.RegistrationCommand
Sets the value of the 'command' field.
setCommand(Object) - function in net.corda.data.membership.command.registration.RegistrationCommand.Builder
Sets the value of the 'command' field.
setCommand(Object) - function in net.corda.data.membership.command.synchronisation.SynchronisationCommand
Sets the value of the 'command' field.
setCommand(Object) - function in net.corda.data.membership.command.synchronisation.SynchronisationCommand.Builder
Sets the value of the 'command' field.
setCommand(java.lang.String) - function in net.corda.data.membership.state.CompletedCommandMetadata
Sets the value of the 'command' field.
setCommand(java.lang.String) - function in net.corda.data.membership.state.CompletedCommandMetadata.Builder
Sets the value of the 'command' field.
setCommitTimestamp(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckResultSuccessAvro
Sets the value of the 'commitTimestamp' field.
setCommitTimestamp(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckResultSuccessAvro.Builder
Sets the value of the 'commitTimestamp' field.
setComplete(boolean) - function in net.corda.data.chunking.UploadStatus
Sets the value of the 'complete' field.
setComplete(boolean) - function in net.corda.data.chunking.UploadStatus.Builder
Sets the value of the 'complete' field.
setComponent(net.corda.data.p2p.markers.Component) - function in net.corda.data.p2p.markers.TtlExpiredMarker
Sets the value of the 'component' field.
setComponent(net.corda.data.p2p.markers.Component) - function in net.corda.data.p2p.markers.TtlExpiredMarker.Builder
Sets the value of the 'component' field.
setConfig(java.lang.String) - function in net.corda.data.config.ConfigurationManagementRequest
Sets the value of the 'config' field.
setConfig(java.lang.String) - function in net.corda.data.config.ConfigurationManagementRequest.Builder
Sets the value of the 'config' field.
setConfig(java.lang.String) - function in net.corda.data.config.ConfigurationManagementResponse
Sets the value of the 'config' field.
setConfig(java.lang.String) - function in net.corda.data.config.ConfigurationManagementResponse.Builder
Sets the value of the 'config' field.
setConflictingStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckResultInputStateConflictAvro
Sets the value of the 'conflictingStates' field.
setConflictingStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckResultInputStateConflictAvro.Builder
Sets the value of the 'conflictingStates' field.
setConflictingStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckResultReferenceStateConflictAvro
Sets the value of the 'conflictingStates' field.
setConflictingStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckResultReferenceStateConflictAvro.Builder
Sets the value of the 'conflictingStates' field.
setConsumedTokens(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenLedgerChange
Sets the value of the 'consumedTokens' field.
setConsumedTokens(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenLedgerChange.Builder
Sets the value of the 'consumedTokens' field.
setContext(net.corda.data.crypto.wire.CryptoRequestContext) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationRequest
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoRequestContext) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationRequest.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoResponseContext) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationResponse
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoResponseContext) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationResponse.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.hsm.registration.commands.AssignHSMCommand
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.hsm.registration.commands.AssignHSMCommand.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoRequestContext) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsRequest
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoRequestContext) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsRequest.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoResponseContext) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsResponse
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoResponseContext) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsResponse.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.flow.commands.GenerateFreshKeyFlowCommand
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.flow.commands.GenerateFreshKeyFlowCommand.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoRequestContext) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsRequest
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoRequestContext) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsRequest.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoResponseContext) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsResponse
Sets the value of the 'context' field.
setContext(net.corda.data.crypto.wire.CryptoResponseContext) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsResponse.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.commands.DeriveSharedSecretCommand
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.commands.DeriveSharedSecretCommand.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateFreshKeyRpcCommand
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateFreshKeyRpcCommand.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateWrappingKeyRpcCommand
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateWrappingKeyRpcCommand.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.async.request.RegistrationAsyncRequest
Sets the value of the 'context' field.
setContext(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.async.request.RegistrationAsyncRequest.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.membership.db.request.MembershipRequestContext) - function in net.corda.data.membership.db.request.MembershipPersistenceRequest
Sets the value of the 'context' field.
setContext(net.corda.data.membership.db.request.MembershipRequestContext) - function in net.corda.data.membership.db.request.MembershipPersistenceRequest.Builder
Sets the value of the 'context' field.
setContext(net.corda.data.membership.db.response.MembershipResponseContext) - function in net.corda.data.membership.db.response.MembershipPersistenceResponse
Sets the value of the 'context' field.
setContext(net.corda.data.membership.db.response.MembershipResponseContext) - function in net.corda.data.membership.db.response.MembershipPersistenceResponse.Builder
Sets the value of the 'context' field.
setContextBuilder(net.corda.data.crypto.wire.CryptoRequestContext.Builder) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationRequest.Builder
Sets the Builder instance for the 'context' field Request context, tenant id, timestamp, etc.
setContextBuilder(net.corda.data.crypto.wire.CryptoResponseContext.Builder) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationResponse.Builder
Sets the Builder instance for the 'context' field Response context, tenant id, timestamp, etc.
setContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.hsm.registration.commands.AssignHSMCommand.Builder
Sets the Builder instance for the 'context' field The optional key/value operation specific context
setContextBuilder(net.corda.data.crypto.wire.CryptoRequestContext.Builder) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsRequest.Builder
Sets the Builder instance for the 'context' field Request context, tenant id, timestamp, etc.
setContextBuilder(net.corda.data.crypto.wire.CryptoResponseContext.Builder) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsResponse.Builder
Sets the Builder instance for the 'context' field Response context, tenant id, timestamp, etc.
setContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.ops.flow.commands.GenerateFreshKeyFlowCommand.Builder
Sets the Builder instance for the 'context' field The optional key/value operation specific context.
setContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand.Builder
Sets the Builder instance for the 'context' field The optional key/value operation specific context.
setContextBuilder(net.corda.data.crypto.wire.CryptoRequestContext.Builder) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsRequest.Builder
Sets the Builder instance for the 'context' field Request context, tenant id, timestamp, etc.
setContextBuilder(net.corda.data.crypto.wire.CryptoResponseContext.Builder) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsResponse.Builder
Sets the Builder instance for the 'context' field Response context, tenant id, timestamp, etc.
setContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.ops.rpc.commands.DeriveSharedSecretCommand.Builder
Sets the Builder instance for the 'context' field The optional key/value operation specific context
setContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateFreshKeyRpcCommand.Builder
Sets the Builder instance for the 'context' field The optional key/value operation specific context.
setContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand.Builder
Sets the Builder instance for the 'context' field The optional key/value operation specific context
setContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateWrappingKeyRpcCommand.Builder
Sets the Builder instance for the 'context' field The optional key/value operation specific context.
setContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand.Builder
Sets the Builder instance for the 'context' field The optional key/value operation specific context
setContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.membership.async.request.RegistrationAsyncRequest.Builder
Sets the Builder instance for the 'context' field The member or MGM context required for on-boarding within a group.
setContextBuilder(net.corda.data.membership.db.request.MembershipRequestContext.Builder) - function in net.corda.data.membership.db.request.MembershipPersistenceRequest.Builder
Sets the Builder instance for the 'context' field Context for the given request
setContextBuilder(net.corda.data.membership.db.response.MembershipResponseContext.Builder) - function in net.corda.data.membership.db.response.MembershipPersistenceResponse.Builder
Sets the Builder instance for the 'context' field Context for the given request
setContextPlatformProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.FlowStartContext
Sets the value of the 'contextPlatformProperties' field.
setContextPlatformProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the value of the 'contextPlatformProperties' field.
setContextPlatformProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.event.session.SessionInit
Sets the value of the 'contextPlatformProperties' field.
setContextPlatformProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.event.session.SessionInit.Builder
Sets the value of the 'contextPlatformProperties' field.
setContextPlatformProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.state.checkpoint.FlowStackItem
Sets the value of the 'contextPlatformProperties' field.
setContextPlatformProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.state.checkpoint.FlowStackItem.Builder
Sets the value of the 'contextPlatformProperties' field.
setContextPlatformPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the Builder instance for the 'contextPlatformProperties' field A map of platform context properties made available to the flow which will also be propagated to sub flows, initiated flows and services, associating the entire end to end flow execution path with a notion of a context.
setContextPlatformPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.flow.event.session.SessionInit.Builder
Sets the Builder instance for the 'contextPlatformProperties' field A map of context platform properties made available to the flow which will also be propagated to sub flows, initiated flows and services
setContextPlatformPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.flow.state.checkpoint.FlowStackItem.Builder
Sets the Builder instance for the 'contextPlatformProperties' field The context platform properties associated with this level in the Flow stack.
setContextProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.event.external.ExternalEventContext
Sets the value of the 'contextProperties' field.
setContextProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.event.external.ExternalEventContext.Builder
Sets the value of the 'contextProperties' field.
setContextPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.flow.event.external.ExternalEventContext.Builder
Sets the Builder instance for the 'contextProperties' field The context properties of the issuing flow which the external processor can use as it wishes, for example to allow or disallow certain actions.
setContextSessionProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.event.SessionEvent
Sets the value of the 'contextSessionProperties' field.
setContextSessionProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the value of the 'contextSessionProperties' field.
setContextSessionPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the Builder instance for the 'contextSessionProperties' field A map of context properties received from a counterparty related to this flow session.
setContextUserProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.event.session.SessionInit
Sets the value of the 'contextUserProperties' field.
setContextUserProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.event.session.SessionInit.Builder
Sets the value of the 'contextUserProperties' field.
setContextUserProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.state.checkpoint.FlowStackItem
Sets the value of the 'contextUserProperties' field.
setContextUserProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.state.checkpoint.FlowStackItem.Builder
Sets the value of the 'contextUserProperties' field.
setContextUserPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.flow.event.session.SessionInit.Builder
Sets the Builder instance for the 'contextUserProperties' field A map of context user properties made available to the flow which will also be propagated to sub flows, initiated flows and services
setContextUserPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.flow.state.checkpoint.FlowStackItem.Builder
Sets the Builder instance for the 'contextUserProperties' field The context user properties associated with this level in the Flow stack.
setCorDappCertificates(java.util.List) - function in net.corda.data.packaging.CpkMetadata
Sets the value of the 'corDappCertificates' field.
setCorDappCertificates(java.util.List) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the value of the 'corDappCertificates' field.
setCorDappManifest(net.corda.data.packaging.CorDappManifest) - function in net.corda.data.packaging.CpkMetadata
Sets the value of the 'corDappManifest' field.
setCorDappManifest(net.corda.data.packaging.CorDappManifest) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the value of the 'corDappManifest' field.
setCorDappManifestBuilder(net.corda.data.packaging.CorDappManifest.Builder) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the Builder instance for the 'corDappManifest' field
setCorrelationKey(java.lang.String) - function in net.corda.data.messaging.RPCRequest
Sets the value of the 'correlationKey' field.
setCorrelationKey(java.lang.String) - function in net.corda.data.messaging.RPCRequest.Builder
Sets the value of the 'correlationKey' field.
setCorrelationKey(java.lang.String) - function in net.corda.data.messaging.RPCResponse
Sets the value of the 'correlationKey' field.
setCorrelationKey(java.lang.String) - function in net.corda.data.messaging.RPCResponse.Builder
Sets the value of the 'correlationKey' field.
setCounterpartyIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.state.session.SessionState
Sets the value of the 'counterpartyIdentity' field.
setCounterpartyIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the value of the 'counterpartyIdentity' field.
setCounterpartyIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the Builder instance for the 'counterpartyIdentity' field Identity of the counterparty in the session.
setCpiAllowlistHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.membership.p2p.MembershipSyncRequest
Sets the value of the 'cpiAllowlistHash' field.
setCpiAllowlistHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.membership.p2p.MembershipSyncRequest.Builder
Sets the value of the 'cpiAllowlistHash' field.
setCpiAllowlistHashBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.membership.p2p.MembershipSyncRequest.Builder
Sets the Builder instance for the 'cpiAllowlistHash' field The hash representation of the CpiVersions which are allowed on the member side.
setCpiFileChecksum(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest
Sets the value of the 'cpiFileChecksum' field.
setCpiFileChecksum(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest.Builder
Sets the value of the 'cpiFileChecksum' field.
setCpiFileChecksum(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'cpiFileChecksum' field.
setCpiFileChecksum(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'cpiFileChecksum' field.
setCpiFileChecksum(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeRequest
Sets the value of the 'cpiFileChecksum' field.
setCpiFileChecksum(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeRequest.Builder
Sets the value of the 'cpiFileChecksum' field.
setCpiFileChecksum(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'cpiFileChecksum' field.
setCpiFileChecksum(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'cpiFileChecksum' field.
setCpiId(java.lang.String) - function in net.corda.data.flow.FlowStartContext
Sets the value of the 'cpiId' field.
setCpiId(java.lang.String) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the value of the 'cpiId' field.
setCpiId(java.lang.String) - function in net.corda.data.flow.event.session.SessionInit
Sets the value of the 'cpiId' field.
setCpiId(java.lang.String) - function in net.corda.data.flow.event.session.SessionInit.Builder
Sets the value of the 'cpiId' field.
setCpiIdentifier(net.corda.data.packaging.CpiIdentifier) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'cpiIdentifier' field.
setCpiIdentifier(net.corda.data.packaging.CpiIdentifier) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'cpiIdentifier' field.
setCpiIdentifier(net.corda.data.packaging.CpiIdentifier) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'cpiIdentifier' field.
setCpiIdentifier(net.corda.data.packaging.CpiIdentifier) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'cpiIdentifier' field.
setCpiIdentifier(net.corda.data.packaging.CpiIdentifier) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'cpiIdentifier' field.
setCpiIdentifier(net.corda.data.packaging.CpiIdentifier) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'cpiIdentifier' field.
setCpiIdentifierBuilder(net.corda.data.packaging.CpiIdentifier.Builder) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the Builder instance for the 'cpiIdentifier' field
setCpiIdentifierBuilder(net.corda.data.packaging.CpiIdentifier.Builder) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the Builder instance for the 'cpiIdentifier' field
setCpiIdentifierBuilder(net.corda.data.packaging.CpiIdentifier.Builder) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the Builder instance for the 'cpiIdentifier' field
setCpkChecksum(net.corda.data.crypto.SecureHash) - function in net.corda.data.chunking.CpkChunkId
Sets the value of the 'cpkChecksum' field.
setCpkChecksum(net.corda.data.crypto.SecureHash) - function in net.corda.data.chunking.CpkChunkId.Builder
Sets the value of the 'cpkChecksum' field.
setCpkChecksumBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.chunking.CpkChunkId.Builder
Sets the Builder instance for the 'cpkChecksum' field CPK's checksum to which this chunk belongs to
setCpkChunkPartNumber(int) - function in net.corda.data.chunking.CpkChunkId
Sets the value of the 'cpkChunkPartNumber' field.
setCpkChunkPartNumber(int) - function in net.corda.data.chunking.CpkChunkId.Builder
Sets the value of the 'cpkChunkPartNumber' field.
setCpkFileHashes(java.util.List) - function in net.corda.data.flow.state.checkpoint.PipelineState
Sets the value of the 'cpkFileHashes' field.
setCpkFileHashes(java.util.List) - function in net.corda.data.flow.state.checkpoint.PipelineState.Builder
Sets the value of the 'cpkFileHashes' field.
setCpkMetadata(java.util.List) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest
Sets the value of the 'cpkMetadata' field.
setCpkMetadata(java.util.List) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest.Builder
Sets the value of the 'cpkMetadata' field.
setCpks(java.util.List) - function in net.corda.data.packaging.CpiMetadata
Sets the value of the 'cpks' field.
setCpks(java.util.List) - function in net.corda.data.packaging.CpiMetadata.Builder
Sets the value of the 'cpks' field.
setCreated(java.time.Instant) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'created' field.
setCreated(java.time.Instant) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'created' field.
setCreatedTimestamp(java.time.Instant) - function in net.corda.data.flow.FlowStartContext
Sets the value of the 'createdTimestamp' field.
setCreatedTimestamp(java.time.Instant) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the value of the 'createdTimestamp' field.
setCreatedTimestamp(java.time.Instant) - function in net.corda.data.flow.output.FlowStatus
Sets the value of the 'createdTimestamp' field.
setCreatedTimestamp(java.time.Instant) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the value of the 'createdTimestamp' field.
setCreatedTimestampLimit(java.time.Instant) - function in net.corda.v5.ledger.utxo.query.VaultNamedParameterizedQuery
Sets the timestamp limit for the query.
setCreationRemark(java.lang.String) - function in net.corda.data.membership.preauth.PreAuthToken
Sets the value of the 'creationRemark' field.
setCreationRemark(java.lang.String) - function in net.corda.data.membership.preauth.PreAuthToken.Builder
Sets the value of the 'creationRemark' field.
setCryptoDdlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest
Sets the value of the 'cryptoDdlConnection' field.
setCryptoDdlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest.Builder
Sets the value of the 'cryptoDdlConnection' field.
setCryptoDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'cryptoDdlConnectionId' field.
setCryptoDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'cryptoDdlConnectionId' field.
setCryptoDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'cryptoDdlConnectionId' field.
setCryptoDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'cryptoDdlConnectionId' field.
setCryptoDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'cryptoDdlConnectionId' field.
setCryptoDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'cryptoDdlConnectionId' field.
setCryptoDmlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest
Sets the value of the 'cryptoDmlConnection' field.
setCryptoDmlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest.Builder
Sets the value of the 'cryptoDmlConnection' field.
setCryptoDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'cryptoDmlConnectionId' field.
setCryptoDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'cryptoDmlConnectionId' field.
setCryptoDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'cryptoDmlConnectionId' field.
setCryptoDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'cryptoDmlConnectionId' field.
setCryptoDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'cryptoDmlConnectionId' field.
setCryptoDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'cryptoDmlConnectionId' field.
setCurrentPage(int) - function in net.corda.data.membership.p2p.MembershipPackage
Sets the value of the 'currentPage' field.
setCurrentPage(int) - function in net.corda.data.membership.p2p.MembershipPackage.Builder
Sets the value of the 'currentPage' field.
setCustomDigestName(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSignatureSpec
Sets the value of the 'customDigestName' field.
setCustomDigestName(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSignatureSpec.Builder
Sets the value of the 'customDigestName' field.
setCustomState(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.state.checkpoint.Checkpoint
Sets the value of the 'customState' field.
setCustomState(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.state.checkpoint.Checkpoint.Builder
Sets the value of the 'customState' field.
setCustomStateBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.flow.state.checkpoint.Checkpoint.Builder
Sets the Builder instance for the 'customState' field Internal storage for pipeline extensions.
setData(java.nio.ByteBuffer) - function in net.corda.data.chunking.Chunk
Sets the value of the 'data' field.
setData(java.nio.ByteBuffer) - function in net.corda.data.chunking.Chunk.Builder
Sets the value of the 'data' field.
setData(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.UtxoTransactionOutput
Sets the value of the 'data' field.
setData(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.UtxoTransactionOutput.Builder
Sets the value of the 'data' field.
setData(java.nio.ByteBuffer) - function in net.corda.data.membership.SignedData
Sets the value of the 'data' field.
setData(java.nio.ByteBuffer) - function in net.corda.data.membership.SignedData.Builder
Sets the value of the 'data' field.
setDeclinedMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.event.registration.MemberRegistrationDeclined
Sets the value of the 'declinedMember' field.
setDeclinedMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.event.registration.MemberRegistrationDeclined.Builder
Sets the value of the 'declinedMember' field.
setDeclinedMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.event.registration.MemberRegistrationDeclined.Builder
Sets the Builder instance for the 'declinedMember' field Holding identity of the member who was declined.
setDeprecatedAt(long) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo
Sets the value of the 'deprecatedAt' field.
setDeprecatedAt(long) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo.Builder
Sets the value of the 'deprecatedAt' field.
setDestination(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.member.ProcessMemberVerificationRequest
Sets the value of the 'destination' field.
setDestination(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.member.ProcessMemberVerificationRequest.Builder
Sets the value of the 'destination' field.
setDestination(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader
Sets the value of the 'destination' field.
setDestination(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader.Builder
Sets the value of the 'destination' field.
setDestination(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader
Sets the value of the 'destination' field.
setDestination(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader.Builder
Sets the value of the 'destination' field.
setDestinationBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.command.registration.member.ProcessMemberVerificationRequest.Builder
Sets the Builder instance for the 'destination' field Holding identity of the member who needs to be verified.
setDestinationBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader.Builder
Sets the Builder instance for the 'destination' field The destination identity for this message.
setDestinationBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader.Builder
Sets the Builder instance for the 'destination' field The destination identity for this message.
setDestinationIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.LinkOutHeader
Sets the value of the 'destinationIdentity' field.
setDestinationIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.LinkOutHeader.Builder
Sets the value of the 'destinationIdentity' field.
setDestinationIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.p2p.LinkOutHeader.Builder
Sets the Builder instance for the 'destinationIdentity' field The destination identity (x500 name + group ID)
setDestinationNetworkType(net.corda.data.p2p.NetworkType) - function in net.corda.data.p2p.LinkOutHeader
Sets the value of the 'destinationNetworkType' field.
setDestinationNetworkType(net.corda.data.p2p.NetworkType) - function in net.corda.data.p2p.LinkOutHeader.Builder
Sets the value of the 'destinationNetworkType' field.
setDistributionMetaData(net.corda.data.membership.p2p.DistributionMetaData) - function in net.corda.data.membership.p2p.MembershipPackage
Sets the value of the 'distributionMetaData' field.
setDistributionMetaData(net.corda.data.membership.p2p.DistributionMetaData) - function in net.corda.data.membership.p2p.MembershipPackage.Builder
Sets the value of the 'distributionMetaData' field.
setDistributionMetaData(net.corda.data.membership.p2p.DistributionMetaData) - function in net.corda.data.membership.p2p.MembershipSyncRequest
Sets the value of the 'distributionMetaData' field.
setDistributionMetaData(net.corda.data.membership.p2p.DistributionMetaData) - function in net.corda.data.membership.p2p.MembershipSyncRequest.Builder
Sets the value of the 'distributionMetaData' field.
setDistributionMetaDataBuilder(net.corda.data.membership.p2p.DistributionMetaData.Builder) - function in net.corda.data.membership.p2p.MembershipPackage.Builder
Sets the Builder instance for the 'distributionMetaData' field Basic information about the data distribution, can also be a response to a sync.
setDistributionMetaDataBuilder(net.corda.data.membership.p2p.DistributionMetaData.Builder) - function in net.corda.data.membership.p2p.MembershipSyncRequest.Builder
Sets the Builder instance for the 'distributionMetaData' field Basic information about the request.
setDistributionType(net.corda.data.membership.p2p.DistributionType) - function in net.corda.data.membership.p2p.MembershipPackage
Sets the value of the 'distributionType' field.
setDistributionType(net.corda.data.membership.p2p.DistributionType) - function in net.corda.data.membership.p2p.MembershipPackage.Builder
Sets the value of the 'distributionType' field.
setEnabled(boolean) - function in net.corda.data.permissions.User
Sets the value of the 'enabled' field.
setEnabled(boolean) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'enabled' field.
setEnabled(boolean) - function in net.corda.data.permissions.management.user.CreateUserRequest
Sets the value of the 'enabled' field.
setEnabled(boolean) - function in net.corda.data.permissions.management.user.CreateUserRequest.Builder
Sets the value of the 'enabled' field.
setEnabled(boolean) - function in net.corda.data.permissions.summary.UserPermissionSummary
Sets the value of the 'enabled' field.
setEnabled(boolean) - function in net.corda.data.permissions.summary.UserPermissionSummary.Builder
Sets the value of the 'enabled' field.
setEncodingVersion(java.lang.Integer) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'encodingVersion' field.
setEncodingVersion(java.lang.Integer) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'encodingVersion' field.
setEncryptedData(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.InitiatorHandshakeMessage
Sets the value of the 'encryptedData' field.
setEncryptedData(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.InitiatorHandshakeMessage.Builder
Sets the value of the 'encryptedData' field.
setEncryptedData(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.ResponderHandshakeMessage
Sets the value of the 'encryptedData' field.
setEncryptedData(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.ResponderHandshakeMessage.Builder
Sets the value of the 'encryptedData' field.
setEncryptedPayload(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.AuthenticatedEncryptedDataMessage
Sets the value of the 'encryptedPayload' field.
setEncryptedPayload(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.AuthenticatedEncryptedDataMessage.Builder
Sets the value of the 'encryptedPayload' field.
setEntities(java.util.List) - function in net.corda.data.persistence.DeleteEntities
Sets the value of the 'entities' field.
setEntities(java.util.List) - function in net.corda.data.persistence.DeleteEntities.Builder
Sets the value of the 'entities' field.
setEntities(java.util.List) - function in net.corda.data.persistence.MergeEntities
Sets the value of the 'entities' field.
setEntities(java.util.List) - function in net.corda.data.persistence.MergeEntities.Builder
Sets the value of the 'entities' field.
setEntities(java.util.List) - function in net.corda.data.persistence.PersistEntities
Sets the value of the 'entities' field.
setEntities(java.util.List) - function in net.corda.data.persistence.PersistEntities.Builder
Sets the value of the 'entities' field.
setEntityClassName(java.lang.String) - function in net.corda.data.persistence.DeleteEntitiesById
Sets the value of the 'entityClassName' field.
setEntityClassName(java.lang.String) - function in net.corda.data.persistence.DeleteEntitiesById.Builder
Sets the value of the 'entityClassName' field.
setEntityClassName(java.lang.String) - function in net.corda.data.persistence.FindAll
Sets the value of the 'entityClassName' field.
setEntityClassName(java.lang.String) - function in net.corda.data.persistence.FindAll.Builder
Sets the value of the 'entityClassName' field.
setEntityClassName(java.lang.String) - function in net.corda.data.persistence.FindEntities
Sets the value of the 'entityClassName' field.
setEntityClassName(java.lang.String) - function in net.corda.data.persistence.FindEntities.Builder
Sets the value of the 'entityClassName' field.
setError(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.event.WakeUpWithException
Sets the value of the 'error' field.
setError(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.event.WakeUpWithException.Builder
Sets the value of the 'error' field.
setError(net.corda.data.flow.event.external.ExternalEventResponseError) - function in net.corda.data.flow.event.external.ExternalEventResponse
Sets the value of the 'error' field.
setError(net.corda.data.flow.event.external.ExternalEventResponseError) - function in net.corda.data.flow.event.external.ExternalEventResponse.Builder
Sets the value of the 'error' field.
setError(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.output.FlowStatus
Sets the value of the 'error' field.
setError(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the value of the 'error' field.
setError(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.state.checkpoint.RetryState
Sets the value of the 'error' field.
setError(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.state.checkpoint.RetryState.Builder
Sets the value of the 'error' field.
setErrorBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.flow.event.WakeUpWithException.Builder
Sets the Builder instance for the 'error' field The error to be thrown back to the user code
setErrorBuilder(net.corda.data.flow.event.external.ExternalEventResponseError.Builder) - function in net.corda.data.flow.event.external.ExternalEventResponse.Builder
Sets the Builder instance for the 'error' field The ExternalEventResponseError representing an error that occurred when processing the incoming external event request.
setErrorBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the Builder instance for the 'error' field Optional error message, this will be set if the flow status is 'FAILED'
setErrorBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.flow.state.checkpoint.RetryState.Builder
Sets the Builder instance for the 'error' field The original error that caused the retry
setErrorKind(net.corda.data.membership.db.response.query.ErrorKind) - function in net.corda.data.membership.db.response.query.PersistenceFailedResponse
Sets the value of the 'errorKind' field.
setErrorKind(net.corda.data.membership.db.response.query.ErrorKind) - function in net.corda.data.membership.db.response.query.PersistenceFailedResponse.Builder
Sets the value of the 'errorKind' field.
setErrorMessage(java.lang.String) - function in net.corda.data.ExceptionEnvelope
Sets the value of the 'errorMessage' field.
setErrorMessage(java.lang.String) - function in net.corda.data.ExceptionEnvelope.Builder
Sets the value of the 'errorMessage' field.
setErrorMessage(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.event.session.SessionError
Sets the value of the 'errorMessage' field.
setErrorMessage(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.event.session.SessionError.Builder
Sets the value of the 'errorMessage' field.
setErrorMessage(java.lang.String) - function in net.corda.data.membership.db.response.query.PersistenceFailedResponse
Sets the value of the 'errorMessage' field.
setErrorMessage(java.lang.String) - function in net.corda.data.membership.db.response.query.PersistenceFailedResponse.Builder
Sets the value of the 'errorMessage' field.
setErrorMessageBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.flow.event.session.SessionError.Builder
Sets the Builder instance for the 'errorMessage' field
setErrors(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus
Sets the value of the 'errors' field.
setErrors(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus.Builder
Sets the value of the 'errors' field.
setErrorText(java.lang.String) - function in net.corda.data.uniqueness.UniquenessCheckResultMalformedRequestAvro
Sets the value of the 'errorText' field.
setErrorText(java.lang.String) - function in net.corda.data.uniqueness.UniquenessCheckResultMalformedRequestAvro.Builder
Sets the value of the 'errorText' field.
setErrorType(java.lang.String) - function in net.corda.data.ExceptionEnvelope
Sets the value of the 'errorType' field.
setErrorType(java.lang.String) - function in net.corda.data.ExceptionEnvelope.Builder
Sets the value of the 'errorType' field.
setErrorType(net.corda.data.flow.event.external.ExternalEventResponseErrorType) - function in net.corda.data.flow.event.external.ExternalEventResponseError
Sets the value of the 'errorType' field.
setErrorType(net.corda.data.flow.event.external.ExternalEventResponseErrorType) - function in net.corda.data.flow.event.external.ExternalEventResponseError.Builder
Sets the value of the 'errorType' field.
setEvaluationTimestamp(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckResultTimeWindowOutOfBoundsAvro
Sets the value of the 'evaluationTimestamp' field.
setEvaluationTimestamp(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckResultTimeWindowOutOfBoundsAvro.Builder
Sets the value of the 'evaluationTimestamp' field.
setEvent(Object) - function in net.corda.data.deadletter.StateAndEventDeadLetterRecord
Sets the value of the 'event' field.
setEvent(Object) - function in net.corda.data.deadletter.StateAndEventDeadLetterRecord.Builder
Sets the value of the 'event' field.
setEvent(Object) - function in net.corda.data.membership.event.MembershipEvent
Sets the value of the 'event' field.
setEvent(Object) - function in net.corda.data.membership.event.MembershipEvent.Builder
Sets the value of the 'event' field.
setEventToSend(net.corda.data.flow.event.external.ExternalEvent) - function in net.corda.data.flow.state.external.ExternalEventState
Sets the value of the 'eventToSend' field.
setEventToSend(net.corda.data.flow.event.external.ExternalEvent) - function in net.corda.data.flow.state.external.ExternalEventState.Builder
Sets the value of the 'eventToSend' field.
setEventToSendBuilder(net.corda.data.flow.event.external.ExternalEvent.Builder) - function in net.corda.data.flow.state.external.ExternalEventState.Builder
Sets the Builder instance for the 'eventToSend' field The event to send
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.chunking.UploadStatus
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.chunking.UploadStatus.Builder
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.config.ConfigurationManagementResponse
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.config.ConfigurationManagementResponse.Builder
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsResponse
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsResponse.Builder
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.event.external.ExternalEventResponseError
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.event.external.ExternalEventResponseError.Builder
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.state.external.ExternalEventStateStatus
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.state.external.ExternalEventStateStatus.Builder
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.uniqueness.UniquenessCheckResultUnhandledExceptionAvro
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.uniqueness.UniquenessCheckResultUnhandledExceptionAvro.Builder
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.virtualnode.VirtualNodeManagementResponseFailure
Sets the value of the 'exception' field.
setException(net.corda.data.ExceptionEnvelope) - function in net.corda.data.virtualnode.VirtualNodeManagementResponseFailure.Builder
Sets the value of the 'exception' field.
setExceptionBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.chunking.UploadStatus.Builder
Sets the Builder instance for the 'exception' field cause of failure if the request was unsuccessful
setExceptionBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.config.ConfigurationManagementResponse.Builder
Sets the Builder instance for the 'exception' field The cause of failure if the request was unsuccessful.
setExceptionBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsResponse.Builder
Sets the Builder instance for the 'exception' field Exception information
setExceptionBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.flow.event.external.ExternalEventResponseError.Builder
Sets the Builder instance for the 'exception' field Exception information
setExceptionBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.flow.state.external.ExternalEventStateStatus.Builder
Sets the Builder instance for the 'exception' field Exception information
setExceptionBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.uniqueness.UniquenessCheckResultUnhandledExceptionAvro.Builder
Sets the Builder instance for the 'exception' field
setExceptionBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.virtualnode.VirtualNodeManagementResponseFailure.Builder
Sets the Builder instance for the 'exception' field Exception information
setExpiryTime(long) - function in net.corda.data.flow.event.mapper.ScheduleCleanup
Sets the value of the 'expiryTime' field.
setExpiryTime(long) - function in net.corda.data.flow.event.mapper.ScheduleCleanup.Builder
Sets the value of the 'expiryTime' field.
setExpiryTime(java.lang.Long) - function in net.corda.data.flow.state.mapper.FlowMapperState
Sets the value of the 'expiryTime' field.
setExpiryTime(java.lang.Long) - function in net.corda.data.flow.state.mapper.FlowMapperState.Builder
Sets the value of the 'expiryTime' field.
setExternalChannelsConfig(java.lang.String) - function in net.corda.data.packaging.CpkMetadata
Sets the value of the 'externalChannelsConfig' field.
setExternalChannelsConfig(java.lang.String) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the value of the 'externalChannelsConfig' field.
setExternalEventState(net.corda.data.flow.state.external.ExternalEventState) - function in net.corda.data.flow.state.checkpoint.FlowState
Sets the value of the 'externalEventState' field.
setExternalEventState(net.corda.data.flow.state.external.ExternalEventState) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the value of the 'externalEventState' field.
setExternalEventStateBuilder(net.corda.data.flow.state.external.ExternalEventState.Builder) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the Builder instance for the 'externalEventState' field Active external event request.
setExternalId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'externalId' field.
setExternalId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'externalId' field.
setExternalId(java.lang.String) - function in net.corda.data.crypto.wire.ops.flow.commands.GenerateFreshKeyFlowCommand
Sets the value of the 'externalId' field.
setExternalId(java.lang.String) - function in net.corda.data.crypto.wire.ops.flow.commands.GenerateFreshKeyFlowCommand.Builder
Sets the value of the 'externalId' field.
setExternalId(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateFreshKeyRpcCommand
Sets the value of the 'externalId' field.
setExternalId(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateFreshKeyRpcCommand.Builder
Sets the value of the 'externalId' field.
setExternalId(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand
Sets the value of the 'externalId' field.
setExternalId(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand.Builder
Sets the value of the 'externalId' field.
setExternalMessagingRouteConfig(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'externalMessagingRouteConfig' field.
setExternalMessagingRouteConfig(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'externalMessagingRouteConfig' field.
setExtraField(java.lang.String) - function in net.corda.data.test.EvolvedMessage
Sets the value of the 'extra_field' field.
setExtraField(java.lang.String) - function in net.corda.data.test.EvolvedMessage.Builder
Sets the value of the 'extra_field' field.
setFactoryClassName(java.lang.String) - function in net.corda.data.flow.state.external.ExternalEventState
Sets the value of the 'factoryClassName' field.
setFactoryClassName(java.lang.String) - function in net.corda.data.flow.state.external.ExternalEventState.Builder
Sets the value of the 'factoryClassName' field.
setFailedEvent(net.corda.data.flow.event.FlowEvent) - function in net.corda.data.flow.state.checkpoint.RetryState
Sets the value of the 'failedEvent' field.
setFailedEvent(net.corda.data.flow.event.FlowEvent) - function in net.corda.data.flow.state.checkpoint.RetryState.Builder
Sets the value of the 'failedEvent' field.
setFailedEventBuilder(net.corda.data.flow.event.FlowEvent.Builder) - function in net.corda.data.flow.state.checkpoint.RetryState.Builder
Sets the Builder instance for the 'failedEvent' field Copy of the event that caused the failure
setFailIfExists(boolean) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateWrappingKeyRpcCommand
Sets the value of the 'failIfExists' field.
setFailIfExists(boolean) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateWrappingKeyRpcCommand.Builder
Sets the value of the 'failIfExists' field.
setFiber(java.nio.ByteBuffer) - function in net.corda.data.flow.state.checkpoint.FlowState
Sets the value of the 'fiber' field.
setFiber(java.nio.ByteBuffer) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the value of the 'fiber' field.
setFileChecksum(java.lang.String) - function in net.corda.ledger.utxo.verification.CordaPackageSummary
Sets the value of the 'fileChecksum' field.
setFileChecksum(java.lang.String) - function in net.corda.ledger.utxo.verification.CordaPackageSummary.Builder
Sets the value of the 'fileChecksum' field.
setFilter(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.queries.KeysRpcQuery
Sets the value of the 'filter' field.
setFilter(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.ops.rpc.queries.KeysRpcQuery.Builder
Sets the value of the 'filter' field.
setFilterBits(java.nio.ByteBuffer) - function in net.corda.data.sync.BloomFilter
Sets the value of the 'filterBits' field.
setFilterBits(java.nio.ByteBuffer) - function in net.corda.data.sync.BloomFilter.Builder
Sets the value of the 'filterBits' field.
setFilterBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.ops.rpc.queries.KeysRpcQuery.Builder
Sets the Builder instance for the 'filter' field Filter key-values such as category, schemeCodeName, alias, masterKeyAlias, createdAfter, createdBefore.
setFilterLength(int) - function in net.corda.data.sync.BloomFilter
Sets the value of the 'filterLength' field.
setFilterLength(int) - function in net.corda.data.sync.BloomFilter.Builder
Sets the value of the 'filterLength' field.
setFingerprint(net.corda.data.Fingerprint) - function in net.corda.data.AvroEnvelope
Sets the value of the 'fingerprint' field.
setFingerprint(net.corda.data.Fingerprint) - function in net.corda.data.AvroEnvelope.Builder
Sets the value of the 'fingerprint' field.
setFirstFailureTimestamp(java.time.Instant) - function in net.corda.data.flow.state.checkpoint.RetryState
Sets the value of the 'firstFailureTimestamp' field.
setFirstFailureTimestamp(java.time.Instant) - function in net.corda.data.flow.state.checkpoint.RetryState.Builder
Sets the value of the 'firstFailureTimestamp' field.
setFlags(int) - function in net.corda.data.AvroEnvelope
Sets the value of the 'flags' field.
setFlags(int) - function in net.corda.data.AvroEnvelope.Builder
Sets the value of the 'flags' field.
setFlags(int) - function in net.corda.data.test.EvolvedMessage
Sets the value of the 'flags' field.
setFlags(int) - function in net.corda.data.test.EvolvedMessage.Builder
Sets the value of the 'flags' field.
setFlowClassName(java.lang.String) - function in net.corda.data.flow.FlowStartContext
Sets the value of the 'flowClassName' field.
setFlowClassName(java.lang.String) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the value of the 'flowClassName' field.
setFlowClassName(java.lang.String) - function in net.corda.data.flow.output.FlowStatus
Sets the value of the 'flowClassName' field.
setFlowClassName(java.lang.String) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the value of the 'flowClassName' field.
setFlowExternalEventContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsRequest
Sets the value of the 'flowExternalEventContext' field.
setFlowExternalEventContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsRequest.Builder
Sets the value of the 'flowExternalEventContext' field.
setFlowExternalEventContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest
Sets the value of the 'flowExternalEventContext' field.
setFlowExternalEventContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest.Builder
Sets the value of the 'flowExternalEventContext' field.
setFlowExternalEventContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.persistence.EntityRequest
Sets the value of the 'flowExternalEventContext' field.
setFlowExternalEventContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.persistence.EntityRequest.Builder
Sets the value of the 'flowExternalEventContext' field.
setFlowExternalEventContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro
Sets the value of the 'flowExternalEventContext' field.
setFlowExternalEventContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the value of the 'flowExternalEventContext' field.
setFlowExternalEventContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest
Sets the value of the 'flowExternalEventContext' field.
setFlowExternalEventContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest.Builder
Sets the value of the 'flowExternalEventContext' field.
setFlowExternalEventContextBuilder(net.corda.data.flow.event.external.ExternalEventContext.Builder) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsRequest.Builder
Sets the Builder instance for the 'flowExternalEventContext' field The context of the external event that this request was sent from.
setFlowExternalEventContextBuilder(net.corda.data.flow.event.external.ExternalEventContext.Builder) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest.Builder
Sets the Builder instance for the 'flowExternalEventContext' field The context of the external event that this request was sent from.
setFlowExternalEventContextBuilder(net.corda.data.flow.event.external.ExternalEventContext.Builder) - function in net.corda.data.persistence.EntityRequest.Builder
Sets the Builder instance for the 'flowExternalEventContext' field The context of the external event that this request was sent from.
setFlowExternalEventContextBuilder(net.corda.data.flow.event.external.ExternalEventContext.Builder) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the Builder instance for the 'flowExternalEventContext' field The context of the external event that this request was sent from.
setFlowExternalEventContextBuilder(net.corda.data.flow.event.external.ExternalEventContext.Builder) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest.Builder
Sets the Builder instance for the 'flowExternalEventContext' field The context of the external event that this request was sent from.
setFlowId(java.lang.String) - function in net.corda.data.flow.event.FlowEvent
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.event.FlowEvent.Builder
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.event.external.ExternalEventContext
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.event.external.ExternalEventContext.Builder
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.event.session.SessionInit
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.event.session.SessionInit.Builder
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.output.FlowStatus
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.state.checkpoint.Checkpoint
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.state.checkpoint.Checkpoint.Builder
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.state.mapper.FlowMapperState
Sets the value of the 'flowId' field.
setFlowId(java.lang.String) - function in net.corda.data.flow.state.mapper.FlowMapperState.Builder
Sets the value of the 'flowId' field.
setFlowMetricsState(java.lang.String) - function in net.corda.data.flow.state.checkpoint.Checkpoint
Sets the value of the 'flowMetricsState' field.
setFlowMetricsState(java.lang.String) - function in net.corda.data.flow.state.checkpoint.Checkpoint.Builder
Sets the value of the 'flowMetricsState' field.
setFlowName(java.lang.String) - function in net.corda.data.flow.state.checkpoint.FlowStackItem
Sets the value of the 'flowName' field.
setFlowName(java.lang.String) - function in net.corda.data.flow.state.checkpoint.FlowStackItem.Builder
Sets the value of the 'flowName' field.
setFlowOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'flowOperationalStatus' field.
setFlowOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'flowOperationalStatus' field.
setFlowOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'flowOperationalStatus' field.
setFlowOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'flowOperationalStatus' field.
setFlowOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse
Sets the value of the 'flowOperationalStatus' field.
setFlowOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse.Builder
Sets the value of the 'flowOperationalStatus' field.
setFlowOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'flowOperationalStatus' field.
setFlowOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'flowOperationalStatus' field.
setFlowP2pOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'flowP2pOperationalStatus' field.
setFlowP2pOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'flowP2pOperationalStatus' field.
setFlowP2pOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'flowP2pOperationalStatus' field.
setFlowP2pOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'flowP2pOperationalStatus' field.
setFlowP2pOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse
Sets the value of the 'flowP2pOperationalStatus' field.
setFlowP2pOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse.Builder
Sets the value of the 'flowP2pOperationalStatus' field.
setFlowP2pOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'flowP2pOperationalStatus' field.
setFlowP2pOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'flowP2pOperationalStatus' field.
setFlowStackItems(java.util.List) - function in net.corda.data.flow.state.checkpoint.FlowState
Sets the value of the 'flowStackItems' field.
setFlowStackItems(java.util.List) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the value of the 'flowStackItems' field.
setFlowStartArgs(java.lang.String) - function in net.corda.data.flow.event.StartFlow
Sets the value of the 'flowStartArgs' field.
setFlowStartArgs(java.lang.String) - function in net.corda.data.flow.event.StartFlow.Builder
Sets the value of the 'flowStartArgs' field.
setFlowStartContext(net.corda.data.flow.FlowStartContext) - function in net.corda.data.flow.state.checkpoint.FlowState
Sets the value of the 'flowStartContext' field.
setFlowStartContext(net.corda.data.flow.FlowStartContext) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the value of the 'flowStartContext' field.
setFlowStartContextBuilder(net.corda.data.flow.FlowStartContext.Builder) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the Builder instance for the 'flowStartContext' field Context data captured when the flow was started.
setFlowStartOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'flowStartOperationalStatus' field.
setFlowStartOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'flowStartOperationalStatus' field.
setFlowStartOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'flowStartOperationalStatus' field.
setFlowStartOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'flowStartOperationalStatus' field.
setFlowStartOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse
Sets the value of the 'flowStartOperationalStatus' field.
setFlowStartOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse.Builder
Sets the value of the 'flowStartOperationalStatus' field.
setFlowStartOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'flowStartOperationalStatus' field.
setFlowStartOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'flowStartOperationalStatus' field.
setFlowState(net.corda.data.flow.state.checkpoint.FlowState) - function in net.corda.data.flow.state.checkpoint.Checkpoint
Sets the value of the 'flowState' field.
setFlowState(net.corda.data.flow.state.checkpoint.FlowState) - function in net.corda.data.flow.state.checkpoint.Checkpoint.Builder
Sets the value of the 'flowState' field.
setFlowStateBuilder(net.corda.data.flow.state.checkpoint.FlowState.Builder) - function in net.corda.data.flow.state.checkpoint.Checkpoint.Builder
Sets the Builder instance for the 'flowState' field Current flow execution state.
setFlowStatus(net.corda.data.flow.output.FlowStates) - function in net.corda.data.flow.output.FlowStatus
Sets the value of the 'flowStatus' field.
setFlowStatus(net.corda.data.flow.output.FlowStates) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the value of the 'flowStatus' field.
setForceUpgrade(boolean) - function in net.corda.data.virtualnode.VirtualNodeUpgradeRequest
Sets the value of the 'forceUpgrade' field.
setForceUpgrade(boolean) - function in net.corda.data.virtualnode.VirtualNodeUpgradeRequest.Builder
Sets the value of the 'forceUpgrade' field.
setFullKeyIds(net.corda.data.crypto.SecureHashes) - function in net.corda.data.crypto.wire.ops.flow.queries.ByIdsFlowQuery
Sets the value of the 'fullKeyIds' field.
setFullKeyIds(net.corda.data.crypto.SecureHashes) - function in net.corda.data.crypto.wire.ops.flow.queries.ByIdsFlowQuery.Builder
Sets the value of the 'fullKeyIds' field.
setFullKeyIdsBuilder(net.corda.data.crypto.SecureHashes.Builder) - function in net.corda.data.crypto.wire.ops.flow.queries.ByIdsFlowQuery.Builder
Sets the Builder instance for the 'fullKeyIds' field List of full key ids
setFullName(java.lang.String) - function in net.corda.data.permissions.User
Sets the value of the 'fullName' field.
setFullName(java.lang.String) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'fullName' field.
setFullName(java.lang.String) - function in net.corda.data.permissions.management.user.CreateUserRequest
Sets the value of the 'fullName' field.
setFullName(java.lang.String) - function in net.corda.data.permissions.management.user.CreateUserRequest.Builder
Sets the value of the 'fullName' field.
setFullSyncState(net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState
Sets the value of the 'fullSyncState' field.
setFullSyncState(net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState.Builder
Sets the value of the 'fullSyncState' field.
setFullSyncStateBuilder(net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState.Builder) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState.Builder
Sets the Builder instance for the 'fullSyncState' field The current state of a full sync
setGroupId(java.lang.String) - function in net.corda.data.identity.HoldingIdentity
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.identity.HoldingIdentity.Builder
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.membership.StaticNetworkInfo
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.membership.StaticNetworkInfo.Builder
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.membership.db.request.query.QueryStaticNetworkInfo
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.membership.db.request.query.QueryStaticNetworkInfo.Builder
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions.Builder
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakeIdentity
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakeIdentity.Builder
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.p2p.mtls.MgmAllowedCertificateSubject
Sets the value of the 'groupId' field.
setGroupId(java.lang.String) - function in net.corda.data.p2p.mtls.MgmAllowedCertificateSubject.Builder
Sets the value of the 'groupId' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.PersistentGroupParameters
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.PersistentGroupParameters.Builder
Sets the value of the 'groupParameters' field.
setGroupParameters(java.nio.ByteBuffer) - function in net.corda.data.membership.SignedGroupParameters
Sets the value of the 'groupParameters' field.
setGroupParameters(java.nio.ByteBuffer) - function in net.corda.data.membership.SignedGroupParameters.Builder
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.StaticNetworkInfo
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.StaticNetworkInfo.Builder
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.db.request.command.PersistGroupParameters
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.db.request.command.PersistGroupParameters.Builder
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.db.response.command.ActivateMemberResponse
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.db.response.command.ActivateMemberResponse.Builder
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.db.response.command.PersistGroupParametersResponse
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.db.response.command.PersistGroupParametersResponse.Builder
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.db.response.command.SuspendMemberResponse
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.db.response.command.SuspendMemberResponse.Builder
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.p2p.MembershipPackage
Sets the value of the 'groupParameters' field.
setGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.membership.p2p.MembershipPackage.Builder
Sets the value of the 'groupParameters' field.
setGroupParametersBuilder(net.corda.data.membership.SignedGroupParameters.Builder) - function in net.corda.data.membership.PersistentGroupParameters.Builder
Sets the Builder instance for the 'groupParameters' field GroupParameters which should be signed by the MGM unless the view owner is an MGM.
setGroupParametersBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.membership.StaticNetworkInfo.Builder
Sets the Builder instance for the 'groupParameters' field Group Parameters for the group.
setGroupParametersBuilder(net.corda.data.membership.SignedGroupParameters.Builder) - function in net.corda.data.membership.db.request.command.PersistGroupParameters.Builder
Sets the Builder instance for the 'groupParameters' field The group parameters to persist.
setGroupParametersBuilder(net.corda.data.membership.SignedGroupParameters.Builder) - function in net.corda.data.membership.db.response.command.ActivateMemberResponse.Builder
Sets the Builder instance for the 'groupParameters' field The persisted set of group parameters, only updated if the member being activated was a notary.
setGroupParametersBuilder(net.corda.data.membership.SignedGroupParameters.Builder) - function in net.corda.data.membership.db.response.command.PersistGroupParametersResponse.Builder
Sets the Builder instance for the 'groupParameters' field The persisted set of group parameters.
setGroupParametersBuilder(net.corda.data.membership.SignedGroupParameters.Builder) - function in net.corda.data.membership.db.response.command.SuspendMemberResponse.Builder
Sets the Builder instance for the 'groupParameters' field The persisted set of group parameters, only updated if the member being suspended was a notary.
setGroupParametersBuilder(net.corda.data.membership.SignedGroupParameters.Builder) - function in net.corda.data.membership.p2p.MembershipPackage.Builder
Sets the Builder instance for the 'groupParameters' field GroupParameters updates.
setGroupParametersHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.membership.p2p.MembershipSyncRequest
Sets the value of the 'groupParametersHash' field.
setGroupParametersHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.membership.p2p.MembershipSyncRequest.Builder
Sets the value of the 'groupParametersHash' field.
setGroupParametersHashBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.membership.p2p.MembershipSyncRequest.Builder
Sets the Builder instance for the 'groupParametersHash' field The hash value of the latest GroupParameters the member can see.
setGroupPolicy(java.lang.String) - function in net.corda.data.membership.rpc.response.MGMGroupPolicyResponse
Sets the value of the 'groupPolicy' field.
setGroupPolicy(java.lang.String) - function in net.corda.data.membership.rpc.response.MGMGroupPolicyResponse.Builder
Sets the value of the 'groupPolicy' field.
setGroupPolicy(java.lang.String) - function in net.corda.data.packaging.CpiMetadata
Sets the value of the 'groupPolicy' field.
setGroupPolicy(java.lang.String) - function in net.corda.data.packaging.CpiMetadata.Builder
Sets the value of the 'groupPolicy' field.
setGroupVisibility(java.lang.String) - function in net.corda.data.permissions.Permission
Sets the value of the 'groupVisibility' field.
setGroupVisibility(java.lang.String) - function in net.corda.data.permissions.Permission.Builder
Sets the value of the 'groupVisibility' field.
setGroupVisibility(java.lang.String) - function in net.corda.data.permissions.Role
Sets the value of the 'groupVisibility' field.
setGroupVisibility(java.lang.String) - function in net.corda.data.permissions.Role.Builder
Sets the value of the 'groupVisibility' field.
setGroupVisibility(java.lang.String) - function in net.corda.data.permissions.management.permission.CreatePermissionRequest
Sets the value of the 'groupVisibility' field.
setGroupVisibility(java.lang.String) - function in net.corda.data.permissions.management.permission.CreatePermissionRequest.Builder
Sets the value of the 'groupVisibility' field.
setGroupVisibility(java.lang.String) - function in net.corda.data.permissions.management.role.CreateRoleRequest
Sets the value of the 'groupVisibility' field.
setGroupVisibility(java.lang.String) - function in net.corda.data.permissions.management.role.CreateRoleRequest.Builder
Sets the value of the 'groupVisibility' field.
setGroupVisibility(java.lang.String) - function in net.corda.data.permissions.summary.PermissionSummary
Sets the value of the 'groupVisibility' field.
setGroupVisibility(java.lang.String) - function in net.corda.data.permissions.summary.PermissionSummary.Builder
Sets the value of the 'groupVisibility' field.
setHash(java.lang.String) - function in net.corda.data.ledger.persistence.FindSignedGroupParameters
Sets the value of the 'hash' field.
setHash(java.lang.String) - function in net.corda.data.ledger.persistence.FindSignedGroupParameters.Builder
Sets the value of the 'hash' field.
setHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.packaging.CpiMetadata
Sets the value of the 'hash' field.
setHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.packaging.CpiMetadata.Builder
Sets the value of the 'hash' field.
setHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.packaging.CpkMetadata
Sets the value of the 'hash' field.
setHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the value of the 'hash' field.
setHashBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.packaging.CpiMetadata.Builder
Sets the Builder instance for the 'hash' field
setHashBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the Builder instance for the 'hash' field
setHashCheck(net.corda.data.crypto.SecureHash) - function in net.corda.data.membership.p2p.SignedMemberships
Sets the value of the 'hashCheck' field.
setHashCheck(net.corda.data.crypto.SecureHash) - function in net.corda.data.membership.p2p.SignedMemberships.Builder
Sets the value of the 'hashCheck' field.
setHashCheckBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.membership.p2p.SignedMemberships.Builder
Sets the Builder instance for the 'hashCheck' field Hash value to help identify out-of-sync members.
setHashedPassword(java.lang.String) - function in net.corda.data.permissions.User
Sets the value of the 'hashedPassword' field.
setHashedPassword(java.lang.String) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'hashedPassword' field.
setHashes(java.util.List) - function in net.corda.data.crypto.SecureHashes
Sets the value of the 'hashes' field.
setHashes(java.util.List) - function in net.corda.data.crypto.SecureHashes.Builder
Sets the value of the 'hashes' field.
setHashes(java.util.List) - function in net.corda.data.crypto.ShortHashes
Sets the value of the 'hashes' field.
setHashes(java.util.List) - function in net.corda.data.crypto.ShortHashes.Builder
Sets the value of the 'hashes' field.
setHashSeed(int) - function in net.corda.data.sync.BloomFilter
Sets the value of the 'hashSeed' field.
setHashSeed(int) - function in net.corda.data.sync.BloomFilter.Builder
Sets the value of the 'hashSeed' field.
setHasScheduledCleanup(boolean) - function in net.corda.data.flow.state.session.SessionState
Sets the value of the 'hasScheduledCleanup' field.
setHasScheduledCleanup(boolean) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the value of the 'hasScheduledCleanup' field.
setHeader(net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequest
Sets the value of the 'header' field.
setHeader(net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequest.Builder
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.LinkOutHeader) - function in net.corda.data.p2p.LinkOutMessage
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.LinkOutHeader) - function in net.corda.data.p2p.LinkOutMessage.Builder
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.app.AuthenticatedMessageHeader) - function in net.corda.data.p2p.app.AuthenticatedMessage
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.app.AuthenticatedMessageHeader) - function in net.corda.data.p2p.app.AuthenticatedMessage.Builder
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.app.InboundUnauthenticatedMessageHeader) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessage
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.app.InboundUnauthenticatedMessageHeader) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessage.Builder
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessage
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessage.Builder
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.AuthenticatedDataMessage
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.AuthenticatedDataMessage.Builder
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.AuthenticatedEncryptedDataMessage
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.AuthenticatedEncryptedDataMessage.Builder
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.InitiatorHandshakeMessage
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.InitiatorHandshakeMessage.Builder
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.InitiatorHelloMessage
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.InitiatorHelloMessage.Builder
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.ResponderHandshakeMessage
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.ResponderHandshakeMessage.Builder
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.ResponderHelloMessage
Sets the value of the 'header' field.
setHeader(net.corda.data.p2p.crypto.CommonHeader) - function in net.corda.data.p2p.crypto.ResponderHelloMessage.Builder
Sets the value of the 'header' field.
setHeaderBuilder(net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader.Builder) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequest.Builder
Sets the Builder instance for the 'header' field Header of the request used later for decrypting the payload.
setHeaderBuilder(net.corda.data.p2p.LinkOutHeader.Builder) - function in net.corda.data.p2p.LinkOutMessage.Builder
Sets the Builder instance for the 'header' field
setHeaderBuilder(net.corda.data.p2p.app.AuthenticatedMessageHeader.Builder) - function in net.corda.data.p2p.app.AuthenticatedMessage.Builder
Sets the Builder instance for the 'header' field
setHeaderBuilder(net.corda.data.p2p.app.InboundUnauthenticatedMessageHeader.Builder) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessage.Builder
Sets the Builder instance for the 'header' field
setHeaderBuilder(net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader.Builder) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessage.Builder
Sets the Builder instance for the 'header' field
setHeaderBuilder(net.corda.data.p2p.crypto.CommonHeader.Builder) - function in net.corda.data.p2p.crypto.AuthenticatedDataMessage.Builder
Sets the Builder instance for the 'header' field
setHeaderBuilder(net.corda.data.p2p.crypto.CommonHeader.Builder) - function in net.corda.data.p2p.crypto.AuthenticatedEncryptedDataMessage.Builder
Sets the Builder instance for the 'header' field
setHeaderBuilder(net.corda.data.p2p.crypto.CommonHeader.Builder) - function in net.corda.data.p2p.crypto.InitiatorHandshakeMessage.Builder
Sets the Builder instance for the 'header' field
setHeaderBuilder(net.corda.data.p2p.crypto.CommonHeader.Builder) - function in net.corda.data.p2p.crypto.InitiatorHelloMessage.Builder
Sets the Builder instance for the 'header' field
setHeaderBuilder(net.corda.data.p2p.crypto.CommonHeader.Builder) - function in net.corda.data.p2p.crypto.ResponderHandshakeMessage.Builder
Sets the Builder instance for the 'header' field
setHeaderBuilder(net.corda.data.p2p.crypto.CommonHeader.Builder) - function in net.corda.data.p2p.crypto.ResponderHelloMessage.Builder
Sets the Builder instance for the 'header' field
setHeartbeatTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus
Sets the value of the 'heartbeatTimestamp' field.
setHeartbeatTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus.Builder
Sets the value of the 'heartbeatTimestamp' field.
setHoldingId(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest
Sets the value of the 'holdingId' field.
setHoldingId(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest.Builder
Sets the value of the 'holdingId' field.
setHoldingIdBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest.Builder
Sets the Builder instance for the 'holdingId' field
setHoldingIdentifierHash(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'holdingIdentifierHash' field.
setHoldingIdentifierHash(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'holdingIdentifierHash' field.
setHoldingIdentifierHash(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'holdingIdentifierHash' field.
setHoldingIdentifierHash(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'holdingIdentifierHash' field.
setHoldingIdentity(java.lang.String) - function in net.corda.data.certificates.rpc.request.CertificateRpcRequest
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(java.lang.String) - function in net.corda.data.certificates.rpc.request.CertificateRpcRequest.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.ledger.utxo.token.selection.event.TokenSyncEvent
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.ledger.utxo.token.selection.event.TokenSyncEvent.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.request.MembershipRequestContext
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.request.MembershipRequestContext.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.response.MembershipResponseContext
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.response.MembershipResponseContext.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.response.query.MemberSignature
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.response.query.MemberSignature.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.GatewayTlsCertificates
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.GatewayTlsCertificates.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.HostedIdentityEntry
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.HostedIdentityEntry.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.persistence.EntityRequest
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.persistence.EntityRequest.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest
Sets the value of the 'holdingIdentity' field.
setHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest.Builder
Sets the value of the 'holdingIdentity' field.
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest.Builder
Sets the Builder instance for the 'holdingIdentity' field The holding identity of the user making the DB request.
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.ledger.utxo.token.selection.event.TokenSyncEvent.Builder
Sets the Builder instance for the 'holdingIdentity' field The holding identity of the user making the request
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState.Builder
Sets the Builder instance for the 'holdingIdentity' field The holding identity of the user making the request
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.db.request.MembershipRequestContext.Builder
Sets the Builder instance for the 'holdingIdentity' field Holding identity of the member for which the request is made.
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.db.response.MembershipResponseContext.Builder
Sets the Builder instance for the 'holdingIdentity' field Holding identity of the member for which the request was made.
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.db.response.query.MemberSignature.Builder
Sets the Builder instance for the 'holdingIdentity' field The member holding identity.
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.p2p.GatewayTlsCertificates.Builder
Sets the Builder instance for the 'holdingIdentity' field The holding identity that the certificate is used by.
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.p2p.HostedIdentityEntry.Builder
Sets the Builder instance for the 'holdingIdentity' field The Holding identity hosted in this node
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.persistence.EntityRequest.Builder
Sets the Builder instance for the 'holdingIdentity' field The holding identity of the user making the db request.
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the Builder instance for the 'holdingIdentity' field The holding identity of the virtual node making the uniqueness check request.
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the Builder instance for the 'holdingIdentity' field
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the Builder instance for the 'holdingIdentity' field
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the Builder instance for the 'holdingIdentity' field
setHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest.Builder
Sets the Builder instance for the 'holdingIdentity' field The holding identity of the user making the request.
setHoldingIdentityId(java.lang.String) - function in net.corda.data.membership.async.request.RegistrationAsyncRequest
Sets the value of the 'holdingIdentityId' field.
setHoldingIdentityId(java.lang.String) - function in net.corda.data.membership.async.request.RegistrationAsyncRequest.Builder
Sets the value of the 'holdingIdentityId' field.
setHoldingIdentityId(java.lang.String) - function in net.corda.data.membership.common.RegistrationRequestDetails
Sets the value of the 'holdingIdentityId' field.
setHoldingIdentityId(java.lang.String) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the value of the 'holdingIdentityId' field.
setHoldingIdentityId(java.lang.String) - function in net.corda.data.membership.rpc.request.MGMGroupPolicyRequest
Sets the value of the 'holdingIdentityId' field.
setHoldingIdentityId(java.lang.String) - function in net.corda.data.membership.rpc.request.MGMGroupPolicyRequest.Builder
Sets the value of the 'holdingIdentityId' field.
setHoldingIdentityShortHash(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeStateChangeRequest
Sets the value of the 'holdingIdentityShortHash' field.
setHoldingIdentityShortHash(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeStateChangeRequest.Builder
Sets the value of the 'holdingIdentityShortHash' field.
setHoldingIdentityShortHash(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse
Sets the value of the 'holdingIdentityShortHash' field.
setHoldingIdentityShortHash(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse.Builder
Sets the value of the 'holdingIdentityShortHash' field.
setHoldingIdentityShortHashes(java.util.List) - function in net.corda.data.virtualnode.VirtualNodeDBResetRequest
Sets the value of the 'holdingIdentityShortHashes' field.
setHoldingIdentityShortHashes(java.util.List) - function in net.corda.data.virtualnode.VirtualNodeDBResetRequest.Builder
Sets the value of the 'holdingIdentityShortHashes' field.
setHoldingIdentityShortHashes(java.util.List) - function in net.corda.data.virtualnode.VirtualNodeDBResetResponse
Sets the value of the 'holdingIdentityShortHashes' field.
setHoldingIdentityShortHashes(java.util.List) - function in net.corda.data.virtualnode.VirtualNodeDBResetResponse.Builder
Sets the value of the 'holdingIdentityShortHashes' field.
setHsmAlias(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'hsmAlias' field.
setHsmAlias(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'hsmAlias' field.
setHsmConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'hsmConnectionId' field.
setHsmConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'hsmConnectionId' field.
setHsmConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'hsmConnectionId' field.
setHsmConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'hsmConnectionId' field.
setHsmConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'hsmConnectionId' field.
setHsmConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'hsmConnectionId' field.
setHsmId(java.lang.String) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo
Sets the value of the 'hsmId' field.
setHsmId(java.lang.String) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo.Builder
Sets the value of the 'hsmId' field.
setHsmId(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateWrappingKeyRpcCommand
Sets the value of the 'hsmId' field.
setHsmId(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateWrappingKeyRpcCommand.Builder
Sets the value of the 'hsmId' field.
setId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.flow.FlowKey
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.flow.FlowKey.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.ledger.persistence.FindSignedLedgerTransaction
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.ledger.persistence.FindSignedLedgerTransaction.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.ledger.persistence.FindTransaction
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.ledger.persistence.FindTransaction.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.ledger.persistence.UpdateTransactionStatus
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.ledger.persistence.UpdateTransactionStatus.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.membership.preauth.PreAuthToken
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.membership.preauth.PreAuthToken.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.p2p.gateway.GatewayMessage
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.p2p.gateway.GatewayMessage.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.p2p.gateway.GatewayResponse
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.p2p.gateway.GatewayResponse.Builder
Sets the value of the 'id' field.
setId(net.corda.data.packaging.CpiIdentifier) - function in net.corda.data.packaging.CpiMetadata
Sets the value of the 'id' field.
setId(net.corda.data.packaging.CpiIdentifier) - function in net.corda.data.packaging.CpiMetadata.Builder
Sets the value of the 'id' field.
setId(net.corda.data.packaging.CpkIdentifier) - function in net.corda.data.packaging.CpkMetadata
Sets the value of the 'id' field.
setId(net.corda.data.packaging.CpkIdentifier) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.Group
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.Group.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.Permission
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.Permission.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.Property
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.Property.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.Role
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.Role.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.User
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.summary.PermissionSummary
Sets the value of the 'id' field.
setId(java.lang.String) - function in net.corda.data.permissions.summary.PermissionSummary.Builder
Sets the value of the 'id' field.
setIdBuilder(net.corda.data.packaging.CpiIdentifier.Builder) - function in net.corda.data.packaging.CpiMetadata.Builder
Sets the Builder instance for the 'id' field
setIdBuilder(net.corda.data.packaging.CpkIdentifier.Builder) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the Builder instance for the 'id' field
setIdentifier(net.corda.data.packaging.CpiIdentifier) - function in net.corda.data.packaging.CpiSegmentRequest
Sets the value of the 'identifier' field.
setIdentifier(net.corda.data.packaging.CpiIdentifier) - function in net.corda.data.packaging.CpiSegmentRequest.Builder
Sets the value of the 'identifier' field.
setIdentifierBuilder(net.corda.data.packaging.CpiIdentifier.Builder) - function in net.corda.data.packaging.CpiSegmentRequest.Builder
Sets the Builder instance for the 'identifier' field
setIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.FlowKey
Sets the value of the 'identity' field.
setIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.FlowKey.Builder
Sets the value of the 'identity' field.
setIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.FlowStartContext
Sets the value of the 'identity' field.
setIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the value of the 'identity' field.
setIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.flow.FlowKey.Builder
Sets the Builder instance for the 'identity' field Identity of the party executing the flow.
setIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the Builder instance for the 'identity' field The identity of the party executing the flow.
setIds(java.util.List) - function in net.corda.data.flow.event.mapper.ExecuteCleanup
Sets the value of the 'ids' field.
setIds(java.util.List) - function in net.corda.data.flow.event.mapper.ExecuteCleanup.Builder
Sets the value of the 'ids' field.
setIds(java.util.List) - function in net.corda.data.ledger.persistence.FindTransactionIdsAndStatuses
Sets the value of the 'ids' field.
setIds(java.util.List) - function in net.corda.data.ledger.persistence.FindTransactionIdsAndStatuses.Builder
Sets the value of the 'ids' field.
setIds(java.util.List) - function in net.corda.data.persistence.DeleteEntitiesById
Sets the value of the 'ids' field.
setIds(java.util.List) - function in net.corda.data.persistence.DeleteEntitiesById.Builder
Sets the value of the 'ids' field.
setIds(java.util.List) - function in net.corda.data.persistence.FindEntities
Sets the value of the 'ids' field.
setIds(java.util.List) - function in net.corda.data.persistence.FindEntities.Builder
Sets the value of the 'ids' field.
setIndex(int) - function in net.corda.data.ledger.persistence.UtxoTransactionOutput
Sets the value of the 'index' field.
setIndex(int) - function in net.corda.data.ledger.persistence.UtxoTransactionOutput.Builder
Sets the value of the 'index' field.
setIndex(int) - function in net.corda.data.ledger.utxo.StateRef
Sets the value of the 'index' field.
setIndex(int) - function in net.corda.data.ledger.utxo.StateRef.Builder
Sets the value of the 'index' field.
setIndex(int) - function in net.corda.data.membership.state.CompletedCommandMetadata
Sets the value of the 'index' field.
setIndex(int) - function in net.corda.data.membership.state.CompletedCommandMetadata.Builder
Sets the value of the 'index' field.
setInfo(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.UtxoTransactionOutput
Sets the value of the 'info' field.
setInfo(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.UtxoTransactionOutput.Builder
Sets the value of the 'info' field.
setInfo(net.corda.data.membership.StaticNetworkInfo) - function in net.corda.data.membership.db.request.command.UpdateStaticNetworkInfo
Sets the value of the 'info' field.
setInfo(net.corda.data.membership.StaticNetworkInfo) - function in net.corda.data.membership.db.request.command.UpdateStaticNetworkInfo.Builder
Sets the value of the 'info' field.
setInfo(net.corda.data.membership.StaticNetworkInfo) - function in net.corda.data.membership.db.response.query.StaticNetworkInfoQueryResponse
Sets the value of the 'info' field.
setInfo(net.corda.data.membership.StaticNetworkInfo) - function in net.corda.data.membership.db.response.query.StaticNetworkInfoQueryResponse.Builder
Sets the value of the 'info' field.
setInfoBuilder(net.corda.data.membership.StaticNetworkInfo.Builder) - function in net.corda.data.membership.db.request.command.UpdateStaticNetworkInfo.Builder
Sets the Builder instance for the 'info' field Updated static network info to persist.
setInfoBuilder(net.corda.data.membership.StaticNetworkInfo.Builder) - function in net.corda.data.membership.db.response.query.StaticNetworkInfoQueryResponse.Builder
Sets the Builder instance for the 'info' field The static network information if available.
setInitialHashedPassword(java.lang.String) - function in net.corda.data.permissions.management.user.CreateUserRequest
Sets the value of the 'initialHashedPassword' field.
setInitialHashedPassword(java.lang.String) - function in net.corda.data.permissions.management.user.CreateUserRequest.Builder
Sets the value of the 'initialHashedPassword' field.
setInitialPlatformVersion(int) - function in net.corda.data.flow.state.checkpoint.Checkpoint
Sets the value of the 'initialPlatformVersion' field.
setInitialPlatformVersion(int) - function in net.corda.data.flow.state.checkpoint.Checkpoint.Builder
Sets the value of the 'initialPlatformVersion' field.
setInitiated(boolean) - function in net.corda.data.flow.state.checkpoint.FlowStackItemSession
Sets the value of the 'initiated' field.
setInitiated(boolean) - function in net.corda.data.flow.state.checkpoint.FlowStackItemSession.Builder
Sets the value of the 'initiated' field.
setInitiatedBy(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.FlowStartContext
Sets the value of the 'initiatedBy' field.
setInitiatedBy(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the value of the 'initiatedBy' field.
setInitiatedByBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the Builder instance for the 'initiatedBy' field The identity of the party that initiated the flow.
setInitiatedIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.event.SessionEvent
Sets the value of the 'initiatedIdentity' field.
setInitiatedIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the value of the 'initiatedIdentity' field.
setInitiatedIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the Builder instance for the 'initiatedIdentity' field Identity of party in the session who was initiated.
setInitiatingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.event.SessionEvent
Sets the value of the 'initiatingIdentity' field.
setInitiatingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the value of the 'initiatingIdentity' field.
setInitiatingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the Builder instance for the 'initiatingIdentity' field Identity of party who started a session.
setInitiatorCertificate(java.util.List) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions
Sets the value of the 'initiatorCertificate' field.
setInitiatorCertificate(java.util.List) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions.Builder
Sets the value of the 'initiatorCertificate' field.
setInitiatorEncryptedExtensions(net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload
Sets the value of the 'initiatorEncryptedExtensions' field.
setInitiatorEncryptedExtensions(net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload.Builder
Sets the value of the 'initiatorEncryptedExtensions' field.
setInitiatorEncryptedExtensionsBuilder(net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions.Builder) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload.Builder
Sets the Builder instance for the 'initiatorEncryptedExtensions' field
setInitiatorFinished(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload
Sets the value of the 'initiatorFinished' field.
setInitiatorFinished(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload.Builder
Sets the value of the 'initiatorFinished' field.
setInitiatorPartyVerify(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload
Sets the value of the 'initiatorPartyVerify' field.
setInitiatorPartyVerify(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload.Builder
Sets the value of the 'initiatorPartyVerify' field.
setInitiatorPublicKey(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.InitiatorHelloMessage
Sets the value of the 'initiatorPublicKey' field.
setInitiatorPublicKey(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.InitiatorHelloMessage.Builder
Sets the value of the 'initiatorPublicKey' field.
setInitiatorPublicKeyHash(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakeIdentity
Sets the value of the 'initiatorPublicKeyHash' field.
setInitiatorPublicKeyHash(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakeIdentity.Builder
Sets the value of the 'initiatorPublicKeyHash' field.
setInitiatorPublicKeyHash(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload
Sets the value of the 'initiatorPublicKeyHash' field.
setInitiatorPublicKeyHash(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload.Builder
Sets the value of the 'initiatorPublicKeyHash' field.
setInitiatorType(net.corda.data.flow.FlowInitiatorType) - function in net.corda.data.flow.FlowStartContext
Sets the value of the 'initiatorType' field.
setInitiatorType(net.corda.data.flow.FlowInitiatorType) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the value of the 'initiatorType' field.
setInitiatorType(net.corda.data.flow.FlowInitiatorType) - function in net.corda.data.flow.output.FlowStatus
Sets the value of the 'initiatorType' field.
setInitiatorType(net.corda.data.flow.FlowInitiatorType) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the value of the 'initiatorType' field.
setInputStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro
Sets the value of the 'inputStates' field.
setInputStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the value of the 'inputStates' field.
setIsInitiatingFlow(boolean) - function in net.corda.data.flow.state.checkpoint.FlowStackItem
Sets the value of the 'isInitiatingFlow' field.
setIsInitiatingFlow(boolean) - function in net.corda.data.flow.state.checkpoint.FlowStackItem.Builder
Sets the value of the 'isInitiatingFlow' field.
setIssuerHash(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey
Sets the value of the 'issuerHash' field.
setIssuerHash(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder
Sets the value of the 'issuerHash' field.
setItems(java.util.List) - function in net.corda.data.KeyValuePairList
Sets the value of the 'items' field.
setItems(java.util.List) - function in net.corda.data.KeyValuePairList.Builder
Sets the value of the 'items' field.
setKey(java.lang.String) - function in net.corda.data.KeyValuePair
Sets the value of the 'key' field.
setKey(java.lang.String) - function in net.corda.data.KeyValuePair.Builder
Sets the value of the 'key' field.
setKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoPublicKey
Sets the value of the 'key' field.
setKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoPublicKey.Builder
Sets the value of the 'key' field.
setKey(Object) - function in net.corda.data.deadletter.StateAndEventDeadLetterRecord
Sets the value of the 'key' field.
setKey(Object) - function in net.corda.data.deadletter.StateAndEventDeadLetterRecord.Builder
Sets the value of the 'key' field.
setKey(java.nio.ByteBuffer) - function in net.corda.data.flow.event.external.ExternalEvent
Sets the value of the 'key' field.
setKey(java.nio.ByteBuffer) - function in net.corda.data.flow.event.external.ExternalEvent.Builder
Sets the value of the 'key' field.
setKey(net.corda.data.flow.FlowKey) - function in net.corda.data.flow.output.FlowStatus
Sets the value of the 'key' field.
setKey(net.corda.data.flow.FlowKey) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the value of the 'key' field.
setKey(java.lang.String) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader
Sets the value of the 'key' field.
setKey(java.lang.String) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader.Builder
Sets the value of the 'key' field.
setKey(java.lang.String) - function in net.corda.data.p2p.AuthenticatedMessageAndKey
Sets the value of the 'key' field.
setKey(java.lang.String) - function in net.corda.data.p2p.AuthenticatedMessageAndKey.Builder
Sets the value of the 'key' field.
setKey(java.lang.String) - function in net.corda.data.permissions.Property
Sets the value of the 'key' field.
setKey(java.lang.String) - function in net.corda.data.permissions.Property.Builder
Sets the value of the 'key' field.
setKeyBuilder(net.corda.data.flow.FlowKey.Builder) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the Builder instance for the 'key' field The unique ID for the status
setKeyIds(Object) - function in net.corda.data.crypto.wire.ops.rpc.queries.ByIdsRpcQuery
Sets the value of the 'keyIds' field.
setKeyIds(Object) - function in net.corda.data.crypto.wire.ops.rpc.queries.ByIdsRpcQuery.Builder
Sets the value of the 'keyIds' field.
setKeys(java.util.List) - function in net.corda.data.crypto.wire.CryptoSigningKeys
Sets the value of the 'keys' field.
setKeys(java.util.List) - function in net.corda.data.crypto.wire.CryptoSigningKeys.Builder
Sets the value of the 'keys' field.
setKeys(java.util.List) - function in net.corda.data.crypto.wire.ops.flow.queries.FilterMyKeysFlowQuery
Sets the value of the 'keys' field.
setKeys(java.util.List) - function in net.corda.data.crypto.wire.ops.flow.queries.FilterMyKeysFlowQuery.Builder
Sets the value of the 'keys' field.
setLabel(java.lang.String) - function in net.corda.data.membership.db.request.command.PersistApprovalRule
Sets the value of the 'label' field.
setLabel(java.lang.String) - function in net.corda.data.membership.db.request.command.PersistApprovalRule.Builder
Sets the value of the 'label' field.
setLastBlockCompletedTimestamp(java.time.Instant) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState
Sets the value of the 'lastBlockCompletedTimestamp' field.
setLastBlockCompletedTimestamp(java.time.Instant) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState.Builder
Sets the value of the 'lastBlockCompletedTimestamp' field.
setLastChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.Group
Sets the value of the 'lastChangeDetails' field.
setLastChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.Group.Builder
Sets the value of the 'lastChangeDetails' field.
setLastChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.Permission
Sets the value of the 'lastChangeDetails' field.
setLastChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.Permission.Builder
Sets the value of the 'lastChangeDetails' field.
setLastChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.Property
Sets the value of the 'lastChangeDetails' field.
setLastChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.Property.Builder
Sets the value of the 'lastChangeDetails' field.
setLastChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.Role
Sets the value of the 'lastChangeDetails' field.
setLastChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.Role.Builder
Sets the value of the 'lastChangeDetails' field.
setLastChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.User
Sets the value of the 'lastChangeDetails' field.
setLastChangeDetails(net.corda.data.permissions.ChangeDetails) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'lastChangeDetails' field.
setLastChangeDetailsBuilder(net.corda.data.permissions.ChangeDetails.Builder) - function in net.corda.data.permissions.Group.Builder
Sets the Builder instance for the 'lastChangeDetails' field
setLastChangeDetailsBuilder(net.corda.data.permissions.ChangeDetails.Builder) - function in net.corda.data.permissions.Permission.Builder
Sets the Builder instance for the 'lastChangeDetails' field
setLastChangeDetailsBuilder(net.corda.data.permissions.ChangeDetails.Builder) - function in net.corda.data.permissions.Property.Builder
Sets the Builder instance for the 'lastChangeDetails' field
setLastChangeDetailsBuilder(net.corda.data.permissions.ChangeDetails.Builder) - function in net.corda.data.permissions.Role.Builder
Sets the Builder instance for the 'lastChangeDetails' field
setLastChangeDetailsBuilder(net.corda.data.permissions.ChangeDetails.Builder) - function in net.corda.data.permissions.User.Builder
Sets the Builder instance for the 'lastChangeDetails' field
setLastFailedOn(java.time.Instant) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequestState
Sets the value of the 'lastFailedOn' field.
setLastFailedOn(java.time.Instant) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequestState.Builder
Sets the value of the 'lastFailedOn' field.
setLastFailureTimestamp(java.time.Instant) - function in net.corda.data.flow.state.checkpoint.RetryState
Sets the value of the 'lastFailureTimestamp' field.
setLastFailureTimestamp(java.time.Instant) - function in net.corda.data.flow.state.checkpoint.RetryState.Builder
Sets the value of the 'lastFailureTimestamp' field.
setLastProcessedSequenceNum(int) - function in net.corda.data.flow.state.session.SessionProcessState
Sets the value of the 'lastProcessedSequenceNum' field.
setLastProcessedSequenceNum(int) - function in net.corda.data.flow.state.session.SessionProcessState.Builder
Sets the value of the 'lastProcessedSequenceNum' field.
setLastReceivedMessageTime(java.time.Instant) - function in net.corda.data.flow.state.session.SessionState
Sets the value of the 'lastReceivedMessageTime' field.
setLastReceivedMessageTime(java.time.Instant) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the value of the 'lastReceivedMessageTime' field.
setLastUpdateTimestamp(java.time.Instant) - function in net.corda.data.flow.output.FlowStatus
Sets the value of the 'lastUpdateTimestamp' field.
setLastUpdateTimestamp(java.time.Instant) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the value of the 'lastUpdateTimestamp' field.
setLastUpdateTimestamp(java.time.Instant) - function in net.corda.data.permissions.summary.UserPermissionSummary
Sets the value of the 'lastUpdateTimestamp' field.
setLastUpdateTimestamp(java.time.Instant) - function in net.corda.data.permissions.summary.UserPermissionSummary.Builder
Sets the value of the 'lastUpdateTimestamp' field.
setLatestUpdateTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus
Sets the value of the 'latestUpdateTimestamp' field.
setLatestUpdateTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus.Builder
Sets the value of the 'latestUpdateTimestamp' field.
setLedgerType(net.corda.data.ledger.persistence.LedgerTypes) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest
Sets the value of the 'ledgerType' field.
setLedgerType(net.corda.data.ledger.persistence.LedgerTypes) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest.Builder
Sets the value of the 'ledgerType' field.
setLibraries(java.util.List) - function in net.corda.data.packaging.CpkMetadata
Sets the value of the 'libraries' field.
setLibraries(java.util.List) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the value of the 'libraries' field.
setLicense(java.lang.String) - function in net.corda.data.packaging.CorDappManifest
Sets the value of the 'license' field.
setLicense(java.lang.String) - function in net.corda.data.packaging.CorDappManifest.Builder
Sets the value of the 'license' field.
setLimit(java.lang.Integer) - function in net.corda.data.membership.db.request.query.QueryRegistrationRequests
Sets the value of the 'limit' field.
setLimit(java.lang.Integer) - function in net.corda.data.membership.db.request.query.QueryRegistrationRequests.Builder
Sets the value of the 'limit' field.
setLimit(int) - function in net.corda.data.persistence.FindAll
Sets the value of the 'limit' field.
setLimit(int) - function in net.corda.data.persistence.FindAll.Builder
Sets the value of the 'limit' field.
setLimit(int) - function in net.corda.data.persistence.FindWithNamedQuery
Sets the value of the 'limit' field.
setLimit(int) - function in net.corda.data.persistence.FindWithNamedQuery.Builder
Sets the value of the 'limit' field.
setLimit(int) - function in net.corda.v5.application.persistence.PagedQuery
Sets the maximum number of results to return.
setLimit(int) - function in net.corda.v5.application.persistence.ParameterizedQuery
Sets the maximum number of results to return.
setLimit(int) - function in net.corda.v5.application.persistence.VaultNamedParameterizedQuery
 
setLimit(int) - function in net.corda.v5.ledger.utxo.query.VaultNamedParameterizedQuery
 
setLoginName(java.lang.String) - function in net.corda.data.permissions.User
Sets the value of the 'loginName' field.
setLoginName(java.lang.String) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'loginName' field.
setLoginName(java.lang.String) - function in net.corda.data.permissions.management.user.AddRoleToUserRequest
Sets the value of the 'loginName' field.
setLoginName(java.lang.String) - function in net.corda.data.permissions.management.user.AddRoleToUserRequest.Builder
Sets the value of the 'loginName' field.
setLoginName(java.lang.String) - function in net.corda.data.permissions.management.user.CreateUserRequest
Sets the value of the 'loginName' field.
setLoginName(java.lang.String) - function in net.corda.data.permissions.management.user.CreateUserRequest.Builder
Sets the value of the 'loginName' field.
setLoginName(java.lang.String) - function in net.corda.data.permissions.management.user.RemoveRoleFromUserRequest
Sets the value of the 'loginName' field.
setLoginName(java.lang.String) - function in net.corda.data.permissions.management.user.RemoveRoleFromUserRequest.Builder
Sets the value of the 'loginName' field.
setLoginName(java.lang.String) - function in net.corda.data.permissions.summary.UserPermissionSummary
Sets the value of the 'loginName' field.
setLoginName(java.lang.String) - function in net.corda.data.permissions.summary.UserPermissionSummary.Builder
Sets the value of the 'loginName' field.
setMagic(net.corda.data.Magic) - function in net.corda.data.AvroEnvelope
Sets the value of the 'magic' field.
setMagic(net.corda.data.Magic) - function in net.corda.data.AvroEnvelope.Builder
Sets the value of the 'magic' field.
setMainBundle(java.lang.String) - function in net.corda.data.packaging.CpkMetadata
Sets the value of the 'mainBundle' field.
setMainBundle(java.lang.String) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the value of the 'mainBundle' field.
setMajor(int) - function in net.corda.data.packaging.CpkFormatVersion
Sets the value of the 'major' field.
setMajor(int) - function in net.corda.data.packaging.CpkFormatVersion.Builder
Sets the value of the 'major' field.
setMajorVersion(int) - function in net.corda.data.config.ConfigurationSchemaVersion
Sets the value of the 'majorVersion' field.
setMajorVersion(int) - function in net.corda.data.config.ConfigurationSchemaVersion.Builder
Sets the value of the 'majorVersion' field.
setManifest(net.corda.data.packaging.CpkManifest) - function in net.corda.data.packaging.CpkMetadata
Sets the value of the 'manifest' field.
setManifest(net.corda.data.packaging.CpkManifest) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the value of the 'manifest' field.
setManifestBuilder(net.corda.data.packaging.CpkManifest.Builder) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the Builder instance for the 'manifest' field
setMarker(Object) - function in net.corda.data.p2p.markers.AppMessageMarker
Sets the value of the 'marker' field.
setMarker(Object) - function in net.corda.data.p2p.markers.AppMessageMarker.Builder
Sets the value of the 'marker' field.
setMasterKeyAlias(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'masterKeyAlias' field.
setMasterKeyAlias(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'masterKeyAlias' field.
setMasterKeyAlias(java.lang.String) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo
Sets the value of the 'masterKeyAlias' field.
setMasterKeyAlias(java.lang.String) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo.Builder
Sets the value of the 'masterKeyAlias' field.
setMasterKeyAlias(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateWrappingKeyRpcCommand
Sets the value of the 'masterKeyAlias' field.
setMasterKeyAlias(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateWrappingKeyRpcCommand.Builder
Sets the value of the 'masterKeyAlias' field.
setMaxFlowSleepDuration(int) - function in net.corda.data.flow.state.checkpoint.PipelineState
Sets the value of the 'maxFlowSleepDuration' field.
setMaxFlowSleepDuration(int) - function in net.corda.data.flow.state.checkpoint.PipelineState.Builder
Sets the value of the 'maxFlowSleepDuration' field.
setMaxMessageSize(int) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions
Sets the value of the 'maxMessageSize' field.
setMaxMessageSize(int) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions.Builder
Sets the value of the 'maxMessageSize' field.
setMaxMessageSize(int) - function in net.corda.data.p2p.crypto.internal.ResponderEncryptedExtensions
Sets the value of the 'maxMessageSize' field.
setMaxMessageSize(int) - function in net.corda.data.p2p.crypto.internal.ResponderEncryptedExtensions.Builder
Sets the value of the 'maxMessageSize' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.member.PersistMemberRegistrationState
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.member.PersistMemberRegistrationState.Builder
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.mgm.CheckForPendingRegistration
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.mgm.CheckForPendingRegistration.Builder
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration.Builder
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.synchronisation.SynchronisationMetaData
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.synchronisation.SynchronisationMetaData.Builder
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToApproved
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToApproved.Builder
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToDeclined
Sets the value of the 'member' field.
setMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToDeclined.Builder
Sets the value of the 'member' field.
setMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.command.registration.member.PersistMemberRegistrationState.Builder
Sets the Builder instance for the 'member' field The member to persist the state.
setMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.command.registration.mgm.CheckForPendingRegistration.Builder
Sets the Builder instance for the 'member' field Holding identity of the registering member as provided during P2P communication.
setMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration.Builder
Sets the Builder instance for the 'member' field Holding identity of the requesting member.
setMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.command.synchronisation.SynchronisationMetaData.Builder
Sets the Builder instance for the 'member' field Holding identity of the member receiving the membership updates
setMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToApproved.Builder
Sets the Builder instance for the 'member' field Holding identity of the member to update the state.
setMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToDeclined.Builder
Sets the Builder instance for the 'member' field Holding identity of the member to update the state.
setMemberContext(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.PersistentMemberInfo
Sets the value of the 'memberContext' field.
setMemberContext(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.PersistentMemberInfo.Builder
Sets the value of the 'memberContext' field.
setMemberContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.SignedMemberInfo
Sets the value of the 'memberContext' field.
setMemberContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.SignedMemberInfo.Builder
Sets the value of the 'memberContext' field.
setMemberContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest
Sets the value of the 'memberContext' field.
setMemberContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest.Builder
Sets the value of the 'memberContext' field.
setMemberContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.membership.PersistentMemberInfo.Builder
Sets the Builder instance for the 'memberContext' field Deprecated field, signedMemberContext should be used instead.
setMemberContextBuilder(net.corda.data.membership.SignedData.Builder) - function in net.corda.data.membership.SignedMemberInfo.Builder
Sets the Builder instance for the 'memberContext' field Signed member provided data in MemberInfo serialised as byte array by using KeyValuePairList.
setMemberContextBuilder(net.corda.data.membership.SignedData.Builder) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest.Builder
Sets the Builder instance for the 'memberContext' field Member provided data in MemberInfo which has been signed by the registering member.
setMemberInfo(net.corda.data.membership.PersistentMemberInfo) - function in net.corda.data.membership.db.response.command.ActivateMemberResponse
Sets the value of the 'memberInfo' field.
setMemberInfo(net.corda.data.membership.PersistentMemberInfo) - function in net.corda.data.membership.db.response.command.ActivateMemberResponse.Builder
Sets the value of the 'memberInfo' field.
setMemberInfo(net.corda.data.membership.PersistentMemberInfo) - function in net.corda.data.membership.db.response.command.SuspendMemberResponse
Sets the value of the 'memberInfo' field.
setMemberInfo(net.corda.data.membership.PersistentMemberInfo) - function in net.corda.data.membership.db.response.command.SuspendMemberResponse.Builder
Sets the value of the 'memberInfo' field.
setMemberInfo(net.corda.data.membership.PersistentMemberInfo) - function in net.corda.data.membership.db.response.query.UpdateMemberAndRegistrationRequestResponse
Sets the value of the 'memberInfo' field.
setMemberInfo(net.corda.data.membership.PersistentMemberInfo) - function in net.corda.data.membership.db.response.query.UpdateMemberAndRegistrationRequestResponse.Builder
Sets the value of the 'memberInfo' field.
setMemberInfoBuilder(net.corda.data.membership.PersistentMemberInfo.Builder) - function in net.corda.data.membership.db.response.command.ActivateMemberResponse.Builder
Sets the Builder instance for the 'memberInfo' field The updated MemberInfo after activating the member.
setMemberInfoBuilder(net.corda.data.membership.PersistentMemberInfo.Builder) - function in net.corda.data.membership.db.response.command.SuspendMemberResponse.Builder
Sets the Builder instance for the 'memberInfo' field The updated MemberInfo after suspending the member.
setMemberInfoBuilder(net.corda.data.membership.PersistentMemberInfo.Builder) - function in net.corda.data.membership.db.response.query.UpdateMemberAndRegistrationRequestResponse.Builder
Sets the Builder instance for the 'memberInfo' field Member Info representing the member after the update.
setMemberProvidedContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.common.RegistrationRequestDetails
Sets the value of the 'memberProvidedContext' field.
setMemberProvidedContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the value of the 'memberProvidedContext' field.
setMemberProvidedContextBuilder(net.corda.data.membership.SignedData.Builder) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the Builder instance for the 'memberProvidedContext' field Member provided data in MemberInfo which has been signed by the registering member.
setMemberRegistrationRequest(net.corda.data.membership.p2p.MembershipRegistrationRequest) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration
Sets the value of the 'memberRegistrationRequest' field.
setMemberRegistrationRequest(net.corda.data.membership.p2p.MembershipRegistrationRequest) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration.Builder
Sets the value of the 'memberRegistrationRequest' field.
setMemberRegistrationRequestBuilder(net.corda.data.membership.p2p.MembershipRegistrationRequest.Builder) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration.Builder
Sets the Builder instance for the 'memberRegistrationRequest' field The full registration request as received from a registering member.
setMembers(java.util.List) - function in net.corda.data.membership.db.request.command.PersistMemberInfo
Sets the value of the 'members' field.
setMembers(java.util.List) - function in net.corda.data.membership.db.request.command.PersistMemberInfo.Builder
Sets the value of the 'members' field.
setMembers(java.util.List) - function in net.corda.data.membership.db.response.query.MemberInfoQueryResponse
Sets the value of the 'members' field.
setMembers(java.util.List) - function in net.corda.data.membership.db.response.query.MemberInfoQueryResponse.Builder
Sets the value of the 'members' field.
setMembersHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.membership.p2p.MembershipSyncRequest
Sets the value of the 'membersHash' field.
setMembersHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.membership.p2p.MembershipSyncRequest.Builder
Sets the value of the 'membersHash' field.
setMembersHashBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.membership.p2p.MembershipSyncRequest.Builder
Sets the Builder instance for the 'membersHash' field Hash value to help validate the member requesting for sync.
setMembershipPackage(net.corda.data.membership.p2p.MembershipPackage) - function in net.corda.data.membership.command.synchronisation.member.ProcessMembershipUpdates
Sets the value of the 'membershipPackage' field.
setMembershipPackage(net.corda.data.membership.p2p.MembershipPackage) - function in net.corda.data.membership.command.synchronisation.member.ProcessMembershipUpdates.Builder
Sets the value of the 'membershipPackage' field.
setMembershipPackageBuilder(net.corda.data.membership.p2p.MembershipPackage.Builder) - function in net.corda.data.membership.command.synchronisation.member.ProcessMembershipUpdates.Builder
Sets the Builder instance for the 'membershipPackage' field Data package distributed by the MGM containing membership updates.
setMemberships(net.corda.data.membership.p2p.SignedMemberships) - function in net.corda.data.membership.p2p.MembershipPackage
Sets the value of the 'memberships' field.
setMemberships(net.corda.data.membership.p2p.SignedMemberships) - function in net.corda.data.membership.p2p.MembershipPackage.Builder
Sets the value of the 'memberships' field.
setMemberships(java.util.List) - function in net.corda.data.membership.p2p.SignedMemberships
Sets the value of the 'memberships' field.
setMemberships(java.util.List) - function in net.corda.data.membership.p2p.SignedMemberships.Builder
Sets the value of the 'memberships' field.
setMembershipsBuilder(net.corda.data.membership.p2p.SignedMemberships.Builder) - function in net.corda.data.membership.p2p.MembershipPackage.Builder
Sets the Builder instance for the 'memberships' field Membership updates.
setMemberSignature(net.corda.data.crypto.wire.CryptoSignatureWithKey) - function in net.corda.data.membership.PersistentSignedMemberInfo
Sets the value of the 'memberSignature' field.
setMemberSignature(net.corda.data.crypto.wire.CryptoSignatureWithKey) - function in net.corda.data.membership.PersistentSignedMemberInfo.Builder
Sets the value of the 'memberSignature' field.
setMemberSignatureBuilder(net.corda.data.crypto.wire.CryptoSignatureWithKey.Builder) - function in net.corda.data.membership.PersistentSignedMemberInfo.Builder
Sets the Builder instance for the 'memberSignature' field Signature of the member over the memberContext.
setMemberSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.membership.PersistentSignedMemberInfo
Sets the value of the 'memberSignatureSpec' field.
setMemberSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.membership.PersistentSignedMemberInfo.Builder
Sets the value of the 'memberSignatureSpec' field.
setMemberSignatureSpecBuilder(net.corda.data.crypto.wire.CryptoSignatureSpec.Builder) - function in net.corda.data.membership.PersistentSignedMemberInfo.Builder
Sets the Builder instance for the 'memberSignatureSpec' field Signature spec of member signature.
setMembersSignatures(java.util.List) - function in net.corda.data.membership.db.response.query.MemberSignatureQueryResponse
Sets the value of the 'membersSignatures' field.
setMembersSignatures(java.util.List) - function in net.corda.data.membership.db.response.query.MemberSignatureQueryResponse.Builder
Sets the value of the 'membersSignatures' field.
setMessage(java.lang.String) - function in net.corda.data.chunking.UploadStatus
Sets the value of the 'message' field.
setMessage(java.lang.String) - function in net.corda.data.chunking.UploadStatus.Builder
Sets the value of the 'message' field.
setMessage(net.corda.data.p2p.app.AuthenticatedMessage) - function in net.corda.data.p2p.AuthenticatedMessageAndKey
Sets the value of the 'message' field.
setMessage(net.corda.data.p2p.app.AuthenticatedMessage) - function in net.corda.data.p2p.AuthenticatedMessageAndKey.Builder
Sets the value of the 'message' field.
setMessage(net.corda.data.p2p.AuthenticatedMessageAndKey) - function in net.corda.data.p2p.AuthenticatedMessageDeliveryState
Sets the value of the 'message' field.
setMessage(net.corda.data.p2p.AuthenticatedMessageAndKey) - function in net.corda.data.p2p.AuthenticatedMessageDeliveryState.Builder
Sets the value of the 'message' field.
setMessage(Object) - function in net.corda.data.p2p.DataMessagePayload
Sets the value of the 'message' field.
setMessage(Object) - function in net.corda.data.p2p.DataMessagePayload.Builder
Sets the value of the 'message' field.
setMessage(Object) - function in net.corda.data.p2p.app.AppMessage
Sets the value of the 'message' field.
setMessage(Object) - function in net.corda.data.p2p.app.AppMessage.Builder
Sets the value of the 'message' field.
setMessage(net.corda.data.p2p.AuthenticatedMessageAndKey) - function in net.corda.data.p2p.markers.LinkManagerDiscardedMarker
Sets the value of the 'message' field.
setMessage(net.corda.data.p2p.AuthenticatedMessageAndKey) - function in net.corda.data.p2p.markers.LinkManagerDiscardedMarker.Builder
Sets the value of the 'message' field.
setMessage(net.corda.data.p2p.AuthenticatedMessageAndKey) - function in net.corda.data.p2p.markers.LinkManagerProcessedMarker
Sets the value of the 'message' field.
setMessage(net.corda.data.p2p.AuthenticatedMessageAndKey) - function in net.corda.data.p2p.markers.LinkManagerProcessedMarker.Builder
Sets the value of the 'message' field.
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
Allows to set the message after constructing the exception object.
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
Allows to set the message after constructing the exception object.
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setMessage(java.lang.String) - function in net.corda.v5.base.exceptions.CordaThrowable
Allows to set the message after constructing the exception object.
setMessageBuilder(net.corda.data.p2p.app.AuthenticatedMessage.Builder) - function in net.corda.data.p2p.AuthenticatedMessageAndKey.Builder
Sets the Builder instance for the 'message' field
setMessageBuilder(net.corda.data.p2p.AuthenticatedMessageAndKey.Builder) - function in net.corda.data.p2p.AuthenticatedMessageDeliveryState.Builder
Sets the Builder instance for the 'message' field A copy of the original message in P2P_OUT_TOPIC.
setMessageBuilder(net.corda.data.p2p.AuthenticatedMessageAndKey.Builder) - function in net.corda.data.p2p.markers.LinkManagerDiscardedMarker.Builder
Sets the Builder instance for the 'message' field A copy of the original message in P2P_OUT_TOPIC.
setMessageBuilder(net.corda.data.p2p.AuthenticatedMessageAndKey.Builder) - function in net.corda.data.p2p.markers.LinkManagerProcessedMarker.Builder
Sets the Builder instance for the 'message' field A copy of the original message in P2P_OUT_TOPIC.
setMessageDirection(net.corda.data.flow.event.MessageDirection) - function in net.corda.data.flow.event.SessionEvent
Sets the value of the 'messageDirection' field.
setMessageDirection(net.corda.data.flow.event.MessageDirection) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the value of the 'messageDirection' field.
setMessageId(java.lang.String) - function in net.corda.data.p2p.AuthenticatedMessageAck
Sets the value of the 'messageId' field.
setMessageId(java.lang.String) - function in net.corda.data.p2p.AuthenticatedMessageAck.Builder
Sets the value of the 'messageId' field.
setMessageId(java.lang.String) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader
Sets the value of the 'messageId' field.
setMessageId(java.lang.String) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader.Builder
Sets the value of the 'messageId' field.
setMessageId(java.lang.String) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessageHeader
Sets the value of the 'messageId' field.
setMessageId(java.lang.String) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessageHeader.Builder
Sets the value of the 'messageId' field.
setMessageId(java.lang.String) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader
Sets the value of the 'messageId' field.
setMessageId(java.lang.String) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader.Builder
Sets the value of the 'messageId' field.
setMessageType(net.corda.data.p2p.crypto.MessageType) - function in net.corda.data.p2p.crypto.CommonHeader
Sets the value of the 'messageType' field.
setMessageType(net.corda.data.p2p.crypto.MessageType) - function in net.corda.data.p2p.crypto.CommonHeader.Builder
Sets the value of the 'messageType' field.
setMetadata(net.corda.data.KeyValuePairList) - function in net.corda.data.persistence.EntityResponse
Sets the value of the 'metadata' field.
setMetadata(net.corda.data.KeyValuePairList) - function in net.corda.data.persistence.EntityResponse.Builder
Sets the value of the 'metadata' field.
setMetadataBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.persistence.EntityResponse.Builder
Sets the Builder instance for the 'metadata' field Metadata returned from the execution of the persistence operation
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.actions.request.DistributeGroupParameters
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.actions.request.DistributeGroupParameters.Builder
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.actions.request.DistributeMemberInfo
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.actions.request.DistributeMemberInfo.Builder
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.mgm.CheckForPendingRegistration
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.mgm.CheckForPendingRegistration.Builder
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration.Builder
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.synchronisation.SynchronisationMetaData
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.synchronisation.SynchronisationMetaData.Builder
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader.Builder
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.state.RegistrationState
Sets the value of the 'mgm' field.
setMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.state.RegistrationState.Builder
Sets the value of the 'mgm' field.
setMgmBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.actions.request.DistributeGroupParameters.Builder
Sets the Builder instance for the 'mgm' field The membership group manager of the group.
setMgmBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.actions.request.DistributeMemberInfo.Builder
Sets the Builder instance for the 'mgm' field The membership group manager of the group.
setMgmBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.command.registration.mgm.CheckForPendingRegistration.Builder
Sets the Builder instance for the 'mgm' field Holding identity of the MGM.
setMgmBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration.Builder
Sets the Builder instance for the 'mgm' field Holding identity of the target MGM.
setMgmBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.command.synchronisation.SynchronisationMetaData.Builder
Sets the Builder instance for the 'mgm' field Holding identity of the MGM.
setMgmBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader.Builder
Sets the Builder instance for the 'mgm' field Holding identity of the target MGM.
setMgmBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.state.RegistrationState.Builder
Sets the Builder instance for the 'mgm' field Holding identity of the MGM.
setMgmContext(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.PersistentMemberInfo
Sets the value of the 'mgmContext' field.
setMgmContext(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.PersistentMemberInfo.Builder
Sets the value of the 'mgmContext' field.
setMgmContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.SignedMemberInfo
Sets the value of the 'mgmContext' field.
setMgmContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.SignedMemberInfo.Builder
Sets the value of the 'mgmContext' field.
setMgmContextBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.membership.PersistentMemberInfo.Builder
Sets the Builder instance for the 'mgmContext' field Deprecated field, serializedMgmContext should be used instead.
setMgmContextBuilder(net.corda.data.membership.SignedData.Builder) - function in net.corda.data.membership.SignedMemberInfo.Builder
Sets the Builder instance for the 'mgmContext' field Signed MGM provided data in MemberInfo serialised as byte array by using KeyValuePairList.
setMgmGroupId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'mgmGroupId' field.
setMgmGroupId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'mgmGroupId' field.
setMgmGroupId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'mgmGroupId' field.
setMgmGroupId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'mgmGroupId' field.
setMgmPrivateSigningKey(java.nio.ByteBuffer) - function in net.corda.data.membership.StaticNetworkInfo
Sets the value of the 'mgmPrivateSigningKey' field.
setMgmPrivateSigningKey(java.nio.ByteBuffer) - function in net.corda.data.membership.StaticNetworkInfo.Builder
Sets the value of the 'mgmPrivateSigningKey' field.
setMgmPublicSigningKey(java.nio.ByteBuffer) - function in net.corda.data.membership.StaticNetworkInfo
Sets the value of the 'mgmPublicSigningKey' field.
setMgmPublicSigningKey(java.nio.ByteBuffer) - function in net.corda.data.membership.StaticNetworkInfo.Builder
Sets the value of the 'mgmPublicSigningKey' field.
setMgmSignature(net.corda.data.crypto.wire.CryptoSignatureWithKey) - function in net.corda.data.membership.SignedGroupParameters
Sets the value of the 'mgmSignature' field.
setMgmSignature(net.corda.data.crypto.wire.CryptoSignatureWithKey) - function in net.corda.data.membership.SignedGroupParameters.Builder
Sets the value of the 'mgmSignature' field.
setMgmSignatureBuilder(net.corda.data.crypto.wire.CryptoSignatureWithKey.Builder) - function in net.corda.data.membership.SignedGroupParameters.Builder
Sets the Builder instance for the 'mgmSignature' field MGM signature over the serialised group parameters.
setMgmSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.membership.SignedGroupParameters
Sets the value of the 'mgmSignatureSpec' field.
setMgmSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.membership.SignedGroupParameters.Builder
Sets the value of the 'mgmSignatureSpec' field.
setMgmSignatureSpecBuilder(net.corda.data.crypto.wire.CryptoSignatureSpec.Builder) - function in net.corda.data.membership.SignedGroupParameters.Builder
Sets the Builder instance for the 'mgmSignatureSpec' field Signature spec for the MGM signature.
setMinimumGroupParametersEpoch(java.lang.Integer) - function in net.corda.data.membership.actions.request.DistributeGroupParameters
Sets the value of the 'minimumGroupParametersEpoch' field.
setMinimumGroupParametersEpoch(java.lang.Integer) - function in net.corda.data.membership.actions.request.DistributeGroupParameters.Builder
Sets the value of the 'minimumGroupParametersEpoch' field.
setMinimumGroupParametersEpoch(java.lang.Integer) - function in net.corda.data.membership.actions.request.DistributeMemberInfo
Sets the value of the 'minimumGroupParametersEpoch' field.
setMinimumGroupParametersEpoch(java.lang.Integer) - function in net.corda.data.membership.actions.request.DistributeMemberInfo.Builder
Sets the value of the 'minimumGroupParametersEpoch' field.
setMinimumUpdatedMemberSerial(java.lang.Long) - function in net.corda.data.membership.actions.request.DistributeMemberInfo
Sets the value of the 'minimumUpdatedMemberSerial' field.
setMinimumUpdatedMemberSerial(java.lang.Long) - function in net.corda.data.membership.actions.request.DistributeMemberInfo.Builder
Sets the value of the 'minimumUpdatedMemberSerial' field.
setMinor(int) - function in net.corda.data.packaging.CpkFormatVersion
Sets the value of the 'minor' field.
setMinor(int) - function in net.corda.data.packaging.CpkFormatVersion.Builder
Sets the value of the 'minor' field.
setMinorVersion(int) - function in net.corda.data.config.ConfigurationSchemaVersion
Sets the value of the 'minorVersion' field.
setMinorVersion(int) - function in net.corda.data.config.ConfigurationSchemaVersion.Builder
Sets the value of the 'minorVersion' field.
setMinPlatformVersion(int) - function in net.corda.data.packaging.CorDappManifest
Sets the value of the 'minPlatformVersion' field.
setMinPlatformVersion(int) - function in net.corda.data.packaging.CorDappManifest.Builder
Sets the value of the 'minPlatformVersion' field.
setMode(net.corda.data.ledger.utxo.token.selection.state.TokenSyncMode) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState
Sets the value of the 'mode' field.
setMode(net.corda.data.ledger.utxo.token.selection.state.TokenSyncMode) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState.Builder
Sets the value of the 'mode' field.
setMode(net.corda.data.p2p.gateway.certificates.RevocationMode) - function in net.corda.data.p2p.gateway.certificates.RevocationCheckRequest
Sets the value of the 'mode' field.
setMode(net.corda.data.p2p.gateway.certificates.RevocationMode) - function in net.corda.data.p2p.gateway.certificates.RevocationCheckRequest.Builder
Sets the value of the 'mode' field.
setName(java.lang.String) - function in net.corda.data.packaging.CpiIdentifier
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.data.packaging.CpiIdentifier.Builder
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.data.packaging.CpkIdentifier
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.data.packaging.CpkIdentifier.Builder
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.data.permissions.Group
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.data.permissions.Group.Builder
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.data.permissions.Role
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.data.permissions.Role.Builder
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.data.scheduler.ScheduledTaskTrigger
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.data.scheduler.ScheduledTaskTrigger.Builder
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.ledger.utxo.verification.CordaPackageSummary
Sets the value of the 'name' field.
setName(java.lang.String) - function in net.corda.ledger.utxo.verification.CordaPackageSummary.Builder
Sets the value of the 'name' field.
setNewState(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeStateChangeRequest
Sets the value of the 'newState' field.
setNewState(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeStateChangeRequest.Builder
Sets the value of the 'newState' field.
setNewStatus(net.corda.data.membership.common.RegistrationStatus) - function in net.corda.data.membership.p2p.SetOwnRegistrationStatus
Sets the value of the 'newStatus' field.
setNewStatus(net.corda.data.membership.common.RegistrationStatus) - function in net.corda.data.membership.p2p.SetOwnRegistrationStatus.Builder
Sets the value of the 'newStatus' field.
setNewStatus(net.corda.data.membership.common.v2.RegistrationStatus) - function in net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus
Sets the value of the 'newStatus' field.
setNewStatus(net.corda.data.membership.common.v2.RegistrationStatus) - function in net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus.Builder
Sets the value of the 'newStatus' field.
setNextBlockStartOffset(java.time.Instant) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState
Sets the value of the 'nextBlockStartOffset' field.
setNextBlockStartOffset(java.time.Instant) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState.Builder
Sets the value of the 'nextBlockStartOffset' field.
setNextBlockStartOffset(java.time.Instant) - function in net.corda.data.ledger.utxo.token.selection.data.TokenPoolPeriodicSyncState
Sets the value of the 'nextBlockStartOffset' field.
setNextBlockStartOffset(java.time.Instant) - function in net.corda.data.ledger.utxo.token.selection.data.TokenPoolPeriodicSyncState.Builder
Sets the value of the 'nextBlockStartOffset' field.
setNextTryAt(java.time.Instant) - function in net.corda.data.membership.async.request.RetriableFailure
Sets the value of the 'nextTryAt' field.
setNextTryAt(java.time.Instant) - function in net.corda.data.membership.async.request.RetriableFailure.Builder
Sets the value of the 'nextTryAt' field.
setNextWakeup(java.time.Instant) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState
Sets the value of the 'nextWakeup' field.
setNextWakeup(java.time.Instant) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState.Builder
Sets the value of the 'nextWakeup' field.
setNotary(net.corda.data.membership.PersistentMemberInfo) - function in net.corda.data.membership.db.request.command.AddNotaryToGroupParameters
Sets the value of the 'notary' field.
setNotary(net.corda.data.membership.PersistentMemberInfo) - function in net.corda.data.membership.db.request.command.AddNotaryToGroupParameters.Builder
Sets the value of the 'notary' field.
setNotary(net.corda.v5.base.types.MemberX500Name) - function in net.corda.v5.ledger.utxo.transaction.UtxoTransactionBuilder
Sets the specified MemberX500Name as a notary to the current UtxoTransactionBuilder.
setNotaryBuilder(net.corda.data.membership.PersistentMemberInfo.Builder) - function in net.corda.data.membership.db.request.command.AddNotaryToGroupParameters.Builder
Sets the Builder instance for the 'notary' field Notary virtual node to be added to the group parameters
setNotaryX500Name(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey
Sets the value of the 'notaryX500Name' field.
setNotaryX500Name(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder
Sets the value of the 'notaryX500Name' field.
setNumberOfHashFunctions(int) - function in net.corda.data.sync.BloomFilter
Sets the value of the 'numberOfHashFunctions' field.
setNumberOfHashFunctions(int) - function in net.corda.data.sync.BloomFilter.Builder
Sets the value of the 'numberOfHashFunctions' field.
setNumberOfRemainingRetries(int) - function in net.corda.data.membership.async.request.RetriableFailure
Sets the value of the 'numberOfRemainingRetries' field.
setNumberOfRemainingRetries(int) - function in net.corda.data.membership.async.request.RetriableFailure.Builder
Sets the value of the 'numberOfRemainingRetries' field.
setNumberOfRetriesSoFar(int) - function in net.corda.data.membership.command.registration.mgm.CheckForPendingRegistration
Sets the value of the 'numberOfRetriesSoFar' field.
setNumberOfRetriesSoFar(int) - function in net.corda.data.membership.command.registration.mgm.CheckForPendingRegistration.Builder
Sets the value of the 'numberOfRetriesSoFar' field.
setNumberOfRetriesSoFar(int) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration
Sets the value of the 'numberOfRetriesSoFar' field.
setNumberOfRetriesSoFar(int) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration.Builder
Sets the value of the 'numberOfRetriesSoFar' field.
setNumberOfRetriesSoFar(int) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequestState
Sets the value of the 'numberOfRetriesSoFar' field.
setNumberOfRetriesSoFar(int) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequestState.Builder
Sets the value of the 'numberOfRetriesSoFar' field.
setNumOutputStates(int) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro
Sets the value of the 'numOutputStates' field.
setNumOutputStates(int) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the value of the 'numOutputStates' field.
setOffset(long) - function in net.corda.data.chunking.Chunk
Sets the value of the 'offset' field.
setOffset(long) - function in net.corda.data.chunking.Chunk.Builder
Sets the value of the 'offset' field.
setOffset(int) - function in net.corda.data.persistence.FindAll
Sets the value of the 'offset' field.
setOffset(int) - function in net.corda.data.persistence.FindAll.Builder
Sets the value of the 'offset' field.
setOffset(int) - function in net.corda.data.persistence.FindWithNamedQuery
Sets the value of the 'offset' field.
setOffset(int) - function in net.corda.data.persistence.FindWithNamedQuery.Builder
Sets the value of the 'offset' field.
setOffset(int) - function in net.corda.v5.application.persistence.PagedQuery
Sets the index of the first result in the query to return.
setOffset(int) - function in net.corda.v5.application.persistence.ParameterizedQuery
Sets the index of the first result in the query to return.
setOffset(int) - function in net.corda.v5.application.persistence.VaultNamedParameterizedQuery
 
setOffset(int) - function in net.corda.v5.ledger.utxo.query.VaultNamedParameterizedQuery
 
setOnboardedMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.event.registration.MgmOnboarded
Sets the value of the 'onboardedMgm' field.
setOnboardedMgm(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.event.registration.MgmOnboarded.Builder
Sets the value of the 'onboardedMgm' field.
setOnboardedMgmBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.event.registration.MgmOnboarded.Builder
Sets the Builder instance for the 'onboardedMgm' field Holding identity of the mgm who was onboarded.
setOperationHistory(java.util.List) - function in net.corda.data.virtualnode.VirtualNodeOperationStatusResponse
Sets the value of the 'operationHistory' field.
setOperationHistory(java.util.List) - function in net.corda.data.virtualnode.VirtualNodeOperationStatusResponse.Builder
Sets the value of the 'operationHistory' field.
setOperationInProgress(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'operationInProgress' field.
setOperationInProgress(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'operationInProgress' field.
setOrderBy(net.corda.data.crypto.wire.ops.rpc.queries.CryptoKeyOrderBy) - function in net.corda.data.crypto.wire.ops.rpc.queries.KeysRpcQuery
Sets the value of the 'orderBy' field.
setOrderBy(net.corda.data.crypto.wire.ops.rpc.queries.CryptoKeyOrderBy) - function in net.corda.data.crypto.wire.ops.rpc.queries.KeysRpcQuery.Builder
Sets the value of the 'orderBy' field.
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaRuntimeException
 
setOriginalExceptionClassName(java.lang.String) - function in net.corda.v5.base.exceptions.CordaThrowable
 
setOriginatorX500Name(java.lang.String) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro
Sets the value of the 'originatorX500Name' field.
setOriginatorX500Name(java.lang.String) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the value of the 'originatorX500Name' field.
setOther(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.CryptoRequestContext
Sets the value of the 'other' field.
setOther(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.CryptoRequestContext.Builder
Sets the value of the 'other' field.
setOther(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.CryptoResponseContext
Sets the value of the 'other' field.
setOther(net.corda.data.KeyValuePairList) - function in net.corda.data.crypto.wire.CryptoResponseContext.Builder
Sets the value of the 'other' field.
setOtherBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.CryptoRequestContext.Builder
Sets the Builder instance for the 'other' field Any other list of context's key-values.
setOtherBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.crypto.wire.CryptoResponseContext.Builder
Sets the Builder instance for the 'other' field Any other list of context's key-values.
setOtherPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.DeriveSharedSecretCommand
Sets the value of the 'otherPublicKey' field.
setOtherPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.DeriveSharedSecretCommand.Builder
Sets the value of the 'otherPublicKey' field.
setOwnerHash(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.Token
Sets the value of the 'ownerHash' field.
setOwnerHash(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.Token.Builder
Sets the value of the 'ownerHash' field.
setOwnerHash(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery
Sets the value of the 'ownerHash' field.
setOwnerHash(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery.Builder
Sets the value of the 'ownerHash' field.
setOwnerHash(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery
Sets the value of the 'ownerHash' field.
setOwnerHash(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery.Builder
Sets the value of the 'ownerHash' field.
setOwnerHash(net.corda.v5.crypto.SecureHash) - function in net.corda.v5.ledger.utxo.token.selection.TokenBalanceCriteria
Sets an optional owner SecureHash of the tokens to be selected, or null to match all owners.
setOwnerHash(net.corda.v5.crypto.SecureHash) - function in net.corda.v5.ledger.utxo.token.selection.TokenClaimCriteria
Sets an optional owner SecureHash of the tokens to be selected, or null to match all owners.
setOwnerX500Name(java.lang.String) - function in net.corda.data.membership.db.request.command.AddPreAuthToken
Sets the value of the 'ownerX500Name' field.
setOwnerX500Name(java.lang.String) - function in net.corda.data.membership.db.request.command.AddPreAuthToken.Builder
Sets the value of the 'ownerX500Name' field.
setOwnerX500Name(java.lang.String) - function in net.corda.data.membership.db.request.command.ConsumePreAuthToken
Sets the value of the 'ownerX500Name' field.
setOwnerX500Name(java.lang.String) - function in net.corda.data.membership.db.request.command.ConsumePreAuthToken.Builder
Sets the value of the 'ownerX500Name' field.
setOwnerX500Name(java.lang.String) - function in net.corda.data.membership.db.request.query.QueryPreAuthToken
Sets the value of the 'ownerX500Name' field.
setOwnerX500Name(java.lang.String) - function in net.corda.data.membership.db.request.query.QueryPreAuthToken.Builder
Sets the value of the 'ownerX500Name' field.
setOwnerX500Name(java.lang.String) - function in net.corda.data.membership.preauth.PreAuthToken
Sets the value of the 'ownerX500Name' field.
setOwnerX500Name(java.lang.String) - function in net.corda.data.membership.preauth.PreAuthToken.Builder
Sets the value of the 'ownerX500Name' field.
SetOwnRegistrationStatus - class in net.corda.data.membership.p2p
Set the member registration status.
SetOwnRegistrationStatus - class in net.corda.data.membership.p2p.v2
Set the member registration status.
SetOwnRegistrationStatus.Builder - class in net.corda.data.membership.p2p.SetOwnRegistrationStatus
RecordBuilder for SetOwnRegistrationStatus instances.
SetOwnRegistrationStatus.Builder - class in net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus
RecordBuilder for SetOwnRegistrationStatus instances.
setPageCount(int) - function in net.corda.data.membership.p2p.MembershipPackage
Sets the value of the 'pageCount' field.
setPageCount(int) - function in net.corda.data.membership.p2p.MembershipPackage.Builder
Sets the value of the 'pageCount' field.
setParameter(java.lang.String,Object) - function in net.corda.v5.application.persistence.ParameterizedQuery
Set parameter with given [name].
setParameter(java.lang.String,Object) - function in net.corda.v5.ledger.utxo.query.VaultNamedParameterizedQuery
 
setParameters(java.util.Map) - function in net.corda.data.persistence.FindWithNamedQuery
Sets the value of the 'parameters' field.
setParameters(java.util.Map) - function in net.corda.data.persistence.FindWithNamedQuery.Builder
Sets the value of the 'parameters' field.
setParameters(java.util.Map) - function in net.corda.v5.application.persistence.ParameterizedQuery
Sets the parameters as a Map.
setParameters(java.util.Map) - function in net.corda.v5.ledger.utxo.query.VaultNamedParameterizedQuery
 
setParams(net.corda.data.crypto.wire.CryptoSignatureParameterSpec) - function in net.corda.data.crypto.wire.CryptoSignatureSpec
Sets the value of the 'params' field.
setParams(net.corda.data.crypto.wire.CryptoSignatureParameterSpec) - function in net.corda.data.crypto.wire.CryptoSignatureSpec.Builder
Sets the value of the 'params' field.
setParamsBuilder(net.corda.data.crypto.wire.CryptoSignatureParameterSpec.Builder) - function in net.corda.data.crypto.wire.CryptoSignatureSpec.Builder
Sets the Builder instance for the 'params' field An optional signature parameters.
setParentGroupId(java.lang.String) - function in net.corda.data.permissions.Group
Sets the value of the 'parentGroupId' field.
setParentGroupId(java.lang.String) - function in net.corda.data.permissions.Group.Builder
Sets the value of the 'parentGroupId' field.
setParentGroupId(java.lang.String) - function in net.corda.data.permissions.User
Sets the value of the 'parentGroupId' field.
setParentGroupId(java.lang.String) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'parentGroupId' field.
setParentGroupId(java.lang.String) - function in net.corda.data.permissions.management.user.CreateUserRequest
Sets the value of the 'parentGroupId' field.
setParentGroupId(java.lang.String) - function in net.corda.data.permissions.management.user.CreateUserRequest.Builder
Sets the value of the 'parentGroupId' field.
setPartitions(java.util.List) - function in net.corda.data.p2p.SessionPartitions
Sets the value of the 'partitions' field.
setPartitions(java.util.List) - function in net.corda.data.p2p.SessionPartitions.Builder
Sets the value of the 'partitions' field.
setPartNumber(int) - function in net.corda.data.chunking.Chunk
Sets the value of the 'partNumber' field.
setPartNumber(int) - function in net.corda.data.chunking.Chunk.Builder
Sets the value of the 'partNumber' field.
setPartNumber(int) - function in net.corda.data.chunking.ChunkKey
Sets the value of the 'partNumber' field.
setPartNumber(int) - function in net.corda.data.chunking.ChunkKey.Builder
Sets the value of the 'partNumber' field.
setPasswordExpiry(java.time.Instant) - function in net.corda.data.permissions.User
Sets the value of the 'passwordExpiry' field.
setPasswordExpiry(java.time.Instant) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'passwordExpiry' field.
setPasswordExpiry(java.time.Instant) - function in net.corda.data.permissions.management.user.CreateUserRequest
Sets the value of the 'passwordExpiry' field.
setPasswordExpiry(java.time.Instant) - function in net.corda.data.permissions.management.user.CreateUserRequest.Builder
Sets the value of the 'passwordExpiry' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.AvroEnvelope
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.AvroEnvelope.Builder
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.flow.event.FlowEvent
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.flow.event.FlowEvent.Builder
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.flow.event.SessionEvent
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.flow.event.external.ExternalEvent
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.flow.event.external.ExternalEvent.Builder
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.flow.event.external.ExternalEventResponse
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.flow.event.external.ExternalEventResponse.Builder
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.flow.event.mapper.FlowMapperEvent
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.flow.event.mapper.FlowMapperEvent.Builder
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.flow.event.session.SessionData
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.flow.event.session.SessionData.Builder
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.ledger.utxo.token.selection.event.TokenPoolCacheEvent
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.ledger.utxo.token.selection.event.TokenPoolCacheEvent.Builder
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.ledger.utxo.token.selection.event.TokenSyncEvent
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.ledger.utxo.token.selection.event.TokenSyncEvent.Builder
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.membership.db.response.MembershipPersistenceResponse
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.membership.db.response.MembershipPersistenceResponse.Builder
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequest
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequest.Builder
Sets the value of the 'payload' field.
setPayload(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.p2p.VerificationRequest
Sets the value of the 'payload' field.
setPayload(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.p2p.VerificationRequest.Builder
Sets the value of the 'payload' field.
setPayload(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.p2p.VerificationResponse
Sets the value of the 'payload' field.
setPayload(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.p2p.VerificationResponse.Builder
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.messaging.RPCRequest
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.messaging.RPCRequest.Builder
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.messaging.RPCResponse
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.messaging.RPCResponse.Builder
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.p2p.LinkInMessage
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.p2p.LinkInMessage.Builder
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.p2p.LinkOutMessage
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.p2p.LinkOutMessage.Builder
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.AuthenticatedMessage
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.AuthenticatedMessage.Builder
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessage
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessage.Builder
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessage
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessage.Builder
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.AuthenticatedDataMessage
Sets the value of the 'payload' field.
setPayload(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.AuthenticatedDataMessage.Builder
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.p2p.gateway.GatewayMessage
Sets the value of the 'payload' field.
setPayload(Object) - function in net.corda.data.p2p.gateway.GatewayMessage.Builder
Sets the value of the 'payload' field.
setPayloadBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.membership.p2p.VerificationRequest.Builder
Sets the Builder instance for the 'payload' field Request's payload.
setPayloadBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.membership.p2p.VerificationResponse.Builder
Sets the Builder instance for the 'payload' field Response's payload.
setPendingPlatformError(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.state.checkpoint.PipelineState
Sets the value of the 'pendingPlatformError' field.
setPendingPlatformError(net.corda.data.ExceptionEnvelope) - function in net.corda.data.flow.state.checkpoint.PipelineState.Builder
Sets the value of the 'pendingPlatformError' field.
setPendingPlatformErrorBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.data.flow.state.checkpoint.PipelineState.Builder
Sets the Builder instance for the 'pendingPlatformError' field Used for platform generated errors reported back to user code.
setPeriodicSyncState(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState
Sets the value of the 'periodicSyncState' field.
setPeriodicSyncState(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState.Builder
Sets the value of the 'periodicSyncState' field.
setPermissionId(java.lang.String) - function in net.corda.data.permissions.PermissionAssociation
Sets the value of the 'permissionId' field.
setPermissionId(java.lang.String) - function in net.corda.data.permissions.PermissionAssociation.Builder
Sets the value of the 'permissionId' field.
setPermissionId(java.lang.String) - function in net.corda.data.permissions.management.role.AddPermissionToRoleRequest
Sets the value of the 'permissionId' field.
setPermissionId(java.lang.String) - function in net.corda.data.permissions.management.role.AddPermissionToRoleRequest.Builder
Sets the value of the 'permissionId' field.
setPermissionId(java.lang.String) - function in net.corda.data.permissions.management.role.RemovePermissionFromRoleRequest
Sets the value of the 'permissionId' field.
setPermissionId(java.lang.String) - function in net.corda.data.permissions.management.role.RemovePermissionFromRoleRequest.Builder
Sets the value of the 'permissionId' field.
setPermissionIds(java.util.List) - function in net.corda.data.permissions.management.permission.BulkCreatePermissionsResponse
Sets the value of the 'permissionIds' field.
setPermissionIds(java.util.List) - function in net.corda.data.permissions.management.permission.BulkCreatePermissionsResponse.Builder
Sets the value of the 'permissionIds' field.
setPermissions(java.util.List) - function in net.corda.data.permissions.Role
Sets the value of the 'permissions' field.
setPermissions(java.util.List) - function in net.corda.data.permissions.Role.Builder
Sets the value of the 'permissions' field.
setPermissions(java.util.List) - function in net.corda.data.permissions.summary.UserPermissionSummary
Sets the value of the 'permissions' field.
setPermissions(java.util.List) - function in net.corda.data.permissions.summary.UserPermissionSummary.Builder
Sets the value of the 'permissions' field.
setPermissionsToCreate(java.util.List) - function in net.corda.data.permissions.management.permission.BulkCreatePermissionsRequest
Sets the value of the 'permissionsToCreate' field.
setPermissionsToCreate(java.util.List) - function in net.corda.data.permissions.management.permission.BulkCreatePermissionsRequest.Builder
Sets the value of the 'permissionsToCreate' field.
setPermissionString(java.lang.String) - function in net.corda.data.permissions.Permission
Sets the value of the 'permissionString' field.
setPermissionString(java.lang.String) - function in net.corda.data.permissions.Permission.Builder
Sets the value of the 'permissionString' field.
setPermissionString(java.lang.String) - function in net.corda.data.permissions.management.permission.CreatePermissionRequest
Sets the value of the 'permissionString' field.
setPermissionString(java.lang.String) - function in net.corda.data.permissions.management.permission.CreatePermissionRequest.Builder
Sets the value of the 'permissionString' field.
setPermissionString(java.lang.String) - function in net.corda.data.permissions.summary.PermissionSummary
Sets the value of the 'permissionString' field.
setPermissionString(java.lang.String) - function in net.corda.data.permissions.summary.PermissionSummary.Builder
Sets the value of the 'permissionString' field.
setPermissionType(net.corda.data.permissions.PermissionType) - function in net.corda.data.permissions.Permission
Sets the value of the 'permissionType' field.
setPermissionType(net.corda.data.permissions.PermissionType) - function in net.corda.data.permissions.Permission.Builder
Sets the value of the 'permissionType' field.
setPermissionType(net.corda.data.permissions.PermissionType) - function in net.corda.data.permissions.management.permission.CreatePermissionRequest
Sets the value of the 'permissionType' field.
setPermissionType(net.corda.data.permissions.PermissionType) - function in net.corda.data.permissions.management.permission.CreatePermissionRequest.Builder
Sets the value of the 'permissionType' field.
setPermissionType(net.corda.data.permissions.PermissionType) - function in net.corda.data.permissions.summary.PermissionSummary
Sets the value of the 'permissionType' field.
setPermissionType(net.corda.data.permissions.PermissionType) - function in net.corda.data.permissions.summary.PermissionSummary.Builder
Sets the value of the 'permissionType' field.
setPersistedRule(net.corda.data.membership.common.ApprovalRuleDetails) - function in net.corda.data.membership.db.response.command.PersistApprovalRuleResponse
Sets the value of the 'persistedRule' field.
setPersistedRule(net.corda.data.membership.common.ApprovalRuleDetails) - function in net.corda.data.membership.db.response.command.PersistApprovalRuleResponse.Builder
Sets the value of the 'persistedRule' field.
setPersistedRuleBuilder(net.corda.data.membership.common.ApprovalRuleDetails.Builder) - function in net.corda.data.membership.db.response.command.PersistApprovalRuleResponse.Builder
Sets the Builder instance for the 'persistedRule' field Details of the newly persisted approval rule.
setPersistentMemberInfo(net.corda.data.membership.PersistentMemberInfo) - function in net.corda.data.membership.PersistentSignedMemberInfo
Sets the value of the 'persistentMemberInfo' field.
setPersistentMemberInfo(net.corda.data.membership.PersistentMemberInfo) - function in net.corda.data.membership.PersistentSignedMemberInfo.Builder
Sets the value of the 'persistentMemberInfo' field.
setPersistentMemberInfoBuilder(net.corda.data.membership.PersistentMemberInfo.Builder) - function in net.corda.data.membership.PersistentSignedMemberInfo.Builder
Sets the Builder instance for the 'persistentMemberInfo' field Persistent member info for the member.
setPipelineState(net.corda.data.flow.state.checkpoint.PipelineState) - function in net.corda.data.flow.state.checkpoint.Checkpoint
Sets the value of the 'pipelineState' field.
setPipelineState(net.corda.data.flow.state.checkpoint.PipelineState) - function in net.corda.data.flow.state.checkpoint.Checkpoint.Builder
Sets the value of the 'pipelineState' field.
setPipelineStateBuilder(net.corda.data.flow.state.checkpoint.PipelineState.Builder) - function in net.corda.data.flow.state.checkpoint.Checkpoint.Builder
Sets the Builder instance for the 'pipelineState' field State required by the pipeline, e.g.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery.Builder
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQueryResult
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQueryResult.Builder
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenCachedSyncCheck
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenCachedSyncCheck.Builder
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery.Builder
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQueryResult
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQueryResult.Builder
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease.Builder
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenForceClaimRelease
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenForceClaimRelease.Builder
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenLedgerChange
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenLedgerChange.Builder
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenPoolPeriodicSyncState
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.data.TokenPoolPeriodicSyncState.Builder
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.event.TokenPoolCacheEvent
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.event.TokenPoolCacheEvent.Builder
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.state.TokenPoolCacheState
Sets the value of the 'poolKey' field.
setPoolKey(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey) - function in net.corda.data.ledger.utxo.token.selection.state.TokenPoolCacheState.Builder
Sets the value of the 'poolKey' field.
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery.Builder
Sets the Builder instance for the 'poolKey' field Token cache pool the query is for
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQueryResult.Builder
Sets the Builder instance for the 'poolKey' field Key of the pool of the tokens that was used to calculate the balance
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenCachedSyncCheck.Builder
Sets the Builder instance for the 'poolKey' field Key for the pool the tokens refs belong to
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery.Builder
Sets the Builder instance for the 'poolKey' field Token cache pool the query is for
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQueryResult.Builder
Sets the Builder instance for the 'poolKey' field Key for the pool the tokens were claimed from
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease.Builder
Sets the Builder instance for the 'poolKey' field The key of the cache pool for the existing claim
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenForceClaimRelease.Builder
Sets the Builder instance for the 'poolKey' field The key of the cache pool for the existing claim
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenLedgerChange.Builder
Sets the Builder instance for the 'poolKey' field Token cache pool the change is for
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenPoolPeriodicSyncState.Builder
Sets the Builder instance for the 'poolKey' field Token cache pool the query is for
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.event.TokenPoolCacheEvent.Builder
Sets the Builder instance for the 'poolKey' field The key of the cache pool the event is for
setPoolKeyBuilder(net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder) - function in net.corda.data.ledger.utxo.token.selection.state.TokenPoolCacheState.Builder
Sets the Builder instance for the 'poolKey' field The key of the cache pool the state is for
setPreAuthToken(net.corda.data.membership.preauth.PreAuthToken) - function in net.corda.data.membership.db.response.command.RevokePreAuthTokenResponse
Sets the value of the 'preAuthToken' field.
setPreAuthToken(net.corda.data.membership.preauth.PreAuthToken) - function in net.corda.data.membership.db.response.command.RevokePreAuthTokenResponse.Builder
Sets the value of the 'preAuthToken' field.
setPreAuthTokenBuilder(net.corda.data.membership.preauth.PreAuthToken.Builder) - function in net.corda.data.membership.db.response.command.RevokePreAuthTokenResponse.Builder
Sets the Builder instance for the 'preAuthToken' field The revoked preAuthToken.
setPreferredSessionKeyAndCert(net.corda.data.p2p.HostedIdentitySessionKeyAndCert) - function in net.corda.data.p2p.HostedIdentityEntry
Sets the value of the 'preferredSessionKeyAndCert' field.
setPreferredSessionKeyAndCert(net.corda.data.p2p.HostedIdentitySessionKeyAndCert) - function in net.corda.data.p2p.HostedIdentityEntry.Builder
Sets the value of the 'preferredSessionKeyAndCert' field.
setPreferredSessionKeyAndCertBuilder(net.corda.data.p2p.HostedIdentitySessionKeyAndCert.Builder) - function in net.corda.data.p2p.HostedIdentityEntry.Builder
Sets the Builder instance for the 'preferredSessionKeyAndCert' field The preferred session initiation key and certificate
setPreviouslyCompletedCommands(java.util.List) - function in net.corda.data.membership.state.RegistrationState
Sets the value of the 'previouslyCompletedCommands' field.
setPreviouslyCompletedCommands(java.util.List) - function in net.corda.data.membership.state.RegistrationState.Builder
Sets the value of the 'previouslyCompletedCommands' field.
setProcessingTerminatedReason(java.lang.String) - function in net.corda.data.flow.output.FlowStatus
Sets the value of the 'processingTerminatedReason' field.
setProcessingTerminatedReason(java.lang.String) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the value of the 'processingTerminatedReason' field.
setProducedTokens(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenLedgerChange
Sets the value of the 'producedTokens' field.
setProducedTokens(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenLedgerChange.Builder
Sets the value of the 'producedTokens' field.
setProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.chunking.Chunk
Sets the value of the 'properties' field.
setProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.chunking.Chunk.Builder
Sets the value of the 'properties' field.
setProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.db.request.command.PersistGroupPolicy
Sets the value of the 'properties' field.
setProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.db.request.command.PersistGroupPolicy.Builder
Sets the value of the 'properties' field.
setProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.db.response.query.GroupPolicyQueryResponse
Sets the value of the 'properties' field.
setProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.membership.db.response.query.GroupPolicyQueryResponse.Builder
Sets the value of the 'properties' field.
setProperties(java.util.List) - function in net.corda.data.permissions.Group
Sets the value of the 'properties' field.
setProperties(java.util.List) - function in net.corda.data.permissions.Group.Builder
Sets the value of the 'properties' field.
setProperties(java.util.List) - function in net.corda.data.permissions.User
Sets the value of the 'properties' field.
setProperties(java.util.List) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'properties' field.
setPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.chunking.Chunk.Builder
Sets the Builder instance for the 'properties' field Optional list of chunk properties.
setPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.membership.db.request.command.PersistGroupPolicy.Builder
Sets the Builder instance for the 'properties' field Group policy properties.
setPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.membership.db.response.query.GroupPolicyQueryResponse.Builder
Sets the Builder instance for the 'properties' field Group policy properties.
setProtocolVersion(int) - function in net.corda.data.p2p.crypto.CommonHeader
Sets the value of the 'protocolVersion' field.
setProtocolVersion(int) - function in net.corda.data.p2p.crypto.CommonHeader.Builder
Sets the value of the 'protocolVersion' field.
setPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignatureWithKey
Sets the value of the 'publicKey' field.
setPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignatureWithKey.Builder
Sets the value of the 'publicKey' field.
setPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'publicKey' field.
setPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'publicKey' field.
setPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand
Sets the value of the 'publicKey' field.
setPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand.Builder
Sets the value of the 'publicKey' field.
setPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.DeriveSharedSecretCommand
Sets the value of the 'publicKey' field.
setPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.DeriveSharedSecretCommand.Builder
Sets the value of the 'publicKey' field.
setPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand
Sets the value of the 'publicKey' field.
setPublicKey(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand.Builder
Sets the value of the 'publicKey' field.
setQueryIdentities(java.util.List) - function in net.corda.data.membership.db.request.query.QueryMemberInfo
Sets the value of the 'queryIdentities' field.
setQueryIdentities(java.util.List) - function in net.corda.data.membership.db.request.query.QueryMemberInfo.Builder
Sets the value of the 'queryIdentities' field.
setQueryIdentities(java.util.List) - function in net.corda.data.membership.db.request.query.QueryMemberSignature
Sets the value of the 'queryIdentities' field.
setQueryIdentities(java.util.List) - function in net.corda.data.membership.db.request.query.QueryMemberSignature.Builder
Sets the value of the 'queryIdentities' field.
setQueryName(java.lang.String) - function in net.corda.data.persistence.FindWithNamedQuery
Sets the value of the 'queryName' field.
setQueryName(java.lang.String) - function in net.corda.data.persistence.FindWithNamedQuery.Builder
Sets the value of the 'queryName' field.
setQueryStatuses(java.util.List) - function in net.corda.data.membership.db.request.query.QueryMemberInfo
Sets the value of the 'queryStatuses' field.
setQueryStatuses(java.util.List) - function in net.corda.data.membership.db.request.query.QueryMemberInfo.Builder
Sets the value of the 'queryStatuses' field.
setRealKey(java.nio.ByteBuffer) - function in net.corda.data.chunking.ChunkKey
Sets the value of the 'realKey' field.
setRealKey(java.nio.ByteBuffer) - function in net.corda.data.chunking.ChunkKey.Builder
Sets the value of the 'realKey' field.
setReason(java.lang.String) - function in net.corda.data.membership.command.registration.mgm.DeclineRegistration
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.command.registration.mgm.DeclineRegistration.Builder
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.common.RegistrationRequestDetails
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.db.request.command.ActivateMember
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.db.request.command.ActivateMember.Builder
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.db.request.command.SuspendMember
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.db.request.command.SuspendMember.Builder
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.db.request.command.UpdateRegistrationRequestStatus
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.db.request.command.UpdateRegistrationRequestStatus.Builder
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus.Builder
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.p2p.gateway.certificates.Revoked
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.p2p.gateway.certificates.Revoked.Builder
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.p2p.markers.LinkManagerDiscardedMarker
Sets the value of the 'reason' field.
setReason(java.lang.String) - function in net.corda.data.p2p.markers.LinkManagerDiscardedMarker.Builder
Sets the value of the 'reason' field.
setReasonForUser(java.lang.String) - function in net.corda.data.membership.command.registration.mgm.DeclineRegistration
Sets the value of the 'reasonForUser' field.
setReasonForUser(java.lang.String) - function in net.corda.data.membership.command.registration.mgm.DeclineRegistration.Builder
Sets the value of the 'reasonForUser' field.
setReceivedEventsState(net.corda.data.flow.state.session.SessionProcessState) - function in net.corda.data.flow.state.session.SessionState
Sets the value of the 'receivedEventsState' field.
setReceivedEventsState(net.corda.data.flow.state.session.SessionProcessState) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the value of the 'receivedEventsState' field.
setReceivedEventsStateBuilder(net.corda.data.flow.state.session.SessionProcessState.Builder) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the Builder instance for the 'receivedEventsState' field Record the highest contiguous sequence number received from the counterparty.
setRecordsCompleted(int) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState
Sets the value of the 'recordsCompleted' field.
setRecordsCompleted(int) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState.Builder
Sets the value of the 'recordsCompleted' field.
setReferenceStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro
Sets the value of the 'referenceStates' field.
setReferenceStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the value of the 'referenceStates' field.
setRegisteringHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.request.command.PersistRegistrationRequest
Sets the value of the 'registeringHoldingIdentity' field.
setRegisteringHoldingIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.db.request.command.PersistRegistrationRequest.Builder
Sets the value of the 'registeringHoldingIdentity' field.
setRegisteringHoldingIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.db.request.command.PersistRegistrationRequest.Builder
Sets the Builder instance for the 'registeringHoldingIdentity' field Holding identity of the member owning the registration request.
setRegisteringMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.state.RegistrationState
Sets the value of the 'registeringMember' field.
setRegisteringMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.state.RegistrationState.Builder
Sets the value of the 'registeringMember' field.
setRegisteringMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.state.RegistrationState.Builder
Sets the Builder instance for the 'registeringMember' field Holding identity of the registering member as provided during P2P communication.
setRegistrationContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.common.RegistrationRequestDetails
Sets the value of the 'registrationContext' field.
setRegistrationContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the value of the 'registrationContext' field.
setRegistrationContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest
Sets the value of the 'registrationContext' field.
setRegistrationContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest.Builder
Sets the value of the 'registrationContext' field.
setRegistrationContextBuilder(net.corda.data.membership.SignedData.Builder) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the Builder instance for the 'registrationContext' field Additional registration context which has been signed by the registering member and is not part of the MemberInfo (e.g.
setRegistrationContextBuilder(net.corda.data.membership.SignedData.Builder) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest.Builder
Sets the Builder instance for the 'registrationContext' field Additional registration context which has been signed by the registering member and is not part of the MemberInfo.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.common.RegistrationRequestDetails
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToApproved
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToApproved.Builder
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToDeclined
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToDeclined.Builder
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.db.request.command.UpdateRegistrationRequestStatus
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.db.request.command.UpdateRegistrationRequestStatus.Builder
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest.Builder
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.p2p.SetOwnRegistrationStatus
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.p2p.SetOwnRegistrationStatus.Builder
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.p2p.VerificationRequest
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.p2p.VerificationRequest.Builder
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.p2p.VerificationResponse
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.p2p.VerificationResponse.Builder
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus.Builder
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.state.RegistrationState
Sets the value of the 'registrationId' field.
setRegistrationId(java.lang.String) - function in net.corda.data.membership.state.RegistrationState.Builder
Sets the value of the 'registrationId' field.
setRegistrationLastModified(java.time.Instant) - function in net.corda.data.membership.common.RegistrationRequestDetails
Sets the value of the 'registrationLastModified' field.
setRegistrationLastModified(java.time.Instant) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the value of the 'registrationLastModified' field.
setRegistrationProtocolVersion(int) - function in net.corda.data.membership.common.RegistrationRequestDetails
Sets the value of the 'registrationProtocolVersion' field.
setRegistrationProtocolVersion(int) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the value of the 'registrationProtocolVersion' field.
setRegistrationRequest(net.corda.data.membership.p2p.MembershipRegistrationRequest) - function in net.corda.data.membership.db.request.command.PersistRegistrationRequest
Sets the value of the 'registrationRequest' field.
setRegistrationRequest(net.corda.data.membership.p2p.MembershipRegistrationRequest) - function in net.corda.data.membership.db.request.command.PersistRegistrationRequest.Builder
Sets the value of the 'registrationRequest' field.
setRegistrationRequest(net.corda.data.membership.common.RegistrationRequestDetails) - function in net.corda.data.membership.db.response.query.RegistrationRequestQueryResponse
Sets the value of the 'registrationRequest' field.
setRegistrationRequest(net.corda.data.membership.common.RegistrationRequestDetails) - function in net.corda.data.membership.db.response.query.RegistrationRequestQueryResponse.Builder
Sets the value of the 'registrationRequest' field.
setRegistrationRequestBuilder(net.corda.data.membership.p2p.MembershipRegistrationRequest.Builder) - function in net.corda.data.membership.db.request.command.PersistRegistrationRequest.Builder
Sets the Builder instance for the 'registrationRequest' field The full registration request to persist as received over the P2P layer.
setRegistrationRequestBuilder(net.corda.data.membership.common.RegistrationRequestDetails.Builder) - function in net.corda.data.membership.db.response.query.RegistrationRequestQueryResponse.Builder
Sets the Builder instance for the 'registrationRequest' field The registration request queried for or null if the query executed correctly but there were no matches.
setRegistrationRequestId(java.lang.String) - function in net.corda.data.membership.db.request.query.QueryRegistrationRequest
Sets the value of the 'registrationRequestId' field.
setRegistrationRequestId(java.lang.String) - function in net.corda.data.membership.db.request.query.QueryRegistrationRequest.Builder
Sets the value of the 'registrationRequestId' field.
setRegistrationRequests(java.util.List) - function in net.corda.data.membership.db.response.query.RegistrationRequestsQueryResponse
Sets the value of the 'registrationRequests' field.
setRegistrationRequests(java.util.List) - function in net.corda.data.membership.db.response.query.RegistrationRequestsQueryResponse.Builder
Sets the value of the 'registrationRequests' field.
setRegistrationSent(java.time.Instant) - function in net.corda.data.membership.common.RegistrationRequestDetails
Sets the value of the 'registrationSent' field.
setRegistrationSent(java.time.Instant) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the value of the 'registrationSent' field.
setRegistrationStatus(net.corda.data.membership.common.v2.RegistrationStatus) - function in net.corda.data.membership.common.RegistrationRequestDetails
Sets the value of the 'registrationStatus' field.
setRegistrationStatus(net.corda.data.membership.common.v2.RegistrationStatus) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the value of the 'registrationStatus' field.
setRegistrationStatus(net.corda.data.membership.common.v2.RegistrationStatus) - function in net.corda.data.membership.db.request.command.UpdateRegistrationRequestStatus
Sets the value of the 'registrationStatus' field.
setRegistrationStatus(net.corda.data.membership.common.v2.RegistrationStatus) - function in net.corda.data.membership.db.request.command.UpdateRegistrationRequestStatus.Builder
Sets the value of the 'registrationStatus' field.
setRemark(java.lang.String) - function in net.corda.data.membership.db.request.command.AddPreAuthToken
Sets the value of the 'remark' field.
setRemark(java.lang.String) - function in net.corda.data.membership.db.request.command.AddPreAuthToken.Builder
Sets the value of the 'remark' field.
setRemark(java.lang.String) - function in net.corda.data.membership.db.request.command.RevokePreAuthToken
Sets the value of the 'remark' field.
setRemark(java.lang.String) - function in net.corda.data.membership.db.request.command.RevokePreAuthToken.Builder
Sets the value of the 'remark' field.
setRemovalRemark(java.lang.String) - function in net.corda.data.membership.preauth.PreAuthToken
Sets the value of the 'removalRemark' field.
setRemovalRemark(java.lang.String) - function in net.corda.data.membership.preauth.PreAuthToken.Builder
Sets the value of the 'removalRemark' field.
setReplyPartition(int) - function in net.corda.data.messaging.RPCRequest
Sets the value of the 'replyPartition' field.
setReplyPartition(int) - function in net.corda.data.messaging.RPCRequest.Builder
Sets the value of the 'replyPartition' field.
setReplyTopic(java.lang.String) - function in net.corda.data.messaging.RPCRequest
Sets the value of the 'replyTopic' field.
setReplyTopic(java.lang.String) - function in net.corda.data.messaging.RPCRequest.Builder
Sets the value of the 'replyTopic' field.
setRequest(Object) - function in net.corda.data.certificates.rpc.request.CertificateRpcRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.certificates.rpc.request.CertificateRpcRequest.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationRequest.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsRequest.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsRequest.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.membership.actions.request.MembershipActionsRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.membership.actions.request.MembershipActionsRequest.Builder
Sets the value of the 'request' field.
setRequest(net.corda.data.membership.async.request.RegistrationAsyncRequest) - function in net.corda.data.membership.async.request.MembershipAsyncRequest
Sets the value of the 'request' field.
setRequest(net.corda.data.membership.async.request.RegistrationAsyncRequest) - function in net.corda.data.membership.async.request.MembershipAsyncRequest.Builder
Sets the value of the 'request' field.
setRequest(net.corda.data.membership.async.request.RegistrationAsyncRequest) - function in net.corda.data.membership.async.request.MembershipAsyncRequestState
Sets the value of the 'request' field.
setRequest(net.corda.data.membership.async.request.RegistrationAsyncRequest) - function in net.corda.data.membership.async.request.MembershipAsyncRequestState.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.membership.db.request.MembershipPersistenceRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.membership.db.request.MembershipPersistenceRequest.Builder
Sets the value of the 'request' field.
setRequest(net.corda.data.membership.db.request.MembershipPersistenceRequest) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequest
Sets the value of the 'request' field.
setRequest(net.corda.data.membership.db.request.MembershipPersistenceRequest) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequest.Builder
Sets the value of the 'request' field.
setRequest(net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequest) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequestState
Sets the value of the 'request' field.
setRequest(net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequest) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequestState.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.membership.rpc.request.MembershipRpcRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.membership.rpc.request.MembershipRpcRequest.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.permissions.management.PermissionManagementRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.permissions.management.PermissionManagementRequest.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.persistence.EntityRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.persistence.EntityRequest.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.virtualnode.VirtualNodeAsynchronousRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.virtualnode.VirtualNodeAsynchronousRequest.Builder
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.virtualnode.VirtualNodeManagementRequest
Sets the value of the 'request' field.
setRequest(Object) - function in net.corda.data.virtualnode.VirtualNodeManagementRequest.Builder
Sets the value of the 'request' field.
setRequestBuilder(net.corda.data.membership.async.request.RegistrationAsyncRequest.Builder) - function in net.corda.data.membership.async.request.MembershipAsyncRequest.Builder
Sets the Builder instance for the 'request' field Request's payload, depends on the requested operation.
setRequestBuilder(net.corda.data.membership.async.request.RegistrationAsyncRequest.Builder) - function in net.corda.data.membership.async.request.MembershipAsyncRequestState.Builder
Sets the Builder instance for the 'request' field The request.
setRequestBuilder(net.corda.data.membership.db.request.MembershipPersistenceRequest.Builder) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequest.Builder
Sets the Builder instance for the 'request' field The persistence request
setRequestBuilder(net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequest.Builder) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequestState.Builder
Sets the Builder instance for the 'request' field The request.
setRequestContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery
Sets the value of the 'requestContext' field.
setRequestContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery.Builder
Sets the value of the 'requestContext' field.
setRequestContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery
Sets the value of the 'requestContext' field.
setRequestContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery.Builder
Sets the value of the 'requestContext' field.
setRequestContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease
Sets the value of the 'requestContext' field.
setRequestContext(net.corda.data.flow.event.external.ExternalEventContext) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease.Builder
Sets the value of the 'requestContext' field.
setRequestContext(net.corda.data.membership.rpc.request.MembershipRpcRequestContext) - function in net.corda.data.membership.rpc.request.MembershipRpcRequest
Sets the value of the 'requestContext' field.
setRequestContext(net.corda.data.membership.rpc.request.MembershipRpcRequestContext) - function in net.corda.data.membership.rpc.request.MembershipRpcRequest.Builder
Sets the value of the 'requestContext' field.
setRequestContextBuilder(net.corda.data.flow.event.external.ExternalEventContext.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery.Builder
Sets the Builder instance for the 'requestContext' field Flow request context data for the query
setRequestContextBuilder(net.corda.data.flow.event.external.ExternalEventContext.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery.Builder
Sets the Builder instance for the 'requestContext' field Flow request context data for the query
setRequestContextBuilder(net.corda.data.flow.event.external.ExternalEventContext.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease.Builder
Sets the Builder instance for the 'requestContext' field Flow request context data for the original claim query
setRequestContextBuilder(net.corda.data.membership.rpc.request.MembershipRpcRequestContext.Builder) - function in net.corda.data.membership.rpc.request.MembershipRpcRequest.Builder
Sets the Builder instance for the 'requestContext' field Request context.
setRequestData(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus
Sets the value of the 'requestData' field.
setRequestData(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus.Builder
Sets the value of the 'requestData' field.
setRequestId(java.lang.String) - function in net.corda.data.chunking.Chunk
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.chunking.Chunk.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.chunking.UploadStatusKey
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.chunking.UploadStatusKey.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoRequestContext
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoRequestContext.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoResponseContext
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoResponseContext.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.flow.FlowStartContext
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.flow.event.external.ExternalEventContext
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.flow.event.external.ExternalEventContext.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.flow.event.external.ExternalEventResponse
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.flow.event.external.ExternalEventResponse.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.flow.state.external.ExternalEventState
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.flow.state.external.ExternalEventState.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.flow.state.waiting.external.ExternalEventResponse
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.flow.state.waiting.external.ExternalEventResponse.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.membership.async.request.RegistrationAsyncRequest
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.membership.async.request.RegistrationAsyncRequest.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.membership.db.request.MembershipRequestContext
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.membership.db.request.MembershipRequestContext.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.membership.db.response.MembershipResponseContext
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.membership.db.response.MembershipResponseContext.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.membership.rpc.request.MembershipRpcRequestContext
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.membership.rpc.request.MembershipRpcRequestContext.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.membership.rpc.response.MembershipRpcResponseContext
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.membership.rpc.response.MembershipRpcResponseContext.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeAsynchronousRequest
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeAsynchronousRequest.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatusRequest
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatusRequest.Builder
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatusResponse
Sets the value of the 'requestId' field.
setRequestId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatusResponse.Builder
Sets the value of the 'requestId' field.
setRequestingComponent(java.lang.String) - function in net.corda.data.crypto.wire.CryptoRequestContext
Sets the value of the 'requestingComponent' field.
setRequestingComponent(java.lang.String) - function in net.corda.data.crypto.wire.CryptoRequestContext.Builder
Sets the value of the 'requestingComponent' field.
setRequestingComponent(java.lang.String) - function in net.corda.data.crypto.wire.CryptoResponseContext
Sets the value of the 'requestingComponent' field.
setRequestingComponent(java.lang.String) - function in net.corda.data.crypto.wire.CryptoResponseContext.Builder
Sets the value of the 'requestingComponent' field.
setRequestSubjectX500Name(java.lang.String) - function in net.corda.data.membership.db.request.query.QueryRegistrationRequests
Sets the value of the 'requestSubjectX500Name' field.
setRequestSubjectX500Name(java.lang.String) - function in net.corda.data.membership.db.request.query.QueryRegistrationRequests.Builder
Sets the value of the 'requestSubjectX500Name' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.crypto.wire.CryptoRequestContext
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.crypto.wire.CryptoRequestContext.Builder
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.crypto.wire.CryptoResponseContext
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.crypto.wire.CryptoResponseContext.Builder
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.membership.db.request.MembershipRequestContext
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.membership.db.request.MembershipRequestContext.Builder
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.membership.db.response.MembershipResponseContext
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.membership.db.response.MembershipResponseContext.Builder
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.membership.rpc.request.MembershipRpcRequestContext
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.membership.rpc.request.MembershipRpcRequestContext.Builder
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.membership.rpc.response.MembershipRpcResponseContext
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.membership.rpc.response.MembershipRpcResponseContext.Builder
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus
Sets the value of the 'requestTimestamp' field.
setRequestTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus.Builder
Sets the value of the 'requestTimestamp' field.
setRequestUserId(java.lang.String) - function in net.corda.data.permissions.management.PermissionManagementRequest
Sets the value of the 'requestUserId' field.
setRequestUserId(java.lang.String) - function in net.corda.data.permissions.management.PermissionManagementRequest.Builder
Sets the value of the 'requestUserId' field.
setRequireClose(boolean) - function in net.corda.data.flow.state.session.SessionState
Sets the value of the 'requireClose' field.
setRequireClose(boolean) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the value of the 'requireClose' field.
setResponderCertificate(java.util.List) - function in net.corda.data.p2p.crypto.internal.ResponderEncryptedExtensions
Sets the value of the 'responderCertificate' field.
setResponderCertificate(java.util.List) - function in net.corda.data.p2p.crypto.internal.ResponderEncryptedExtensions.Builder
Sets the value of the 'responderCertificate' field.
setResponderEncryptedExtensions(net.corda.data.p2p.crypto.internal.ResponderEncryptedExtensions) - function in net.corda.data.p2p.crypto.internal.ResponderHandshakePayload
Sets the value of the 'responderEncryptedExtensions' field.
setResponderEncryptedExtensions(net.corda.data.p2p.crypto.internal.ResponderEncryptedExtensions) - function in net.corda.data.p2p.crypto.internal.ResponderHandshakePayload.Builder
Sets the value of the 'responderEncryptedExtensions' field.
setResponderEncryptedExtensionsBuilder(net.corda.data.p2p.crypto.internal.ResponderEncryptedExtensions.Builder) - function in net.corda.data.p2p.crypto.internal.ResponderHandshakePayload.Builder
Sets the Builder instance for the 'responderEncryptedExtensions' field
setResponderFinished(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.ResponderHandshakePayload
Sets the value of the 'responderFinished' field.
setResponderFinished(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.ResponderHandshakePayload.Builder
Sets the value of the 'responderFinished' field.
setResponderPartyVerify(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.ResponderHandshakePayload
Sets the value of the 'responderPartyVerify' field.
setResponderPartyVerify(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.ResponderHandshakePayload.Builder
Sets the value of the 'responderPartyVerify' field.
setResponderPublicKey(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.ResponderHelloMessage
Sets the value of the 'responderPublicKey' field.
setResponderPublicKey(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.ResponderHelloMessage.Builder
Sets the value of the 'responderPublicKey' field.
setResponderPublicKeyHash(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions
Sets the value of the 'responderPublicKeyHash' field.
setResponderPublicKeyHash(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions.Builder
Sets the value of the 'responderPublicKeyHash' field.
setResponderPublicKeyHash(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.ResponderHandshakePayload
Sets the value of the 'responderPublicKeyHash' field.
setResponderPublicKeyHash(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.ResponderHandshakePayload.Builder
Sets the value of the 'responderPublicKeyHash' field.
setResponse(Object) - function in net.corda.data.certificates.rpc.response.CertificateRpcResponse
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.certificates.rpc.response.CertificateRpcResponse.Builder
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationResponse
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationResponse.Builder
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsResponse
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsResponse.Builder
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsResponse
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsResponse.Builder
Sets the value of the 'response' field.
setResponse(net.corda.data.flow.event.external.ExternalEventResponse) - function in net.corda.data.flow.state.external.ExternalEventState
Sets the value of the 'response' field.
setResponse(net.corda.data.flow.event.external.ExternalEventResponse) - function in net.corda.data.flow.state.external.ExternalEventState.Builder
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.membership.rpc.response.MembershipRpcResponse
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.membership.rpc.response.MembershipRpcResponse.Builder
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.permissions.management.PermissionManagementResponse
Sets the value of the 'response' field.
setResponse(Object) - function in net.corda.data.permissions.management.PermissionManagementResponse.Builder
Sets the value of the 'response' field.
setResponseBuilder(net.corda.data.flow.event.external.ExternalEventResponse.Builder) - function in net.corda.data.flow.state.external.ExternalEventState.Builder
Sets the Builder instance for the 'response' field The response received from the external worker.
setResponseContext(net.corda.data.membership.rpc.response.MembershipRpcResponseContext) - function in net.corda.data.membership.rpc.response.MembershipRpcResponse
Sets the value of the 'responseContext' field.
setResponseContext(net.corda.data.membership.rpc.response.MembershipRpcResponseContext) - function in net.corda.data.membership.rpc.response.MembershipRpcResponse.Builder
Sets the value of the 'responseContext' field.
setResponseContextBuilder(net.corda.data.membership.rpc.response.MembershipRpcResponseContext.Builder) - function in net.corda.data.membership.rpc.response.MembershipRpcResponse.Builder
Sets the Builder instance for the 'responseContext' field Response context.
setResponseStatus(net.corda.data.messaging.ResponseStatus) - function in net.corda.data.messaging.RPCResponse
Sets the value of the 'responseStatus' field.
setResponseStatus(net.corda.data.messaging.ResponseStatus) - function in net.corda.data.messaging.RPCResponse.Builder
Sets the value of the 'responseStatus' field.
setResponseTimestamp(java.time.Instant) - function in net.corda.data.crypto.wire.CryptoResponseContext
Sets the value of the 'responseTimestamp' field.
setResponseTimestamp(java.time.Instant) - function in net.corda.data.crypto.wire.CryptoResponseContext.Builder
Sets the value of the 'responseTimestamp' field.
setResponseTimestamp(java.time.Instant) - function in net.corda.data.membership.db.response.MembershipResponseContext
Sets the value of the 'responseTimestamp' field.
setResponseTimestamp(java.time.Instant) - function in net.corda.data.membership.db.response.MembershipResponseContext.Builder
Sets the value of the 'responseTimestamp' field.
setResponseTimestamp(java.time.Instant) - function in net.corda.data.membership.rpc.response.MembershipRpcResponseContext
Sets the value of the 'responseTimestamp' field.
setResponseTimestamp(java.time.Instant) - function in net.corda.data.membership.rpc.response.MembershipRpcResponseContext.Builder
Sets the value of the 'responseTimestamp' field.
setResponseType(Object) - function in net.corda.data.virtualnode.VirtualNodeManagementResponse
Sets the value of the 'responseType' field.
setResponseType(Object) - function in net.corda.data.virtualnode.VirtualNodeManagementResponse.Builder
Sets the value of the 'responseType' field.
setResult(java.lang.String) - function in net.corda.data.flow.output.FlowStatus
Sets the value of the 'result' field.
setResult(java.lang.String) - function in net.corda.data.flow.output.FlowStatus.Builder
Sets the value of the 'result' field.
setResult(Object) - function in net.corda.data.uniqueness.UniquenessCheckResponseAvro
Sets the value of the 'result' field.
setResult(Object) - function in net.corda.data.uniqueness.UniquenessCheckResponseAvro.Builder
Sets the value of the 'result' field.
setResults(java.util.List) - function in net.corda.data.ledger.persistence.FindSignedGroupParametersResponse
Sets the value of the 'results' field.
setResults(java.util.List) - function in net.corda.data.ledger.persistence.FindSignedGroupParametersResponse.Builder
Sets the value of the 'results' field.
setResults(java.util.List) - function in net.corda.data.persistence.EntityResponse
Sets the value of the 'results' field.
setResults(java.util.List) - function in net.corda.data.persistence.EntityResponse.Builder
Sets the value of the 'results' field.
setResultType(net.corda.data.ledger.utxo.token.selection.data.TokenClaimResultStatus) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQueryResult
Sets the value of the 'resultType' field.
setResultType(net.corda.data.ledger.utxo.token.selection.data.TokenClaimResultStatus) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQueryResult.Builder
Sets the value of the 'resultType' field.
setResumePoint(java.nio.ByteBuffer) - function in net.corda.data.persistence.EntityResponse
Sets the value of the 'resumePoint' field.
setResumePoint(java.nio.ByteBuffer) - function in net.corda.data.persistence.EntityResponse.Builder
Sets the value of the 'resumePoint' field.
setResumePoint(java.nio.ByteBuffer) - function in net.corda.data.persistence.FindWithNamedQuery
Sets the value of the 'resumePoint' field.
setResumePoint(java.nio.ByteBuffer) - function in net.corda.data.persistence.FindWithNamedQuery.Builder
Sets the value of the 'resumePoint' field.
setRetries(int) - function in net.corda.data.flow.state.external.ExternalEventState
Sets the value of the 'retries' field.
setRetries(int) - function in net.corda.data.flow.state.external.ExternalEventState.Builder
Sets the value of the 'retries' field.
setRetryCount(int) - function in net.corda.data.flow.state.checkpoint.RetryState
Sets the value of the 'retryCount' field.
setRetryCount(int) - function in net.corda.data.flow.state.checkpoint.RetryState.Builder
Sets the value of the 'retryCount' field.
setRetryState(net.corda.data.flow.state.checkpoint.RetryState) - function in net.corda.data.flow.state.checkpoint.PipelineState
Sets the value of the 'retryState' field.
setRetryState(net.corda.data.flow.state.checkpoint.RetryState) - function in net.corda.data.flow.state.checkpoint.PipelineState.Builder
Sets the value of the 'retryState' field.
setRetryStateBuilder(net.corda.data.flow.state.checkpoint.RetryState.Builder) - function in net.corda.data.flow.state.checkpoint.PipelineState.Builder
Sets the Builder instance for the 'retryState' field Optional retry information for a failed flow event.
setRoleAssociations(java.util.List) - function in net.corda.data.permissions.Group
Sets the value of the 'roleAssociations' field.
setRoleAssociations(java.util.List) - function in net.corda.data.permissions.Group.Builder
Sets the value of the 'roleAssociations' field.
setRoleAssociations(java.util.List) - function in net.corda.data.permissions.User
Sets the value of the 'roleAssociations' field.
setRoleAssociations(java.util.List) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'roleAssociations' field.
setRoleId(java.lang.String) - function in net.corda.data.permissions.RoleAssociation
Sets the value of the 'roleId' field.
setRoleId(java.lang.String) - function in net.corda.data.permissions.RoleAssociation.Builder
Sets the value of the 'roleId' field.
setRoleId(java.lang.String) - function in net.corda.data.permissions.management.role.AddPermissionToRoleRequest
Sets the value of the 'roleId' field.
setRoleId(java.lang.String) - function in net.corda.data.permissions.management.role.AddPermissionToRoleRequest.Builder
Sets the value of the 'roleId' field.
setRoleId(java.lang.String) - function in net.corda.data.permissions.management.role.RemovePermissionFromRoleRequest
Sets the value of the 'roleId' field.
setRoleId(java.lang.String) - function in net.corda.data.permissions.management.role.RemovePermissionFromRoleRequest.Builder
Sets the value of the 'roleId' field.
setRoleId(java.lang.String) - function in net.corda.data.permissions.management.user.AddRoleToUserRequest
Sets the value of the 'roleId' field.
setRoleId(java.lang.String) - function in net.corda.data.permissions.management.user.AddRoleToUserRequest.Builder
Sets the value of the 'roleId' field.
setRoleId(java.lang.String) - function in net.corda.data.permissions.management.user.RemoveRoleFromUserRequest
Sets the value of the 'roleId' field.
setRoleId(java.lang.String) - function in net.corda.data.permissions.management.user.RemoveRoleFromUserRequest.Builder
Sets the value of the 'roleId' field.
setRoleIds(java.util.List) - function in net.corda.data.permissions.management.permission.BulkCreatePermissionsRequest
Sets the value of the 'roleIds' field.
setRoleIds(java.util.List) - function in net.corda.data.permissions.management.permission.BulkCreatePermissionsRequest.Builder
Sets the value of the 'roleIds' field.
setRoleIds(java.util.List) - function in net.corda.data.permissions.management.permission.BulkCreatePermissionsResponse
Sets the value of the 'roleIds' field.
setRoleIds(java.util.List) - function in net.corda.data.permissions.management.permission.BulkCreatePermissionsResponse.Builder
Sets the value of the 'roleIds' field.
setRoleName(java.lang.String) - function in net.corda.data.permissions.management.role.CreateRoleRequest
Sets the value of the 'roleName' field.
setRoleName(java.lang.String) - function in net.corda.data.permissions.management.role.CreateRoleRequest.Builder
Sets the value of the 'roleName' field.
setRule(java.lang.String) - function in net.corda.data.membership.db.request.command.PersistApprovalRule
Sets the value of the 'rule' field.
setRule(java.lang.String) - function in net.corda.data.membership.db.request.command.PersistApprovalRule.Builder
Sets the value of the 'rule' field.
setRuleId(java.lang.String) - function in net.corda.data.membership.common.ApprovalRuleDetails
Sets the value of the 'ruleId' field.
setRuleId(java.lang.String) - function in net.corda.data.membership.common.ApprovalRuleDetails.Builder
Sets the value of the 'ruleId' field.
setRuleId(java.lang.String) - function in net.corda.data.membership.db.request.command.DeleteApprovalRule
Sets the value of the 'ruleId' field.
setRuleId(java.lang.String) - function in net.corda.data.membership.db.request.command.DeleteApprovalRule.Builder
Sets the value of the 'ruleId' field.
setRuleId(java.lang.String) - function in net.corda.data.membership.db.request.command.PersistApprovalRule
Sets the value of the 'ruleId' field.
setRuleId(java.lang.String) - function in net.corda.data.membership.db.request.command.PersistApprovalRule.Builder
Sets the value of the 'ruleId' field.
setRuleLabel(java.lang.String) - function in net.corda.data.membership.common.ApprovalRuleDetails
Sets the value of the 'ruleLabel' field.
setRuleLabel(java.lang.String) - function in net.corda.data.membership.common.ApprovalRuleDetails.Builder
Sets the value of the 'ruleLabel' field.
setRuleRegex(java.lang.String) - function in net.corda.data.membership.common.ApprovalRuleDetails
Sets the value of the 'ruleRegex' field.
setRuleRegex(java.lang.String) - function in net.corda.data.membership.common.ApprovalRuleDetails.Builder
Sets the value of the 'ruleRegex' field.
setRules(java.util.List) - function in net.corda.data.membership.db.response.query.ApprovalRulesQueryResponse
Sets the value of the 'rules' field.
setRules(java.util.List) - function in net.corda.data.membership.db.response.query.ApprovalRulesQueryResponse.Builder
Sets the value of the 'rules' field.
setRuleType(net.corda.data.membership.common.ApprovalRuleType) - function in net.corda.data.membership.db.request.command.DeleteApprovalRule
Sets the value of the 'ruleType' field.
setRuleType(net.corda.data.membership.common.ApprovalRuleType) - function in net.corda.data.membership.db.request.command.DeleteApprovalRule.Builder
Sets the value of the 'ruleType' field.
setRuleType(net.corda.data.membership.common.ApprovalRuleType) - function in net.corda.data.membership.db.request.command.PersistApprovalRule
Sets the value of the 'ruleType' field.
setRuleType(net.corda.data.membership.common.ApprovalRuleType) - function in net.corda.data.membership.db.request.command.PersistApprovalRule.Builder
Sets the value of the 'ruleType' field.
setRuleType(net.corda.data.membership.common.ApprovalRuleType) - function in net.corda.data.membership.db.request.query.QueryApprovalRules
Sets the value of the 'ruleType' field.
setRuleType(net.corda.data.membership.common.ApprovalRuleType) - function in net.corda.data.membership.db.request.query.QueryApprovalRules.Builder
Sets the value of the 'ruleType' field.
setSalt(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader
Sets the value of the 'salt' field.
setSalt(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader.Builder
Sets the value of the 'salt' field.
setSaltValue(java.lang.String) - function in net.corda.data.permissions.User
Sets the value of the 'saltValue' field.
setSaltValue(java.lang.String) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'saltValue' field.
setSaltValue(java.lang.String) - function in net.corda.data.permissions.management.user.CreateUserRequest
Sets the value of the 'saltValue' field.
setSaltValue(java.lang.String) - function in net.corda.data.permissions.management.user.CreateUserRequest.Builder
Sets the value of the 'saltValue' field.
setScale(int) - function in net.corda.data.ledger.utxo.token.selection.data.TokenAmount
Sets the value of the 'scale' field.
setScale(int) - function in net.corda.data.ledger.utxo.token.selection.data.TokenAmount.Builder
Sets the value of the 'scale' field.
setSchemaVersion(net.corda.data.config.ConfigurationSchemaVersion) - function in net.corda.data.config.Configuration
Sets the value of the 'schemaVersion' field.
setSchemaVersion(net.corda.data.config.ConfigurationSchemaVersion) - function in net.corda.data.config.Configuration.Builder
Sets the value of the 'schemaVersion' field.
setSchemaVersion(net.corda.data.config.ConfigurationSchemaVersion) - function in net.corda.data.config.ConfigurationManagementRequest
Sets the value of the 'schemaVersion' field.
setSchemaVersion(net.corda.data.config.ConfigurationSchemaVersion) - function in net.corda.data.config.ConfigurationManagementRequest.Builder
Sets the value of the 'schemaVersion' field.
setSchemaVersion(net.corda.data.config.ConfigurationSchemaVersion) - function in net.corda.data.config.ConfigurationManagementResponse
Sets the value of the 'schemaVersion' field.
setSchemaVersion(net.corda.data.config.ConfigurationSchemaVersion) - function in net.corda.data.config.ConfigurationManagementResponse.Builder
Sets the value of the 'schemaVersion' field.
setSchemaVersionBuilder(net.corda.data.config.ConfigurationSchemaVersion.Builder) - function in net.corda.data.config.Configuration.Builder
Sets the Builder instance for the 'schemaVersion' field Schema version for this configuration.
setSchemaVersionBuilder(net.corda.data.config.ConfigurationSchemaVersion.Builder) - function in net.corda.data.config.ConfigurationManagementRequest.Builder
Sets the Builder instance for the 'schemaVersion' field Schema version of the updated configuration.
setSchemaVersionBuilder(net.corda.data.config.ConfigurationSchemaVersion.Builder) - function in net.corda.data.config.ConfigurationManagementResponse.Builder
Sets the Builder instance for the 'schemaVersion' field Schema version of the current configuration.
setSchemeCodeName(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'schemeCodeName' field.
setSchemeCodeName(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'schemeCodeName' field.
setSchemeCodeName(java.lang.String) - function in net.corda.data.crypto.wire.ops.flow.commands.GenerateFreshKeyFlowCommand
Sets the value of the 'schemeCodeName' field.
setSchemeCodeName(java.lang.String) - function in net.corda.data.crypto.wire.ops.flow.commands.GenerateFreshKeyFlowCommand.Builder
Sets the value of the 'schemeCodeName' field.
setSchemeCodeName(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateFreshKeyRpcCommand
Sets the value of the 'schemeCodeName' field.
setSchemeCodeName(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateFreshKeyRpcCommand.Builder
Sets the value of the 'schemeCodeName' field.
setSchemeCodeName(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand
Sets the value of the 'schemeCodeName' field.
setSchemeCodeName(java.lang.String) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand.Builder
Sets the value of the 'schemeCodeName' field.
setSecret(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoDerivedSharedSecret
Sets the value of the 'secret' field.
setSecret(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoDerivedSharedSecret.Builder
Sets the value of the 'secret' field.
setSection(java.lang.String) - function in net.corda.data.config.ConfigurationManagementRequest
Sets the value of the 'section' field.
setSection(java.lang.String) - function in net.corda.data.config.ConfigurationManagementRequest.Builder
Sets the value of the 'section' field.
setSection(java.lang.String) - function in net.corda.data.config.ConfigurationManagementResponse
Sets the value of the 'section' field.
setSection(java.lang.String) - function in net.corda.data.config.ConfigurationManagementResponse.Builder
Sets the value of the 'section' field.
setSegment(java.nio.ByteBuffer) - function in net.corda.data.packaging.CpiSegmentResponse
Sets the value of the 'segment' field.
setSegment(java.nio.ByteBuffer) - function in net.corda.data.packaging.CpiSegmentResponse.Builder
Sets the value of the 'segment' field.
setSelectedMode(net.corda.data.p2p.crypto.ProtocolMode) - function in net.corda.data.p2p.crypto.internal.ResponderEncryptedExtensions
Sets the value of the 'selectedMode' field.
setSelectedMode(net.corda.data.p2p.crypto.ProtocolMode) - function in net.corda.data.p2p.crypto.internal.ResponderEncryptedExtensions.Builder
Sets the value of the 'selectedMode' field.
setSender(java.lang.String) - function in net.corda.data.messaging.RPCRequest
Sets the value of the 'sender' field.
setSender(java.lang.String) - function in net.corda.data.messaging.RPCRequest.Builder
Sets the value of the 'sender' field.
setSender(java.lang.String) - function in net.corda.data.messaging.RPCResponse
Sets the value of the 'sender' field.
setSender(java.lang.String) - function in net.corda.data.messaging.RPCResponse.Builder
Sets the value of the 'sender' field.
setSendEventsState(net.corda.data.flow.state.session.SessionProcessState) - function in net.corda.data.flow.state.session.SessionState
Sets the value of the 'sendEventsState' field.
setSendEventsState(net.corda.data.flow.state.session.SessionProcessState) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the value of the 'sendEventsState' field.
setSendEventsStateBuilder(net.corda.data.flow.state.session.SessionProcessState.Builder) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the Builder instance for the 'sendEventsState' field Record the sequence number of the last event sent to the counterparty.
setSendTime(java.time.Instant) - function in net.corda.data.messaging.RPCRequest
Sets the value of the 'sendTime' field.
setSendTime(java.time.Instant) - function in net.corda.data.messaging.RPCRequest.Builder
Sets the value of the 'sendTime' field.
setSendTime(java.time.Instant) - function in net.corda.data.messaging.RPCResponse
Sets the value of the 'sendTime' field.
setSendTime(java.time.Instant) - function in net.corda.data.messaging.RPCResponse.Builder
Sets the value of the 'sendTime' field.
setSendTimestamp(java.time.Instant) - function in net.corda.data.flow.state.external.ExternalEventState
Sets the value of the 'sendTimestamp' field.
setSendTimestamp(java.time.Instant) - function in net.corda.data.flow.state.external.ExternalEventState.Builder
Sets the value of the 'sendTimestamp' field.
setSequenceNo(long) - function in net.corda.data.p2p.crypto.CommonHeader
Sets the value of the 'sequenceNo' field.
setSequenceNo(long) - function in net.corda.data.p2p.crypto.CommonHeader.Builder
Sets the value of the 'sequenceNo' field.
setSequenceNum(java.lang.Integer) - function in net.corda.data.flow.event.SessionEvent
Sets the value of the 'sequenceNum' field.
setSequenceNum(java.lang.Integer) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the value of the 'sequenceNum' field.
setSequenceNumber(int) - function in net.corda.data.chunking.UploadStatusKey
Sets the value of the 'sequenceNumber' field.
setSequenceNumber(int) - function in net.corda.data.chunking.UploadStatusKey.Builder
Sets the value of the 'sequenceNumber' field.
setSerial(java.lang.Long) - function in net.corda.data.membership.common.RegistrationRequestDetails
Sets the value of the 'serial' field.
setSerial(java.lang.Long) - function in net.corda.data.membership.common.RegistrationRequestDetails.Builder
Sets the value of the 'serial' field.
setSerial(java.lang.Long) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest
Sets the value of the 'serial' field.
setSerial(java.lang.Long) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest.Builder
Sets the value of the 'serial' field.
setSerializedMgmContext(java.nio.ByteBuffer) - function in net.corda.data.membership.PersistentMemberInfo
Sets the value of the 'serializedMgmContext' field.
setSerializedMgmContext(java.nio.ByteBuffer) - function in net.corda.data.membership.PersistentMemberInfo.Builder
Sets the value of the 'serializedMgmContext' field.
setSerialNumber(java.lang.Long) - function in net.corda.data.membership.db.request.command.ActivateMember
Sets the value of the 'serialNumber' field.
setSerialNumber(java.lang.Long) - function in net.corda.data.membership.db.request.command.ActivateMember.Builder
Sets the value of the 'serialNumber' field.
setSerialNumber(java.lang.Long) - function in net.corda.data.membership.db.request.command.SuspendMember
Sets the value of the 'serialNumber' field.
setSerialNumber(java.lang.Long) - function in net.corda.data.membership.db.request.command.SuspendMember.Builder
Sets the value of the 'serialNumber' field.
setSessionCertificates(java.util.List) - function in net.corda.data.p2p.HostedIdentitySessionKeyAndCert
Sets the value of the 'sessionCertificates' field.
setSessionCertificates(java.util.List) - function in net.corda.data.p2p.HostedIdentitySessionKeyAndCert.Builder
Sets the value of the 'sessionCertificates' field.
setSessionId(java.lang.String) - function in net.corda.data.flow.event.SessionEvent
Sets the value of the 'sessionId' field.
setSessionId(java.lang.String) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the value of the 'sessionId' field.
setSessionId(java.lang.String) - function in net.corda.data.flow.state.checkpoint.FlowStackItemSession
Sets the value of the 'sessionId' field.
setSessionId(java.lang.String) - function in net.corda.data.flow.state.checkpoint.FlowStackItemSession.Builder
Sets the value of the 'sessionId' field.
setSessionId(java.lang.String) - function in net.corda.data.flow.state.session.SessionState
Sets the value of the 'sessionId' field.
setSessionId(java.lang.String) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the value of the 'sessionId' field.
setSessionId(java.lang.String) - function in net.corda.data.flow.state.waiting.CounterPartyFlowInfo
Sets the value of the 'sessionId' field.
setSessionId(java.lang.String) - function in net.corda.data.flow.state.waiting.CounterPartyFlowInfo.Builder
Sets the value of the 'sessionId' field.
setSessionId(java.lang.String) - function in net.corda.data.p2p.crypto.CommonHeader
Sets the value of the 'sessionId' field.
setSessionId(java.lang.String) - function in net.corda.data.p2p.crypto.CommonHeader.Builder
Sets the value of the 'sessionId' field.
setSessionIds(java.util.List) - function in net.corda.data.flow.state.waiting.SessionConfirmation
Sets the value of the 'sessionIds' field.
setSessionIds(java.util.List) - function in net.corda.data.flow.state.waiting.SessionConfirmation.Builder
Sets the value of the 'sessionIds' field.
setSessionIds(java.util.List) - function in net.corda.data.flow.state.waiting.SessionData
Sets the value of the 'sessionIds' field.
setSessionIds(java.util.List) - function in net.corda.data.flow.state.waiting.SessionData.Builder
Sets the value of the 'sessionIds' field.
setSessionInit(net.corda.data.flow.event.session.SessionInit) - function in net.corda.data.flow.event.session.SessionCounterpartyInfoRequest
Sets the value of the 'sessionInit' field.
setSessionInit(net.corda.data.flow.event.session.SessionInit) - function in net.corda.data.flow.event.session.SessionCounterpartyInfoRequest.Builder
Sets the value of the 'sessionInit' field.
setSessionInit(net.corda.data.flow.event.session.SessionInit) - function in net.corda.data.flow.event.session.SessionData
Sets the value of the 'sessionInit' field.
setSessionInit(net.corda.data.flow.event.session.SessionInit) - function in net.corda.data.flow.event.session.SessionData.Builder
Sets the value of the 'sessionInit' field.
setSessionInitBuilder(net.corda.data.flow.event.session.SessionInit.Builder) - function in net.corda.data.flow.event.session.SessionCounterpartyInfoRequest.Builder
Sets the Builder instance for the 'sessionInit' field Contains information that can be used to start an initiated flow.
setSessionInitBuilder(net.corda.data.flow.event.session.SessionInit.Builder) - function in net.corda.data.flow.event.session.SessionData.Builder
Sets the Builder instance for the 'sessionInit' field Contains information that can be used to start an initiated flow, piggybacked on initial data messages.
setSessionProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.state.session.SessionState
Sets the value of the 'sessionProperties' field.
setSessionProperties(net.corda.data.KeyValuePairList) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the value of the 'sessionProperties' field.
setSessionPropertiesBuilder(net.corda.data.KeyValuePairList.Builder) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the Builder instance for the 'sessionProperties' field A map of context properties related to this flow session.
setSessionPublicKey(java.lang.String) - function in net.corda.data.p2p.HostedIdentitySessionKeyAndCert
Sets the value of the 'sessionPublicKey' field.
setSessionPublicKey(java.lang.String) - function in net.corda.data.p2p.HostedIdentitySessionKeyAndCert.Builder
Sets the value of the 'sessionPublicKey' field.
setSessions(java.util.List) - function in net.corda.data.flow.state.checkpoint.FlowStackItem
Sets the value of the 'sessions' field.
setSessions(java.util.List) - function in net.corda.data.flow.state.checkpoint.FlowStackItem.Builder
Sets the value of the 'sessions' field.
setSessions(java.util.List) - function in net.corda.data.flow.state.checkpoint.FlowState
Sets the value of the 'sessions' field.
setSessions(java.util.List) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the value of the 'sessions' field.
setSessionStartTime(java.time.Instant) - function in net.corda.data.flow.state.session.SessionState
Sets the value of the 'sessionStartTime' field.
setSessionStartTime(java.time.Instant) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the value of the 'sessionStartTime' field.
setSetStatusRequest(Object) - function in net.corda.data.membership.command.registration.member.PersistMemberRegistrationState
Sets the value of the 'setStatusRequest' field.
setSetStatusRequest(Object) - function in net.corda.data.membership.command.registration.member.PersistMemberRegistrationState.Builder
Sets the value of the 'setStatusRequest' field.
setShortHolderId(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey
Sets the value of the 'shortHolderId' field.
setShortHolderId(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder
Sets the value of the 'shortHolderId' field.
setShortName(java.lang.String) - function in net.corda.data.packaging.CorDappManifest
Sets the value of the 'shortName' field.
setShortName(java.lang.String) - function in net.corda.data.packaging.CorDappManifest.Builder
Sets the value of the 'shortName' field.
setSignature(net.corda.data.crypto.wire.CryptoSignatureWithKey) - function in net.corda.data.membership.SignedData
Sets the value of the 'signature' field.
setSignature(net.corda.data.crypto.wire.CryptoSignatureWithKey) - function in net.corda.data.membership.SignedData.Builder
Sets the value of the 'signature' field.
setSignature(net.corda.data.crypto.wire.CryptoSignatureWithKey) - function in net.corda.data.membership.db.response.query.MemberSignature
Sets the value of the 'signature' field.
setSignature(net.corda.data.crypto.wire.CryptoSignatureWithKey) - function in net.corda.data.membership.db.response.query.MemberSignature.Builder
Sets the value of the 'signature' field.
setSignatureBuilder(net.corda.data.crypto.wire.CryptoSignatureWithKey.Builder) - function in net.corda.data.membership.SignedData.Builder
Sets the Builder instance for the 'signature' field Signature over the data byte array.
setSignatureBuilder(net.corda.data.crypto.wire.CryptoSignatureWithKey.Builder) - function in net.corda.data.membership.db.response.query.MemberSignature.Builder
Sets the Builder instance for the 'signature' field The member signature.
setSignatureName(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSignatureSpec
Sets the value of the 'signatureName' field.
setSignatureName(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSignatureSpec.Builder
Sets the value of the 'signatureName' field.
setSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand
Sets the value of the 'signatureSpec' field.
setSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand.Builder
Sets the value of the 'signatureSpec' field.
setSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand
Sets the value of the 'signatureSpec' field.
setSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand.Builder
Sets the value of the 'signatureSpec' field.
setSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.membership.SignedData
Sets the value of the 'signatureSpec' field.
setSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.membership.SignedData.Builder
Sets the value of the 'signatureSpec' field.
setSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.membership.db.response.query.MemberSignature
Sets the value of the 'signatureSpec' field.
setSignatureSpec(net.corda.data.crypto.wire.CryptoSignatureSpec) - function in net.corda.data.membership.db.response.query.MemberSignature.Builder
Sets the value of the 'signatureSpec' field.
setSignatureSpecBuilder(net.corda.data.crypto.wire.CryptoSignatureSpec.Builder) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand.Builder
Sets the Builder instance for the 'signatureSpec' field Overrides the default signature scheme, otherwise the default scheme is used
setSignatureSpecBuilder(net.corda.data.crypto.wire.CryptoSignatureSpec.Builder) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand.Builder
Sets the Builder instance for the 'signatureSpec' field Overrides the default signature scheme, otherwise the default scheme is used
setSignatureSpecBuilder(net.corda.data.crypto.wire.CryptoSignatureSpec.Builder) - function in net.corda.data.membership.SignedData.Builder
Sets the Builder instance for the 'signatureSpec' field Signature spec of the signature.
setSignatureSpecBuilder(net.corda.data.crypto.wire.CryptoSignatureSpec.Builder) - function in net.corda.data.membership.db.response.query.MemberSignature.Builder
Sets the Builder instance for the 'signatureSpec' field Signature spec of member signature.
setSignedGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.ledger.persistence.PersistSignedGroupParametersIfDoNotExist
Sets the value of the 'signedGroupParameters' field.
setSignedGroupParameters(net.corda.data.membership.SignedGroupParameters) - function in net.corda.data.ledger.persistence.PersistSignedGroupParametersIfDoNotExist.Builder
Sets the value of the 'signedGroupParameters' field.
setSignedGroupParametersBuilder(net.corda.data.membership.SignedGroupParameters.Builder) - function in net.corda.data.ledger.persistence.PersistSignedGroupParametersIfDoNotExist.Builder
Sets the Builder instance for the 'signedGroupParameters' field Signed group parameters
setSignedMemberContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.PersistentMemberInfo
Sets the value of the 'signedMemberContext' field.
setSignedMemberContext(net.corda.data.membership.SignedData) - function in net.corda.data.membership.PersistentMemberInfo.Builder
Sets the value of the 'signedMemberContext' field.
setSignedMemberContextBuilder(net.corda.data.membership.SignedData.Builder) - function in net.corda.data.membership.PersistentMemberInfo.Builder
Sets the Builder instance for the 'signedMemberContext' field The serialized and signed byte data used as member context.
setSignedMembers(java.util.List) - function in net.corda.data.membership.db.request.command.PersistMemberInfo
Sets the value of the 'signedMembers' field.
setSignedMembers(java.util.List) - function in net.corda.data.membership.db.request.command.PersistMemberInfo.Builder
Sets the value of the 'signedMembers' field.
setSignerSummaryHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.packaging.CpiIdentifier
Sets the value of the 'signerSummaryHash' field.
setSignerSummaryHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.packaging.CpiIdentifier.Builder
Sets the value of the 'signerSummaryHash' field.
setSignerSummaryHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.packaging.CpkIdentifier
Sets the value of the 'signerSummaryHash' field.
setSignerSummaryHash(net.corda.data.crypto.SecureHash) - function in net.corda.data.packaging.CpkIdentifier.Builder
Sets the value of the 'signerSummaryHash' field.
setSignerSummaryHash(java.lang.String) - function in net.corda.ledger.utxo.verification.CordaPackageSummary
Sets the value of the 'signerSummaryHash' field.
setSignerSummaryHash(java.lang.String) - function in net.corda.ledger.utxo.verification.CordaPackageSummary.Builder
Sets the value of the 'signerSummaryHash' field.
setSignerSummaryHashBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.packaging.CpiIdentifier.Builder
Sets the Builder instance for the 'signerSummaryHash' field
setSignerSummaryHashBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.packaging.CpkIdentifier.Builder
Sets the Builder instance for the 'signerSummaryHash' field
setSkip(int) - function in net.corda.data.crypto.wire.ops.rpc.queries.KeysRpcQuery
Sets the value of the 'skip' field.
setSkip(int) - function in net.corda.data.crypto.wire.ops.rpc.queries.KeysRpcQuery.Builder
Sets the value of the 'skip' field.
setSource(java.lang.String) - function in net.corda.data.config.Configuration
Sets the value of the 'source' field.
setSource(java.lang.String) - function in net.corda.data.config.Configuration.Builder
Sets the value of the 'source' field.
setSource(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.member.ProcessMemberVerificationRequest
Sets the value of the 'source' field.
setSource(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.command.registration.member.ProcessMemberVerificationRequest.Builder
Sets the value of the 'source' field.
setSource(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader
Sets the value of the 'source' field.
setSource(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader.Builder
Sets the value of the 'source' field.
setSource(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader
Sets the value of the 'source' field.
setSource(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader.Builder
Sets the value of the 'source' field.
setSource(net.corda.data.p2p.crypto.internal.InitiatorHandshakeIdentity) - function in net.corda.data.p2p.crypto.InitiatorHelloMessage
Sets the value of the 'source' field.
setSource(net.corda.data.p2p.crypto.internal.InitiatorHandshakeIdentity) - function in net.corda.data.p2p.crypto.InitiatorHelloMessage.Builder
Sets the value of the 'source' field.
setSourceBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.command.registration.member.ProcessMemberVerificationRequest.Builder
Sets the Builder instance for the 'source' field Holding identity of the MGM.
setSourceBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader.Builder
Sets the Builder instance for the 'source' field The source identity of this message.
setSourceBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader.Builder
Sets the Builder instance for the 'source' field The source identity of this message.
setSourceBuilder(net.corda.data.p2p.crypto.internal.InitiatorHandshakeIdentity.Builder) - function in net.corda.data.p2p.crypto.InitiatorHelloMessage.Builder
Sets the Builder instance for the 'source' field
setSourceIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.GatewayTruststore
Sets the value of the 'sourceIdentity' field.
setSourceIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.GatewayTruststore.Builder
Sets the value of the 'sourceIdentity' field.
setSourceIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.LinkOutHeader
Sets the value of the 'sourceIdentity' field.
setSourceIdentity(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.p2p.LinkOutHeader.Builder
Sets the value of the 'sourceIdentity' field.
setSourceIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.p2p.GatewayTruststore.Builder
Sets the Builder instance for the 'sourceIdentity' field The source identity (x500 name + group ID)
setSourceIdentityBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.p2p.LinkOutHeader.Builder
Sets the Builder instance for the 'sourceIdentity' field The source identity (x500 name + group ID)
setSsoAuth(boolean) - function in net.corda.data.permissions.User
Sets the value of the 'ssoAuth' field.
setSsoAuth(boolean) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'ssoAuth' field.
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStackTrace(kotlin.Array) - function in java.lang.Throwable
 
setStart(long) - function in net.corda.data.packaging.CpiSegmentRequest
Sets the value of the 'start' field.
setStart(long) - function in net.corda.data.packaging.CpiSegmentRequest.Builder
Sets the value of the 'start' field.
setStartArgs(java.lang.String) - function in net.corda.data.flow.FlowStartContext
Sets the value of the 'startArgs' field.
setStartArgs(java.lang.String) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the value of the 'startArgs' field.
setStartContext(net.corda.data.flow.FlowStartContext) - function in net.corda.data.flow.event.StartFlow
Sets the value of the 'startContext' field.
setStartContext(net.corda.data.flow.FlowStartContext) - function in net.corda.data.flow.event.StartFlow.Builder
Sets the value of the 'startContext' field.
setStartContextBuilder(net.corda.data.flow.FlowStartContext.Builder) - function in net.corda.data.flow.event.StartFlow.Builder
Sets the Builder instance for the 'startContext' field The request ID assigned by the client that created the flow.
setStartedTimestamp(java.time.Instant) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState
Sets the value of the 'startedTimestamp' field.
setStartedTimestamp(java.time.Instant) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState.Builder
Sets the value of the 'startedTimestamp' field.
setState(java.nio.ByteBuffer) - function in net.corda.data.deadletter.StateAndEventDeadLetterRecord
Sets the value of the 'state' field.
setState(java.nio.ByteBuffer) - function in net.corda.data.deadletter.StateAndEventDeadLetterRecord.Builder
Sets the value of the 'state' field.
setState(net.corda.data.membership.async.request.MembershipAsyncRequestState) - function in net.corda.data.membership.async.request.MembershipAsyncRequest
Sets the value of the 'state' field.
setState(net.corda.data.membership.async.request.MembershipAsyncRequestState) - function in net.corda.data.membership.async.request.MembershipAsyncRequest.Builder
Sets the value of the 'state' field.
setState(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus
Sets the value of the 'state' field.
setState(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus.Builder
Sets the value of the 'state' field.
setStateBuilder(net.corda.data.membership.async.request.MembershipAsyncRequestState.Builder) - function in net.corda.data.membership.async.request.MembershipAsyncRequest.Builder
Sets the Builder instance for the 'state' field Request latest state.
setStateClassName(java.lang.String) - function in net.corda.data.ledger.persistence.FindUnconsumedStatesByType
Sets the value of the 'stateClassName' field.
setStateClassName(java.lang.String) - function in net.corda.data.ledger.persistence.FindUnconsumedStatesByType.Builder
Sets the value of the 'stateClassName' field.
setStateRef(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.Token
Sets the value of the 'stateRef' field.
setStateRef(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.Token.Builder
Sets the value of the 'stateRef' field.
setStateRefs(java.util.List) - function in net.corda.data.ledger.persistence.ResolveStateRefs
Sets the value of the 'stateRefs' field.
setStateRefs(java.util.List) - function in net.corda.data.ledger.persistence.ResolveStateRefs.Builder
Sets the value of the 'stateRefs' field.
setStatus(net.corda.data.flow.state.external.ExternalEventStateStatus) - function in net.corda.data.flow.state.external.ExternalEventState
Sets the value of the 'status' field.
setStatus(net.corda.data.flow.state.external.ExternalEventStateStatus) - function in net.corda.data.flow.state.external.ExternalEventState.Builder
Sets the value of the 'status' field.
setStatus(net.corda.data.flow.state.mapper.FlowMapperStateType) - function in net.corda.data.flow.state.mapper.FlowMapperState
Sets the value of the 'status' field.
setStatus(net.corda.data.flow.state.mapper.FlowMapperStateType) - function in net.corda.data.flow.state.mapper.FlowMapperState.Builder
Sets the value of the 'status' field.
setStatus(net.corda.data.flow.state.session.SessionStateType) - function in net.corda.data.flow.state.session.SessionState
Sets the value of the 'status' field.
setStatus(net.corda.data.flow.state.session.SessionStateType) - function in net.corda.data.flow.state.session.SessionState.Builder
Sets the value of the 'status' field.
setStatus(java.lang.String) - function in net.corda.data.ledger.persistence.PersistTransaction
Sets the value of the 'status' field.
setStatus(java.lang.String) - function in net.corda.data.ledger.persistence.PersistTransaction.Builder
Sets the value of the 'status' field.
setStatus(java.lang.String) - function in net.corda.data.ledger.persistence.PersistTransactionIfDoesNotExist
Sets the value of the 'status' field.
setStatus(java.lang.String) - function in net.corda.data.ledger.persistence.PersistTransactionIfDoesNotExist.Builder
Sets the value of the 'status' field.
setStatus(net.corda.data.membership.common.v2.RegistrationStatus) - function in net.corda.data.membership.db.request.command.PersistRegistrationRequest
Sets the value of the 'status' field.
setStatus(net.corda.data.membership.common.v2.RegistrationStatus) - function in net.corda.data.membership.db.request.command.PersistRegistrationRequest.Builder
Sets the value of the 'status' field.
setStatus(net.corda.data.membership.preauth.PreAuthTokenStatus) - function in net.corda.data.membership.preauth.PreAuthToken
Sets the value of the 'status' field.
setStatus(net.corda.data.membership.preauth.PreAuthTokenStatus) - function in net.corda.data.membership.preauth.PreAuthToken.Builder
Sets the value of the 'status' field.
setStatus(Object) - function in net.corda.data.p2p.gateway.certificates.RevocationCheckResponse
Sets the value of the 'status' field.
setStatus(Object) - function in net.corda.data.p2p.gateway.certificates.RevocationCheckResponse.Builder
Sets the value of the 'status' field.
setStatusBuilder(net.corda.data.flow.state.external.ExternalEventStateStatus.Builder) - function in net.corda.data.flow.state.external.ExternalEventState.Builder
Sets the Builder instance for the 'status' field Status of the state.
setStatuses(java.util.List) - function in net.corda.data.membership.db.request.query.QueryPreAuthToken
Sets the value of the 'statuses' field.
setStatuses(java.util.List) - function in net.corda.data.membership.db.request.query.QueryPreAuthToken.Builder
Sets the value of the 'statuses' field.
setStatuses(java.util.List) - function in net.corda.data.membership.db.request.query.QueryRegistrationRequests
Sets the value of the 'statuses' field.
setStatuses(java.util.List) - function in net.corda.data.membership.db.request.query.QueryRegistrationRequests.Builder
Sets the value of the 'statuses' field.
setStatusFilter(net.corda.data.p2p.app.MembershipStatusFilter) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader
Sets the value of the 'statusFilter' field.
setStatusFilter(net.corda.data.p2p.app.MembershipStatusFilter) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader.Builder
Sets the value of the 'statusFilter' field.
setStatusKey(net.corda.data.flow.FlowKey) - function in net.corda.data.flow.FlowStartContext
Sets the value of the 'statusKey' field.
setStatusKey(net.corda.data.flow.FlowKey) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the value of the 'statusKey' field.
setStatusKeyBuilder(net.corda.data.flow.FlowKey.Builder) - function in net.corda.data.flow.FlowStartContext.Builder
Sets the Builder instance for the 'statusKey' field The unique ID for tracking the flow status
setStopRetriesAfter(java.time.Instant) - function in net.corda.data.membership.async.request.SentToMgmWaitingForNetwork
Sets the value of the 'stopRetriesAfter' field.
setStopRetriesAfter(java.time.Instant) - function in net.corda.data.membership.async.request.SentToMgmWaitingForNetwork.Builder
Sets the value of the 'stopRetriesAfter' field.
setSubject(java.lang.String) - function in net.corda.data.membership.db.request.command.MutualTlsAddToAllowedCertificates
Sets the value of the 'subject' field.
setSubject(java.lang.String) - function in net.corda.data.membership.db.request.command.MutualTlsAddToAllowedCertificates.Builder
Sets the value of the 'subject' field.
setSubject(java.lang.String) - function in net.corda.data.membership.db.request.command.MutualTlsRemoveFromAllowedCertificates
Sets the value of the 'subject' field.
setSubject(java.lang.String) - function in net.corda.data.membership.db.request.command.MutualTlsRemoveFromAllowedCertificates.Builder
Sets the value of the 'subject' field.
setSubject(java.lang.String) - function in net.corda.data.p2p.mtls.MemberAllowedCertificateSubject
Sets the value of the 'subject' field.
setSubject(java.lang.String) - function in net.corda.data.p2p.mtls.MemberAllowedCertificateSubject.Builder
Sets the value of the 'subject' field.
setSubject(java.lang.String) - function in net.corda.data.p2p.mtls.MgmAllowedCertificateSubject
Sets the value of the 'subject' field.
setSubject(java.lang.String) - function in net.corda.data.p2p.mtls.MgmAllowedCertificateSubject.Builder
Sets the value of the 'subject' field.
setSubject(java.lang.String) - function in net.corda.data.p2p.mtls.gateway.ClientCertificateSubjects
Sets the value of the 'subject' field.
setSubject(java.lang.String) - function in net.corda.data.p2p.mtls.gateway.ClientCertificateSubjects.Builder
Sets the value of the 'subject' field.
setSubjects(java.util.List) - function in net.corda.data.membership.db.response.query.MutualTlsListAllowedCertificatesResponse
Sets the value of the 'subjects' field.
setSubjects(java.util.List) - function in net.corda.data.membership.db.response.query.MutualTlsListAllowedCertificatesResponse.Builder
Sets the value of the 'subjects' field.
setSubsystem(java.lang.String) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader
Sets the value of the 'subsystem' field.
setSubsystem(java.lang.String) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader.Builder
Sets the value of the 'subsystem' field.
setSubsystem(java.lang.String) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessageHeader
Sets the value of the 'subsystem' field.
setSubsystem(java.lang.String) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessageHeader.Builder
Sets the value of the 'subsystem' field.
setSubsystem(java.lang.String) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader
Sets the value of the 'subsystem' field.
setSubsystem(java.lang.String) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader.Builder
Sets the value of the 'subsystem' field.
setSuccess(boolean) - function in net.corda.data.config.ConfigurationManagementResponse
Sets the value of the 'success' field.
setSuccess(boolean) - function in net.corda.data.config.ConfigurationManagementResponse.Builder
Sets the value of the 'success' field.
setSupportedModes(java.util.List) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions
Sets the value of the 'supportedModes' field.
setSupportedModes(java.util.List) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions.Builder
Sets the value of the 'supportedModes' field.
setSuspendCount(int) - function in net.corda.data.flow.state.checkpoint.FlowState
Sets the value of the 'suspendCount' field.
setSuspendCount(int) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the value of the 'suspendCount' field.
setSuspendedMember(java.lang.String) - function in net.corda.data.membership.db.request.command.SuspendMember
Sets the value of the 'suspendedMember' field.
setSuspendedMember(java.lang.String) - function in net.corda.data.membership.db.request.command.SuspendMember.Builder
Sets the value of the 'suspendedMember' field.
setSuspendedOn(java.lang.String) - function in net.corda.data.flow.state.checkpoint.FlowState
Sets the value of the 'suspendedOn' field.
setSuspendedOn(java.lang.String) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the value of the 'suspendedOn' field.
setSymbol(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey
Sets the value of the 'symbol' field.
setSymbol(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder
Sets the value of the 'symbol' field.
setSynchronisationMetaData(net.corda.data.membership.command.synchronisation.SynchronisationMetaData) - function in net.corda.data.membership.command.synchronisation.member.ProcessMembershipUpdates
Sets the value of the 'synchronisationMetaData' field.
setSynchronisationMetaData(net.corda.data.membership.command.synchronisation.SynchronisationMetaData) - function in net.corda.data.membership.command.synchronisation.member.ProcessMembershipUpdates.Builder
Sets the value of the 'synchronisationMetaData' field.
setSynchronisationMetaData(net.corda.data.membership.command.synchronisation.SynchronisationMetaData) - function in net.corda.data.membership.command.synchronisation.mgm.ProcessSyncRequest
Sets the value of the 'synchronisationMetaData' field.
setSynchronisationMetaData(net.corda.data.membership.command.synchronisation.SynchronisationMetaData) - function in net.corda.data.membership.command.synchronisation.mgm.ProcessSyncRequest.Builder
Sets the value of the 'synchronisationMetaData' field.
setSynchronisationMetaDataBuilder(net.corda.data.membership.command.synchronisation.SynchronisationMetaData.Builder) - function in net.corda.data.membership.command.synchronisation.member.ProcessMembershipUpdates.Builder
Sets the Builder instance for the 'synchronisationMetaData' field Data used for processing synchronisation commands.
setSynchronisationMetaDataBuilder(net.corda.data.membership.command.synchronisation.SynchronisationMetaData.Builder) - function in net.corda.data.membership.command.synchronisation.mgm.ProcessSyncRequest.Builder
Sets the Builder instance for the 'synchronisationMetaData' field Data used for processing synchronisation commands.
setSyncId(java.lang.String) - function in net.corda.data.membership.p2p.DistributionMetaData
Sets the value of the 'syncId' field.
setSyncId(java.lang.String) - function in net.corda.data.membership.p2p.DistributionMetaData.Builder
Sets the value of the 'syncId' field.
setSyncRequest(net.corda.data.membership.p2p.MembershipSyncRequest) - function in net.corda.data.membership.command.synchronisation.mgm.ProcessSyncRequest
Sets the value of the 'syncRequest' field.
setSyncRequest(net.corda.data.membership.p2p.MembershipSyncRequest) - function in net.corda.data.membership.command.synchronisation.mgm.ProcessSyncRequest.Builder
Sets the value of the 'syncRequest' field.
setSyncRequestBuilder(net.corda.data.membership.p2p.MembershipSyncRequest.Builder) - function in net.corda.data.membership.command.synchronisation.mgm.ProcessSyncRequest.Builder
Sets the Builder instance for the 'syncRequest' field Sync request sent by the member.
setSyncRequested(java.time.Instant) - function in net.corda.data.membership.p2p.DistributionMetaData
Sets the value of the 'syncRequested' field.
setSyncRequested(java.time.Instant) - function in net.corda.data.membership.p2p.DistributionMetaData.Builder
Sets the value of the 'syncRequested' field.
setTag(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.Token
Sets the value of the 'tag' field.
setTag(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.Token.Builder
Sets the value of the 'tag' field.
setTagRegex(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery
Sets the value of the 'tagRegex' field.
setTagRegex(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery.Builder
Sets the value of the 'tagRegex' field.
setTagRegex(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery
Sets the value of the 'tagRegex' field.
setTagRegex(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery.Builder
Sets the value of the 'tagRegex' field.
setTagRegex(java.lang.String) - function in net.corda.v5.ledger.utxo.token.selection.TokenBalanceCriteria
Sets an optional regular expression to match against the getTag field, or null to match all tags.
setTagRegex(java.lang.String) - function in net.corda.v5.ledger.utxo.token.selection.TokenClaimCriteria
Sets an optional regular expression to match against the getTag field, or null to match all tags.
setTake(int) - function in net.corda.data.crypto.wire.ops.rpc.queries.KeysRpcQuery
Sets the value of the 'take' field.
setTake(int) - function in net.corda.data.crypto.wire.ops.rpc.queries.KeysRpcQuery.Builder
Sets the value of the 'take' field.
setTargetAmount(net.corda.data.ledger.utxo.token.selection.data.TokenAmount) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery
Sets the value of the 'targetAmount' field.
setTargetAmount(net.corda.data.ledger.utxo.token.selection.data.TokenAmount) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery.Builder
Sets the value of the 'targetAmount' field.
setTargetAmountBuilder(net.corda.data.ledger.utxo.token.selection.data.TokenAmount.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery.Builder
Sets the Builder instance for the 'targetAmount' field The target amount to be claimed.
setTargetPlatformVersion(int) - function in net.corda.data.packaging.CorDappManifest
Sets the value of the 'targetPlatformVersion' field.
setTargetPlatformVersion(int) - function in net.corda.data.packaging.CorDappManifest.Builder
Sets the value of the 'targetPlatformVersion' field.
setTenantId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoRequestContext
Sets the value of the 'tenantId' field.
setTenantId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoRequestContext.Builder
Sets the value of the 'tenantId' field.
setTenantId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoResponseContext
Sets the value of the 'tenantId' field.
setTenantId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoResponseContext.Builder
Sets the value of the 'tenantId' field.
setTenantId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey
Sets the value of the 'tenantId' field.
setTenantId(java.lang.String) - function in net.corda.data.crypto.wire.CryptoSigningKey.Builder
Sets the value of the 'tenantId' field.
setTenantId(java.lang.String) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo
Sets the value of the 'tenantId' field.
setTenantId(java.lang.String) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo.Builder
Sets the value of the 'tenantId' field.
setTenantId(java.lang.String) - function in net.corda.data.p2p.GatewayTlsCertificates
Sets the value of the 'tenantId' field.
setTenantId(java.lang.String) - function in net.corda.data.p2p.GatewayTlsCertificates.Builder
Sets the value of the 'tenantId' field.
setTimeoutDateTime(java.time.Instant) - function in net.corda.data.flow.FlowTimeout
Sets the value of the 'timeoutDateTime' field.
setTimeoutDateTime(java.time.Instant) - function in net.corda.data.flow.FlowTimeout.Builder
Sets the value of the 'timeoutDateTime' field.
setTimestamp(java.time.Instant) - function in net.corda.data.deadletter.StateAndEventDeadLetterRecord
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.deadletter.StateAndEventDeadLetterRecord.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.flow.event.SessionEvent
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.flow.event.SessionEvent.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.flow.event.external.ExternalEvent
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.flow.event.external.ExternalEvent.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.flow.event.external.ExternalEventResponse
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.flow.event.external.ExternalEventResponse.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest.Builder
Sets the value of the 'timestamp' field.
setTimestamp(long) - function in net.corda.data.p2p.AuthenticatedMessageDeliveryState
Sets the value of the 'timestamp' field.
setTimestamp(long) - function in net.corda.data.p2p.AuthenticatedMessageDeliveryState.Builder
Sets the value of the 'timestamp' field.
setTimestamp(long) - function in net.corda.data.p2p.crypto.CommonHeader
Sets the value of the 'timestamp' field.
setTimestamp(long) - function in net.corda.data.p2p.crypto.CommonHeader.Builder
Sets the value of the 'timestamp' field.
setTimestamp(long) - function in net.corda.data.p2p.markers.AppMessageMarker
Sets the value of the 'timestamp' field.
setTimestamp(long) - function in net.corda.data.p2p.markers.AppMessageMarker.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.packaging.CpiMetadata
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.packaging.CpiMetadata.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.packaging.CpkMetadata
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.scheduler.ScheduledTaskTrigger
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.scheduler.ScheduledTaskTrigger.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeAsynchronousRequest
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeAsynchronousRequest.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeManagementRequest
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeManagementRequest.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeManagementResponse
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.data.virtualnode.VirtualNodeManagementResponse.Builder
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest
Sets the value of the 'timestamp' field.
setTimestamp(java.time.Instant) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest.Builder
Sets the value of the 'timestamp' field.
setTimeWindowBetween(java.time.Instant,java.time.Instant) - function in net.corda.v5.ledger.utxo.transaction.UtxoTransactionBuilder
Sets the transaction time window to be valid between the specified Instant values.
setTimeWindowLowerBound(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro
Sets the value of the 'timeWindowLowerBound' field.
setTimeWindowLowerBound(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the value of the 'timeWindowLowerBound' field.
setTimeWindowLowerBound(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckResultTimeWindowOutOfBoundsAvro
Sets the value of the 'timeWindowLowerBound' field.
setTimeWindowLowerBound(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckResultTimeWindowOutOfBoundsAvro.Builder
Sets the value of the 'timeWindowLowerBound' field.
setTimeWindowUntil(java.time.Instant) - function in net.corda.v5.ledger.utxo.transaction.UtxoTransactionBuilder
Sets the transaction time window to be valid until the specified Instant, tending towards negative infinity.
setTimeWindowUpperBound(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro
Sets the value of the 'timeWindowUpperBound' field.
setTimeWindowUpperBound(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the value of the 'timeWindowUpperBound' field.
setTimeWindowUpperBound(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckResultTimeWindowOutOfBoundsAvro
Sets the value of the 'timeWindowUpperBound' field.
setTimeWindowUpperBound(java.time.Instant) - function in net.corda.data.uniqueness.UniquenessCheckResultTimeWindowOutOfBoundsAvro.Builder
Sets the value of the 'timeWindowUpperBound' field.
setTlsCertificates(java.util.List) - function in net.corda.data.p2p.GatewayTlsCertificates
Sets the value of the 'tlsCertificates' field.
setTlsCertificates(java.util.List) - function in net.corda.data.p2p.GatewayTlsCertificates.Builder
Sets the value of the 'tlsCertificates' field.
setTlsCertificates(java.util.List) - function in net.corda.data.p2p.HostedIdentityEntry
Sets the value of the 'tlsCertificates' field.
setTlsCertificates(java.util.List) - function in net.corda.data.p2p.HostedIdentityEntry.Builder
Sets the value of the 'tlsCertificates' field.
setTlsTenantId(java.lang.String) - function in net.corda.data.p2p.HostedIdentityEntry
Sets the value of the 'tlsTenantId' field.
setTlsTenantId(java.lang.String) - function in net.corda.data.p2p.HostedIdentityEntry.Builder
Sets the value of the 'tlsTenantId' field.
setTokenClaims(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.state.TokenPoolCacheState
Sets the value of the 'tokenClaims' field.
setTokenClaims(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.state.TokenPoolCacheState.Builder
Sets the value of the 'tokenClaims' field.
setTokenId(java.lang.String) - function in net.corda.data.membership.db.request.command.AddPreAuthToken
Sets the value of the 'tokenId' field.
setTokenId(java.lang.String) - function in net.corda.data.membership.db.request.command.AddPreAuthToken.Builder
Sets the value of the 'tokenId' field.
setTokenId(java.lang.String) - function in net.corda.data.membership.db.request.command.ConsumePreAuthToken
Sets the value of the 'tokenId' field.
setTokenId(java.lang.String) - function in net.corda.data.membership.db.request.command.ConsumePreAuthToken.Builder
Sets the value of the 'tokenId' field.
setTokenId(java.lang.String) - function in net.corda.data.membership.db.request.command.RevokePreAuthToken
Sets the value of the 'tokenId' field.
setTokenId(java.lang.String) - function in net.corda.data.membership.db.request.command.RevokePreAuthToken.Builder
Sets the value of the 'tokenId' field.
setTokenId(java.lang.String) - function in net.corda.data.membership.db.request.query.QueryPreAuthToken
Sets the value of the 'tokenId' field.
setTokenId(java.lang.String) - function in net.corda.data.membership.db.request.query.QueryPreAuthToken.Builder
Sets the value of the 'tokenId' field.
setTokenRefs(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenCachedSyncCheck
Sets the value of the 'tokenRefs' field.
setTokenRefs(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenCachedSyncCheck.Builder
Sets the value of the 'tokenRefs' field.
setTokenRefs(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenUnspentSyncCheck
Sets the value of the 'tokenRefs' field.
setTokenRefs(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenUnspentSyncCheck.Builder
Sets the value of the 'tokenRefs' field.
setTokens(java.util.List) - function in net.corda.data.membership.db.response.query.PreAuthTokenQueryResponse
Sets the value of the 'tokens' field.
setTokens(java.util.List) - function in net.corda.data.membership.db.response.query.PreAuthTokenQueryResponse.Builder
Sets the value of the 'tokens' field.
setTokenType(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey
Sets the value of the 'tokenType' field.
setTokenType(java.lang.String) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey.Builder
Sets the value of the 'tokenType' field.
setTopic(java.lang.String) - function in net.corda.data.flow.event.external.ExternalEvent
Sets the value of the 'topic' field.
setTopic(java.lang.String) - function in net.corda.data.flow.event.external.ExternalEvent.Builder
Sets the value of the 'topic' field.
setTotalBalance(net.corda.data.ledger.utxo.token.selection.data.TokenAmount) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQueryResult
Sets the value of the 'totalBalance' field.
setTotalBalance(net.corda.data.ledger.utxo.token.selection.data.TokenAmount) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQueryResult.Builder
Sets the value of the 'totalBalance' field.
setTotalBalanceBuilder(net.corda.data.ledger.utxo.token.selection.data.TokenAmount.Builder) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQueryResult.Builder
Sets the Builder instance for the 'totalBalance' field The available balance plus the balance of claimed tokens
setTraceId(java.lang.String) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader
Sets the value of the 'traceId' field.
setTraceId(java.lang.String) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader.Builder
Sets the value of the 'traceId' field.
setTransaction(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.PersistTransaction
Sets the value of the 'transaction' field.
setTransaction(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.PersistTransaction.Builder
Sets the value of the 'transaction' field.
setTransaction(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.PersistTransactionIfDoesNotExist
Sets the value of the 'transaction' field.
setTransaction(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.PersistTransactionIfDoesNotExist.Builder
Sets the value of the 'transaction' field.
setTransaction(java.nio.ByteBuffer) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest
Sets the value of the 'transaction' field.
setTransaction(java.nio.ByteBuffer) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest.Builder
Sets the value of the 'transaction' field.
setTransactionId(java.lang.String) - function in net.corda.data.ledger.persistence.UtxoTransactionOutput
Sets the value of the 'transactionId' field.
setTransactionId(java.lang.String) - function in net.corda.data.ledger.persistence.UtxoTransactionOutput.Builder
Sets the value of the 'transactionId' field.
setTransactionId(net.corda.data.crypto.SecureHash) - function in net.corda.data.ledger.utxo.StateRef
Sets the value of the 'transactionId' field.
setTransactionId(net.corda.data.crypto.SecureHash) - function in net.corda.data.ledger.utxo.StateRef.Builder
Sets the value of the 'transactionId' field.
setTransactionIdBuilder(net.corda.data.crypto.SecureHash.Builder) - function in net.corda.data.ledger.utxo.StateRef.Builder
Sets the Builder instance for the 'transactionId' field The id of the transaction in which the referenced state was created.
setTransactionOutputs(java.util.List) - function in net.corda.data.ledger.persistence.UtxoTransactionOutputs
Sets the value of the 'transactionOutputs' field.
setTransactionOutputs(java.util.List) - function in net.corda.data.ledger.persistence.UtxoTransactionOutputs.Builder
Sets the value of the 'transactionOutputs' field.
setTransactionStatus(java.lang.String) - function in net.corda.data.ledger.persistence.FindSignedLedgerTransaction
Sets the value of the 'transactionStatus' field.
setTransactionStatus(java.lang.String) - function in net.corda.data.ledger.persistence.FindSignedLedgerTransaction.Builder
Sets the value of the 'transactionStatus' field.
setTransactionStatus(java.lang.String) - function in net.corda.data.ledger.persistence.FindTransaction
Sets the value of the 'transactionStatus' field.
setTransactionStatus(java.lang.String) - function in net.corda.data.ledger.persistence.FindTransaction.Builder
Sets the value of the 'transactionStatus' field.
setTransactionStatus(java.lang.String) - function in net.corda.data.ledger.persistence.UpdateTransactionStatus
Sets the value of the 'transactionStatus' field.
setTransactionStatus(java.lang.String) - function in net.corda.data.ledger.persistence.UpdateTransactionStatus.Builder
Sets the value of the 'transactionStatus' field.
setTransientFailureCount(int) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState
Sets the value of the 'transientFailureCount' field.
setTransientFailureCount(int) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState.Builder
Sets the value of the 'transientFailureCount' field.
setTrustedCertificates(java.util.List) - function in net.corda.data.p2p.GatewayTruststore
Sets the value of the 'trustedCertificates' field.
setTrustedCertificates(java.util.List) - function in net.corda.data.p2p.GatewayTruststore.Builder
Sets the value of the 'trustedCertificates' field.
setTrustedCertificates(java.util.List) - function in net.corda.data.p2p.gateway.certificates.RevocationCheckRequest
Sets the value of the 'trustedCertificates' field.
setTrustedCertificates(java.util.List) - function in net.corda.data.p2p.gateway.certificates.RevocationCheckRequest.Builder
Sets the value of the 'trustedCertificates' field.
setTtl(java.time.Instant) - function in net.corda.data.membership.db.request.command.AddPreAuthToken
Sets the value of the 'ttl' field.
setTtl(java.time.Instant) - function in net.corda.data.membership.db.request.command.AddPreAuthToken.Builder
Sets the value of the 'ttl' field.
setTtl(java.time.Instant) - function in net.corda.data.membership.preauth.PreAuthToken
Sets the value of the 'ttl' field.
setTtl(java.time.Instant) - function in net.corda.data.membership.preauth.PreAuthToken.Builder
Sets the value of the 'ttl' field.
setTtl(java.time.Instant) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader
Sets the value of the 'ttl' field.
setTtl(java.time.Instant) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader.Builder
Sets the value of the 'ttl' field.
setTxId(java.lang.String) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro
Sets the value of the 'txId' field.
setTxId(java.lang.String) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro.Builder
Sets the value of the 'txId' field.
setTxId(java.lang.String) - function in net.corda.data.uniqueness.UniquenessCheckResponseAvro
Sets the value of the 'txId' field.
setTxId(java.lang.String) - function in net.corda.data.uniqueness.UniquenessCheckResponseAvro.Builder
Sets the value of the 'txId' field.
setType(net.corda.data.flow.state.external.ExternalEventStateType) - function in net.corda.data.flow.state.external.ExternalEventStateStatus
Sets the value of the 'type' field.
setType(net.corda.data.flow.state.external.ExternalEventStateType) - function in net.corda.data.flow.state.external.ExternalEventStateStatus.Builder
Sets the value of the 'type' field.
setType(net.corda.data.flow.state.waiting.SessionConfirmationType) - function in net.corda.data.flow.state.waiting.SessionConfirmation
Sets the value of the 'type' field.
setType(net.corda.data.flow.state.waiting.SessionConfirmationType) - function in net.corda.data.flow.state.waiting.SessionConfirmation.Builder
Sets the value of the 'type' field.
setType(net.corda.data.packaging.CorDappType) - function in net.corda.data.packaging.CorDappManifest
Sets the value of the 'type' field.
setType(net.corda.data.packaging.CorDappType) - function in net.corda.data.packaging.CorDappManifest.Builder
Sets the value of the 'type' field.
setType(net.corda.data.packaging.CpkType) - function in net.corda.data.packaging.CpkMetadata
Sets the value of the 'type' field.
setType(net.corda.data.packaging.CpkType) - function in net.corda.data.packaging.CpkMetadata.Builder
Sets the value of the 'type' field.
setUndeliveredMessages(java.util.List) - function in net.corda.data.flow.state.session.SessionProcessState
Sets the value of the 'undeliveredMessages' field.
setUndeliveredMessages(java.util.List) - function in net.corda.data.flow.state.session.SessionProcessState.Builder
Sets the value of the 'undeliveredMessages' field.
setUniquenessDdlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest
Sets the value of the 'uniquenessDdlConnection' field.
setUniquenessDdlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest.Builder
Sets the value of the 'uniquenessDdlConnection' field.
setUniquenessDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'uniquenessDdlConnectionId' field.
setUniquenessDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'uniquenessDdlConnectionId' field.
setUniquenessDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'uniquenessDdlConnectionId' field.
setUniquenessDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'uniquenessDdlConnectionId' field.
setUniquenessDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'uniquenessDdlConnectionId' field.
setUniquenessDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'uniquenessDdlConnectionId' field.
setUniquenessDmlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest
Sets the value of the 'uniquenessDmlConnection' field.
setUniquenessDmlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest.Builder
Sets the value of the 'uniquenessDmlConnection' field.
setUniquenessDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'uniquenessDmlConnectionId' field.
setUniquenessDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'uniquenessDmlConnectionId' field.
setUniquenessDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'uniquenessDmlConnectionId' field.
setUniquenessDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'uniquenessDmlConnectionId' field.
setUniquenessDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'uniquenessDmlConnectionId' field.
setUniquenessDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'uniquenessDmlConnectionId' field.
setUnknownStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckResultInputStateUnknownAvro
Sets the value of the 'unknownStates' field.
setUnknownStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckResultInputStateUnknownAvro.Builder
Sets the value of the 'unknownStates' field.
setUnknownStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckResultReferenceStateUnknownAvro
Sets the value of the 'unknownStates' field.
setUnknownStates(java.util.List) - function in net.corda.data.uniqueness.UniquenessCheckResultReferenceStateUnknownAvro.Builder
Sets the value of the 'unknownStates' field.
setUnscaledValue(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenAmount
Sets the value of the 'unscaledValue' field.
setUnscaledValue(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenAmount.Builder
Sets the value of the 'unscaledValue' field.
setUpdate(java.util.Map) - function in net.corda.data.membership.db.request.command.UpdateGroupParameters
Sets the value of the 'update' field.
setUpdate(java.util.Map) - function in net.corda.data.membership.db.request.command.UpdateGroupParameters.Builder
Sets the value of the 'update' field.
setUpdateActor(java.lang.String) - function in net.corda.data.config.ConfigurationManagementRequest
Sets the value of the 'updateActor' field.
setUpdateActor(java.lang.String) - function in net.corda.data.config.ConfigurationManagementRequest.Builder
Sets the value of the 'updateActor' field.
setUpdateActor(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest
Sets the value of the 'updateActor' field.
setUpdateActor(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest.Builder
Sets the value of the 'updateActor' field.
setUpdateActor(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeDBResetRequest
Sets the value of the 'updateActor' field.
setUpdateActor(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeDBResetRequest.Builder
Sets the value of the 'updateActor' field.
setUpdateActor(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeStateChangeRequest
Sets the value of the 'updateActor' field.
setUpdateActor(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeStateChangeRequest.Builder
Sets the value of the 'updateActor' field.
setUpdatedMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.actions.request.DistributeMemberInfo
Sets the value of the 'updatedMember' field.
setUpdatedMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.actions.request.DistributeMemberInfo.Builder
Sets the value of the 'updatedMember' field.
setUpdatedMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.actions.request.DistributeMemberInfo.Builder
Sets the Builder instance for the 'updatedMember' field The member which has been updated.
setUpdateTimestamp(java.time.Instant) - function in net.corda.data.permissions.ChangeDetails
Sets the value of the 'updateTimestamp' field.
setUpdateTimestamp(java.time.Instant) - function in net.corda.data.permissions.ChangeDetails.Builder
Sets the value of the 'updateTimestamp' field.
setUsage(net.corda.data.certificates.CertificateUsage) - function in net.corda.data.certificates.rpc.request.CertificateRpcRequest
Sets the value of the 'usage' field.
setUsage(net.corda.data.certificates.CertificateUsage) - function in net.corda.data.certificates.rpc.request.CertificateRpcRequest.Builder
Sets the value of the 'usage' field.
setUsedTokenStateRefs(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease
Sets the value of the 'usedTokenStateRefs' field.
setUsedTokenStateRefs(java.util.List) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease.Builder
Sets the value of the 'usedTokenStateRefs' field.
setValue(java.lang.String) - function in net.corda.data.KeyValuePair
Sets the value of the 'value' field.
setValue(java.lang.String) - function in net.corda.data.KeyValuePair.Builder
Sets the value of the 'value' field.
setValue(java.lang.String) - function in net.corda.data.config.Configuration
Sets the value of the 'value' field.
setValue(java.lang.String) - function in net.corda.data.config.Configuration.Builder
Sets the value of the 'value' field.
setValue(java.lang.String) - function in net.corda.data.crypto.wire.CryptoStringResult
Sets the value of the 'value' field.
setValue(java.lang.String) - function in net.corda.data.crypto.wire.CryptoStringResult.Builder
Sets the value of the 'value' field.
setValue(int) - function in net.corda.data.demo.DemoRecord
Sets the value of the 'value' field.
setValue(int) - function in net.corda.data.demo.DemoRecord.Builder
Sets the value of the 'value' field.
setValue(int) - function in net.corda.data.demo.DemoStateRecord
Sets the value of the 'value' field.
setValue(int) - function in net.corda.data.demo.DemoStateRecord.Builder
Sets the value of the 'value' field.
setValue(Object) - function in net.corda.data.flow.state.waiting.WaitingFor
Sets the value of the 'value' field.
setValue(Object) - function in net.corda.data.flow.state.waiting.WaitingFor.Builder
Sets the value of the 'value' field.
setValue(java.lang.String) - function in net.corda.data.permissions.Property
Sets the value of the 'value' field.
setValue(java.lang.String) - function in net.corda.data.permissions.Property.Builder
Sets the value of the 'value' field.
setVaultDbOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'vaultDbOperationalStatus' field.
setVaultDbOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'vaultDbOperationalStatus' field.
setVaultDbOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'vaultDbOperationalStatus' field.
setVaultDbOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'vaultDbOperationalStatus' field.
setVaultDbOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse
Sets the value of the 'vaultDbOperationalStatus' field.
setVaultDbOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse.Builder
Sets the value of the 'vaultDbOperationalStatus' field.
setVaultDbOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'vaultDbOperationalStatus' field.
setVaultDbOperationalStatus(net.corda.data.virtualnode.VirtualNodeOperationalState) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'vaultDbOperationalStatus' field.
setVaultDdlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest
Sets the value of the 'vaultDdlConnection' field.
setVaultDdlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest.Builder
Sets the value of the 'vaultDdlConnection' field.
setVaultDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'vaultDdlConnectionId' field.
setVaultDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'vaultDdlConnectionId' field.
setVaultDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'vaultDdlConnectionId' field.
setVaultDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'vaultDdlConnectionId' field.
setVaultDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'vaultDdlConnectionId' field.
setVaultDdlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'vaultDdlConnectionId' field.
setVaultDmlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest
Sets the value of the 'vaultDmlConnection' field.
setVaultDmlConnection(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest.Builder
Sets the value of the 'vaultDmlConnection' field.
setVaultDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'vaultDmlConnectionId' field.
setVaultDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'vaultDmlConnectionId' field.
setVaultDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'vaultDmlConnectionId' field.
setVaultDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'vaultDmlConnectionId' field.
setVaultDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'vaultDmlConnectionId' field.
setVaultDmlConnectionId(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'vaultDmlConnectionId' field.
setVendor(java.lang.String) - function in net.corda.data.packaging.CorDappManifest
Sets the value of the 'vendor' field.
setVendor(java.lang.String) - function in net.corda.data.packaging.CorDappManifest.Builder
Sets the value of the 'vendor' field.
setVerificationFailure(net.corda.data.ExceptionEnvelope) - function in net.corda.ledger.utxo.verification.TransactionVerificationResponse
Sets the value of the 'verificationFailure' field.
setVerificationFailure(net.corda.data.ExceptionEnvelope) - function in net.corda.ledger.utxo.verification.TransactionVerificationResponse.Builder
Sets the value of the 'verificationFailure' field.
setVerificationFailureBuilder(net.corda.data.ExceptionEnvelope.Builder) - function in net.corda.ledger.utxo.verification.TransactionVerificationResponse.Builder
Sets the Builder instance for the 'verificationFailure' field Transaction verification failure if verification wasn't successful see TransactionVerificationFailure.
setVerificationRequest(net.corda.data.membership.p2p.VerificationRequest) - function in net.corda.data.membership.command.registration.member.ProcessMemberVerificationRequest
Sets the value of the 'verificationRequest' field.
setVerificationRequest(net.corda.data.membership.p2p.VerificationRequest) - function in net.corda.data.membership.command.registration.member.ProcessMemberVerificationRequest.Builder
Sets the value of the 'verificationRequest' field.
setVerificationRequestBuilder(net.corda.data.membership.p2p.VerificationRequest.Builder) - function in net.corda.data.membership.command.registration.member.ProcessMemberVerificationRequest.Builder
Sets the Builder instance for the 'verificationRequest' field Request from an MGM to verify a member's data supplied in the registration request.
setVerificationResponse(net.corda.data.membership.p2p.VerificationResponse) - function in net.corda.data.membership.command.registration.mgm.ProcessMemberVerificationResponse
Sets the value of the 'verificationResponse' field.
setVerificationResponse(net.corda.data.membership.p2p.VerificationResponse) - function in net.corda.data.membership.command.registration.mgm.ProcessMemberVerificationResponse.Builder
Sets the value of the 'verificationResponse' field.
setVerificationResponseBuilder(net.corda.data.membership.p2p.VerificationResponse.Builder) - function in net.corda.data.membership.command.registration.mgm.ProcessMemberVerificationResponse.Builder
Sets the Builder instance for the 'verificationResponse' field Response from a member to verify its data supplied in the registration request.
setVerificationStatus(net.corda.ledger.utxo.verification.TransactionVerificationStatus) - function in net.corda.ledger.utxo.verification.TransactionVerificationResponse
Sets the value of the 'verificationStatus' field.
setVerificationStatus(net.corda.ledger.utxo.verification.TransactionVerificationStatus) - function in net.corda.ledger.utxo.verification.TransactionVerificationResponse.Builder
Sets the value of the 'verificationStatus' field.
setVersion(int) - function in net.corda.data.config.Configuration
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.config.Configuration.Builder
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.config.ConfigurationManagementRequest
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.config.ConfigurationManagementRequest.Builder
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.config.ConfigurationManagementResponse
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.config.ConfigurationManagementResponse.Builder
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.membership.StaticNetworkInfo
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.membership.StaticNetworkInfo.Builder
Sets the value of the 'version' field.
setVersion(long) - function in net.corda.data.membership.db.request.command.PersistGroupPolicy
Sets the value of the 'version' field.
setVersion(long) - function in net.corda.data.membership.db.request.command.PersistGroupPolicy.Builder
Sets the value of the 'version' field.
setVersion(long) - function in net.corda.data.membership.db.response.query.GroupPolicyQueryResponse
Sets the value of the 'version' field.
setVersion(long) - function in net.corda.data.membership.db.response.query.GroupPolicyQueryResponse.Builder
Sets the value of the 'version' field.
setVersion(java.lang.String) - function in net.corda.data.packaging.CpiIdentifier
Sets the value of the 'version' field.
setVersion(java.lang.String) - function in net.corda.data.packaging.CpiIdentifier.Builder
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.packaging.CpiMetadata
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.packaging.CpiMetadata.Builder
Sets the value of the 'version' field.
setVersion(java.lang.String) - function in net.corda.data.packaging.CpkIdentifier
Sets the value of the 'version' field.
setVersion(java.lang.String) - function in net.corda.data.packaging.CpkIdentifier.Builder
Sets the value of the 'version' field.
setVersion(net.corda.data.packaging.CpkFormatVersion) - function in net.corda.data.packaging.CpkManifest
Sets the value of the 'version' field.
setVersion(net.corda.data.packaging.CpkFormatVersion) - function in net.corda.data.packaging.CpkManifest.Builder
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.permissions.Group
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.permissions.Group.Builder
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.permissions.Permission
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.permissions.Permission.Builder
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.permissions.Property
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.permissions.Property.Builder
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.permissions.Role
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.permissions.Role.Builder
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.permissions.User
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.permissions.User.Builder
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.virtualnode.VirtualNodeInfo
Sets the value of the 'version' field.
setVersion(int) - function in net.corda.data.virtualnode.VirtualNodeInfo.Builder
Sets the value of the 'version' field.
setVersion(java.lang.String) - function in net.corda.ledger.utxo.verification.CordaPackageSummary
Sets the value of the 'version' field.
setVersion(java.lang.String) - function in net.corda.ledger.utxo.verification.CordaPackageSummary.Builder
Sets the value of the 'version' field.
setVersionBuilder(net.corda.data.packaging.CpkFormatVersion.Builder) - function in net.corda.data.packaging.CpkManifest.Builder
Sets the Builder instance for the 'version' field
setVersionId(java.lang.Integer) - function in net.corda.data.packaging.CorDappManifest
Sets the value of the 'versionId' field.
setVersionId(java.lang.Integer) - function in net.corda.data.packaging.CorDappManifest.Builder
Sets the value of the 'versionId' field.
setViewOwner(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.PersistentGroupParameters
Sets the value of the 'viewOwner' field.
setViewOwner(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.PersistentGroupParameters.Builder
Sets the value of the 'viewOwner' field.
setViewOwnerBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.PersistentGroupParameters.Builder
Sets the Builder instance for the 'viewOwner' field The owner of the group parameters view.
setViewOwningMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.PersistentMemberInfo
Sets the value of the 'viewOwningMember' field.
setViewOwningMember(net.corda.data.identity.HoldingIdentity) - function in net.corda.data.membership.PersistentMemberInfo.Builder
Sets the value of the 'viewOwningMember' field.
setViewOwningMemberBuilder(net.corda.data.identity.HoldingIdentity.Builder) - function in net.corda.data.membership.PersistentMemberInfo.Builder
Sets the Builder instance for the 'viewOwningMember' field Holding identity of the member owning the data view.
setVirtualNode(java.lang.String) - function in net.corda.data.permissions.Permission
Sets the value of the 'virtualNode' field.
setVirtualNode(java.lang.String) - function in net.corda.data.permissions.Permission.Builder
Sets the value of the 'virtualNode' field.
setVirtualNode(java.lang.String) - function in net.corda.data.permissions.summary.PermissionSummary
Sets the value of the 'virtualNode' field.
setVirtualNode(java.lang.String) - function in net.corda.data.permissions.summary.PermissionSummary.Builder
Sets the value of the 'virtualNode' field.
setVirtualNodeId(java.lang.String) - function in net.corda.data.permissions.management.PermissionManagementRequest
Sets the value of the 'virtualNodeId' field.
setVirtualNodeId(java.lang.String) - function in net.corda.data.permissions.management.PermissionManagementRequest.Builder
Sets the value of the 'virtualNodeId' field.
setVirtualNodeShortHash(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeRequest
Sets the value of the 'virtualNodeShortHash' field.
setVirtualNodeShortHash(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeRequest.Builder
Sets the value of the 'virtualNodeShortHash' field.
setVisibleStatesIndexes(java.util.List) - function in net.corda.data.ledger.persistence.PersistTransaction
Sets the value of the 'visibleStatesIndexes' field.
setVisibleStatesIndexes(java.util.List) - function in net.corda.data.ledger.persistence.PersistTransaction.Builder
Sets the value of the 'visibleStatesIndexes' field.
setWaitingFor(net.corda.data.flow.state.waiting.WaitingFor) - function in net.corda.data.flow.state.checkpoint.FlowState
Sets the value of the 'waitingFor' field.
setWaitingFor(net.corda.data.flow.state.waiting.WaitingFor) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the value of the 'waitingFor' field.
setWaitingForBuilder(net.corda.data.flow.state.waiting.WaitingFor.Builder) - function in net.corda.data.flow.state.checkpoint.FlowState.Builder
Sets the Builder instance for the 'waitingFor' field What this flow requires in order to continue execution.
setX500Name(java.lang.String) - function in net.corda.data.identity.HoldingIdentity
Sets the value of the 'x500Name' field.
setX500Name(java.lang.String) - function in net.corda.data.identity.HoldingIdentity.Builder
Sets the value of the 'x500Name' field.
setX500Name(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Sets the value of the 'x500Name' field.
setX500Name(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse.Builder
Sets the value of the 'x500Name' field.
setX500Name(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Sets the value of the 'x500Name' field.
setX500Name(java.lang.String) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse.Builder
Sets the value of the 'x500Name' field.
ShortHashes - class in net.corda.data.crypto
List of short hashes.
ShortHashes.Builder - class in net.corda.data.crypto.ShortHashes
RecordBuilder for ShortHashes instances.
shortValue() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
If this node represents a Json Number type, this method returns the value as a short.
sign(kotlin.Array,java.security.PublicKey,net.corda.v5.crypto.SignatureSpec) - function in net.corda.v5.application.crypto.SigningService
Using the provided signing PublicKey, internally looks up the matching PrivateKey and signs the data.
sign(net.corda.v5.ledger.common.transaction.TransactionWithMetadata,java.lang.Iterable) - function in net.corda.v5.ledger.common.transaction.TransactionSignatureService
Signs a transaction ID with all the available keys.
SignatureSpec - class in net.corda.v5.crypto
A digital signature scheme.
SignatureSpecService - class in net.corda.v5.application.crypto
 
signBatch(java.util.List,java.lang.Iterable) - function in net.corda.v5.ledger.common.transaction.TransactionSignatureService
Signs a list of transactions with each the available keys.
SignedData - class in net.corda.data.membership
Data serialized to a byte array and a signature over the resulting byte array.
SignedData.Builder - class in net.corda.data.membership.SignedData
RecordBuilder for SignedData instances.
SignedGroupParameters - class in net.corda.data.membership
Group parameters which have been signed by the MGM.
SignedGroupParameters.Builder - class in net.corda.data.membership.SignedGroupParameters
RecordBuilder for SignedGroupParameters instances.
SignedMemberInfo - class in net.corda.data.membership
Avro representation of signed MemberInfo.
SignedMemberInfo.Builder - class in net.corda.data.membership.SignedMemberInfo
RecordBuilder for SignedMemberInfo instances.
SignedMemberships - class in net.corda.data.membership.p2p
Avro representation of the membership data part, which will be sent over the wire, wrapped into the MembershipPackage.
SignedMemberships.Builder - class in net.corda.data.membership.p2p.SignedMemberships
RecordBuilder for SignedMemberships instances.
SignFlowCommand - class in net.corda.data.crypto.wire.ops.flow.commands
Request to sign using public key and provided signature spec.
SignFlowCommand.Builder - class in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand
RecordBuilder for SignFlowCommand instances.
SigningService - class in net.corda.v5.application.crypto
Responsible for storing and using private keys to sign things.
SignRpcCommand - class in net.corda.data.crypto.wire.ops.rpc.commands
Request to sign using public key and provided signature spec
SignRpcCommand.Builder - class in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand
RecordBuilder for SignRpcCommand instances.
SingletonSerializeAsToken - class in net.corda.v5.serialization
This interface should be implemented by classes that want to substitute a singleton token representation of themselves upon checkpoint serialization.
SIZE - enum entry in net.corda.v5.crypto.merkle.MerkleProofType
 
SOFT_FAIL - enum entry in net.corda.data.p2p.gateway.certificates.RevocationMode
 
STANDARD - enum entry in net.corda.data.membership.common.ApprovalRuleType
 
STANDARD - enum entry in net.corda.data.membership.p2p.DistributionType
 
START_REQUESTED - enum entry in net.corda.data.flow.output.FlowStates
 
STARTED_PROCESSING_BY_MGM - enum entry in net.corda.data.membership.common.v2.RegistrationStatus
 
StartFlow - class in net.corda.data.flow.event
The Start Flow event represents the information needed to initiate a flow.
StartFlow.Builder - class in net.corda.data.flow.event.StartFlow
RecordBuilder for StartFlow instances.
StartRegistration - class in net.corda.data.membership.command.registration.mgm
Command issued when a member registration request is received and needs to be processed.
StartRegistration.Builder - class in net.corda.data.membership.command.registration.mgm.StartRegistration
RecordBuilder for StartRegistration instances.
StateAndEventDeadLetterRecord - class in net.corda.data.deadletter
 
StateAndEventDeadLetterRecord.Builder - class in net.corda.data.deadletter.StateAndEventDeadLetterRecord
RecordBuilder for StateAndEventDeadLetterRecord instances.
StateAndRef - class in net.corda.v5.ledger.utxo
Defines a composition of a TransactionState and a StateRef.
StateManagerConfig - class in net.corda.schema.configuration
Configuration keys to access public parts of the configuration under the corda.stateManager key.
StateManagerConfig.Database - class in net.corda.schema.configuration.StateManagerConfig
 
StateRef - class in net.corda.data.ledger.utxo
StateRef
StateRef - class in net.corda.v5.ledger.utxo
Defines a reference to a ContractState.
StateRef.Builder - class in net.corda.data.ledger.utxo.StateRef
RecordBuilder for StateRef instances.
StaticNetworkInfo - class in net.corda.data.membership
Avro representation of static group definition.
StaticNetworkInfo.Builder - class in net.corda.data.membership.StaticNetworkInfo
RecordBuilder for StaticNetworkInfo instances.
StaticNetworkInfoQueryResponse - class in net.corda.data.membership.db.response.query
Response to a query for or persistence of static network information.
StaticNetworkInfoQueryResponse.Builder - class in net.corda.data.membership.db.response.query.StaticNetworkInfoQueryResponse
RecordBuilder for StaticNetworkInfoQueryResponse instances.
STRING - enum entry in net.corda.v5.application.marshalling.json.JsonNodeReaderType

Text.

subFlow(net.corda.v5.application.flows.SubFlow) - function in net.corda.v5.application.flows.FlowEngine
Executes the given SubFlow.
SubFlow - class in net.corda.v5.application.flows
A SubFlow can be used to: SubFlows are executed by calling subFlow and passing a SubFlow instance into the method.
SUCCESS - enum entry in net.corda.data.ledger.utxo.token.selection.data.TokenClaimResultStatus
 
supportedDigestAlgorithms() - function in net.corda.v5.application.crypto.DigestService
Returns the supported digest algorithms.
SupportedSchemesRpcQuery - class in net.corda.data.crypto.wire.ops.rpc.queries
Request which signature schemes are supported by the service instance.
SupportedSchemesRpcQuery.Builder - class in net.corda.data.crypto.wire.ops.rpc.queries.SupportedSchemesRpcQuery
RecordBuilder for SupportedSchemesRpcQuery instances.
Suspendable - class in net.corda.v5.base.annotations
Marks a method as suspendable.
SuspendMember - class in net.corda.data.membership.db.request.command
 
SuspendMember.Builder - class in net.corda.data.membership.db.request.command.SuspendMember
RecordBuilder for SuspendMember instances.
SuspendMemberResponse - class in net.corda.data.membership.db.response.command
Response to an suspend member request
SuspendMemberResponse.Builder - class in net.corda.data.membership.db.response.command.SuspendMemberResponse
RecordBuilder for SuspendMemberResponse instances.
SYNC - enum entry in net.corda.data.membership.p2p.DistributionType
 
SynchronisationCommand - class in net.corda.data.membership.command.synchronisation
Synchronisation event type
SynchronisationCommand.Builder - class in net.corda.data.membership.command.synchronisation.SynchronisationCommand
RecordBuilder for SynchronisationCommand instances.
SynchronisationMetaData - class in net.corda.data.membership.command.synchronisation
Data used for processing synchronisation commands.
SynchronisationMetaData.Builder - class in net.corda.data.membership.command.synchronisation.SynchronisationMetaData
RecordBuilder for SynchronisationMetaData instances.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W