Interface PreprocessingVoteIdOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    * The construction this vote is connected to.
    long
    * The id of the node submitting the vote.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getConstructionId

      long getConstructionId()
       *
       The construction this vote is connected to.
       
      uint64 construction_id = 1;
      Returns:
      The constructionId.
    • getNodeId

      long getNodeId()
       *
       The id of the node submitting the vote.
       
      uint64 node_id = 2;
      Returns:
      The nodeId.