Package com.exonum.core.messages
Interface Consensus.PrevoteOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Consensus.Prevote,Consensus.Prevote.Builder
- Enclosing class:
- Consensus
public static interface Consensus.PrevoteOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description longgetHeight()uint64 height = 2;intgetLockedRound()uint32 locked_round = 5;Types.HashgetProposeHash().exonum.crypto.Hash propose_hash = 4;Types.HashOrBuildergetProposeHashOrBuilder().exonum.crypto.Hash propose_hash = 4;intgetRound()uint32 round = 3;intgetValidator()uint32 validator = 1;booleanhasProposeHash().exonum.crypto.Hash propose_hash = 4;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValidator
int getValidator()uint32 validator = 1;- Returns:
- The validator.
-
getHeight
long getHeight()uint64 height = 2;- Returns:
- The height.
-
getRound
int getRound()uint32 round = 3;- Returns:
- The round.
-
hasProposeHash
boolean hasProposeHash().exonum.crypto.Hash propose_hash = 4;- Returns:
- Whether the proposeHash field is set.
-
getProposeHash
Types.Hash getProposeHash().exonum.crypto.Hash propose_hash = 4;- Returns:
- The proposeHash.
-
getProposeHashOrBuilder
Types.HashOrBuilder getProposeHashOrBuilder().exonum.crypto.Hash propose_hash = 4; -
getLockedRound
int getLockedRound()uint32 locked_round = 5;- Returns:
- The lockedRound.
-