Class DeleteNodeRequest

    • Method Detail

      • networkId

        public final String networkId()

        The unique identifier of the network that the node is on.

        Ethereum public networks have the following NetworkIds:

        • n-ethereum-mainnet

        Returns:
        The unique identifier of the network that the node is on.

        Ethereum public networks have the following NetworkIds:

        • n-ethereum-mainnet

      • memberId

        public final String memberId()

        The unique identifier of the member that owns this node.

        Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.

        Returns:
        The unique identifier of the member that owns this node.

        Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.

      • nodeId

        public final String nodeId()

        The unique identifier of the node.

        Returns:
        The unique identifier of the node.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object