Package com.exonum.messages.proof
Interface ListProofOuterClass.ListProofOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListProofOuterClass.ListProof
,ListProofOuterClass.ListProof.Builder
- Enclosing class:
- ListProofOuterClass
public static interface ListProofOuterClass.ListProofOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description ListProofOuterClass.ListProofEntry
getEntries(int index)
Array with list elements and their indexes.int
getEntriesCount()
Array with list elements and their indexes.java.util.List<ListProofOuterClass.ListProofEntry>
getEntriesList()
Array with list elements and their indexes.ListProofOuterClass.ListProofEntryOrBuilder
getEntriesOrBuilder(int index)
Array with list elements and their indexes.java.util.List<? extends ListProofOuterClass.ListProofEntryOrBuilder>
getEntriesOrBuilderList()
Array with list elements and their indexes.long
getLength()
Length of the underlying `ProofListIndex`.ListProofOuterClass.HashedEntry
getProof(int index)
Array of { ProofListKey, Hash } objects.int
getProofCount()
Array of { ProofListKey, Hash } objects.java.util.List<ListProofOuterClass.HashedEntry>
getProofList()
Array of { ProofListKey, Hash } objects.ListProofOuterClass.HashedEntryOrBuilder
getProofOrBuilder(int index)
Array of { ProofListKey, Hash } objects.java.util.List<? extends ListProofOuterClass.HashedEntryOrBuilder>
getProofOrBuilderList()
Array of { ProofListKey, Hash } objects.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProofList
java.util.List<ListProofOuterClass.HashedEntry> getProofList()Array of { ProofListKey, Hash } objects.
repeated .exonum.proof.HashedEntry proof = 1;
-
getProof
Array of { ProofListKey, Hash } objects.
repeated .exonum.proof.HashedEntry proof = 1;
-
getProofCount
int getProofCount()Array of { ProofListKey, Hash } objects.
repeated .exonum.proof.HashedEntry proof = 1;
-
getProofOrBuilderList
java.util.List<? extends ListProofOuterClass.HashedEntryOrBuilder> getProofOrBuilderList()Array of { ProofListKey, Hash } objects.
repeated .exonum.proof.HashedEntry proof = 1;
-
getProofOrBuilder
Array of { ProofListKey, Hash } objects.
repeated .exonum.proof.HashedEntry proof = 1;
-
getEntriesList
java.util.List<ListProofOuterClass.ListProofEntry> getEntriesList()Array with list elements and their indexes.
repeated .exonum.proof.ListProofEntry entries = 2;
-
getEntries
Array with list elements and their indexes.
repeated .exonum.proof.ListProofEntry entries = 2;
-
getEntriesCount
int getEntriesCount()Array with list elements and their indexes.
repeated .exonum.proof.ListProofEntry entries = 2;
-
getEntriesOrBuilderList
java.util.List<? extends ListProofOuterClass.ListProofEntryOrBuilder> getEntriesOrBuilderList()Array with list elements and their indexes.
repeated .exonum.proof.ListProofEntry entries = 2;
-
getEntriesOrBuilder
Array with list elements and their indexes.
repeated .exonum.proof.ListProofEntry entries = 2;
-
getLength
long getLength()Length of the underlying `ProofListIndex`.
uint64 length = 3;
- Returns:
- The length.
-