corda / com.r3.enm.servicesapi.identitymanager.handlers / RetrievePrivateNetworkMappingResponse

RetrievePrivateNetworkMappingResponse

class RetrievePrivateNetworkMappingResponse
Deprecated: Private network maps are no longer supported

Retrieval message response for the private network mapping.

Constructors

<init>

RetrievePrivateNetworkMappingResponse(publicKeyHash: <ERROR CLASS>, privateNetworkId: UUID?, errorMessage: String?)

Retrieval message response for the private network mapping.

Properties

errorMessage

val errorMessage: String?

The error message relating to any issues whilst getting the private network mapping. Null represents a successful execution.

privateNetworkId

val privateNetworkId: UUID?

The id of the private network that the node is mapped to. Null represents no membership in any private network

publicKeyHash

val publicKeyHash: <ERROR CLASS>

The hash of the public key of the node.

Functions

toStream

fun toStream(b: <ERROR CLASS>): Unit

Companion Object Functions

fromStream

fun fromStream(b: <ERROR CLASS>): RetrievePrivateNetworkMappingResponse