Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
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 Summary
Modifier and TypeMethodDescriptionlonggetAssociatedRegisteredNode(int index) * A list of registered node identifiers.int* A list of registered node identifiers.* A list of registered node identifiers.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
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.
-