Interface AssociatedRegisteredNodeListOrBuilder

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

@Generated public interface AssociatedRegisteredNodeListOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getAssociatedRegisteredNodeList

      List<Long> getAssociatedRegisteredNodeList()
       *
       A list of registered node identifiers.
       
      repeated uint64 associated_registered_node = 1;
      Returns:
      A list containing the associatedRegisteredNode.
    • getAssociatedRegisteredNodeCount

      int getAssociatedRegisteredNodeCount()
       *
       A list of registered node identifiers.
       
      repeated uint64 associated_registered_node = 1;
      Returns:
      The count of associatedRegisteredNode.
    • getAssociatedRegisteredNode

      long getAssociatedRegisteredNode(int index)
       *
       A list of registered node identifiers.
       
      repeated uint64 associated_registered_node = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The associatedRegisteredNode at the given index.