Package com.exonum.core.messages
Interface ListProofOuterClass.HashedEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListProofOuterClass.HashedEntry,ListProofOuterClass.HashedEntry.Builder
- Enclosing class:
- ListProofOuterClass
public static interface ListProofOuterClass.HashedEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description Types.HashgetHash().exonum.crypto.Hash hash = 2;Types.HashOrBuildergetHashOrBuilder().exonum.crypto.Hash hash = 2;ListProofOuterClass.ProofListKeygetKey().exonum.proof.ProofListKey key = 1;ListProofOuterClass.ProofListKeyOrBuildergetKeyOrBuilder().exonum.proof.ProofListKey key = 1;booleanhasHash().exonum.crypto.Hash hash = 2;booleanhasKey().exonum.proof.ProofListKey key = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKey
boolean hasKey().exonum.proof.ProofListKey key = 1;- Returns:
- Whether the key field is set.
-
getKey
ListProofOuterClass.ProofListKey getKey().exonum.proof.ProofListKey key = 1;- Returns:
- The key.
-
getKeyOrBuilder
ListProofOuterClass.ProofListKeyOrBuilder getKeyOrBuilder().exonum.proof.ProofListKey key = 1; -
hasHash
boolean hasHash().exonum.crypto.Hash hash = 2;- Returns:
- Whether the hash field is set.
-
getHash
Types.Hash getHash().exonum.crypto.Hash hash = 2;- Returns:
- The hash.
-
getHashOrBuilder
Types.HashOrBuilder getHashOrBuilder().exonum.crypto.Hash hash = 2;
-