Package com.exonum.messages.core
Interface KeyValueSequenceOuterClass.KeyValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeyValueSequenceOuterClass.KeyValue,KeyValueSequenceOuterClass.KeyValue.Builder
- Enclosing class:
- KeyValueSequenceOuterClass
public static interface KeyValueSequenceOuterClass.KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.StringgetKey()string key = 1;com.google.protobuf.ByteStringgetKeyBytes()string key = 1;com.google.protobuf.ByteStringgetValue()bytes value = 2;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKey
java.lang.String getKey()string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()string key = 1;- Returns:
- The bytes for key.
-
getValue
com.google.protobuf.ByteString getValue()bytes value = 2;- Returns:
- The value.
-