Interface NodeDeleteTransactionBodyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
NodeDeleteTransactionBody, NodeDeleteTransactionBody.Builder

@Generated public interface NodeDeleteTransactionBodyOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    * A consensus node identifier in the network state.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getNodeId

      long getNodeId()
       *
       A consensus node identifier in the network state.
       <p>
       The node identified MUST exist in the network address book.<br/>
       The node identified MUST NOT be deleted.<br/>
       This value is REQUIRED.
       
      uint64 node_id = 1;
      Returns:
      The nodeId.