Interface Serialization.JsonElementOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Serialization.JsonElement,Serialization.JsonElement.Builder
- Enclosing class:
- Serialization
public static interface Serialization.JsonElementOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAttribute()string attribute = 2;com.google.protobuf.ByteStringgetAttributeBytes()string attribute = 2;booleangetDelete()bool delete = 5;booleangetDeleteWildcard()bool deleteWildcard = 6;java.lang.StringgetKey()string key = 1;com.google.protobuf.ByteStringgetKeyBytes()string key = 1;longgetStamp()uint64 stamp = 3;java.lang.StringgetUuid()string uuid = 7;com.google.protobuf.ByteStringgetUuidBytes()string uuid = 7;java.lang.StringgetValue()string value = 4;com.google.protobuf.ByteStringgetValueBytes()string value = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
getAttribute
java.lang.String getAttribute()
string attribute = 2;- Returns:
- The attribute.
-
getAttributeBytes
com.google.protobuf.ByteString getAttributeBytes()
string attribute = 2;- Returns:
- The bytes for attribute.
-
getStamp
long getStamp()
uint64 stamp = 3;- Returns:
- The stamp.
-
getValue
java.lang.String getValue()
string value = 4;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
string value = 4;- Returns:
- The bytes for value.
-
getDelete
boolean getDelete()
bool delete = 5;- Returns:
- The delete.
-
getDeleteWildcard
boolean getDeleteWildcard()
bool deleteWildcard = 6;- Returns:
- The deleteWildcard.
-
getUuid
java.lang.String getUuid()
string uuid = 7;- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()
string uuid = 7;- Returns:
- The bytes for uuid.
-
-