Interface Transactions.ProtoStreamElementOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transactions.ProtoStreamElement,Transactions.ProtoStreamElement.Builder
- Enclosing class:
- Transactions
public static interface Transactions.ProtoStreamElementOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAttribute()string attribute = 3;com.google.protobuf.ByteStringgetAttributeBytes()string attribute = 3;booleangetDelete()bool delete = 5;java.lang.StringgetEntity()string entity = 1;com.google.protobuf.ByteStringgetEntityBytes()string entity = 1;java.lang.StringgetKey()string key = 2;com.google.protobuf.ByteStringgetKeyBytes()string key = 2;longgetSeqId()uint64 seqId = 8;longgetStamp()uint64 stamp = 6;java.lang.StringgetUuid()string uuid = 7;com.google.protobuf.ByteStringgetUuidBytes()string uuid = 7;com.google.protobuf.ByteStringgetValue()bytes value = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntity
java.lang.String getEntity()
string entity = 1;- Returns:
- The entity.
-
getEntityBytes
com.google.protobuf.ByteString getEntityBytes()
string entity = 1;- Returns:
- The bytes for entity.
-
getKey
java.lang.String getKey()
string key = 2;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
string key = 2;- Returns:
- The bytes for key.
-
getAttribute
java.lang.String getAttribute()
string attribute = 3;- Returns:
- The attribute.
-
getAttributeBytes
com.google.protobuf.ByteString getAttributeBytes()
string attribute = 3;- Returns:
- The bytes for attribute.
-
getValue
com.google.protobuf.ByteString getValue()
bytes value = 4;- Returns:
- The value.
-
getDelete
boolean getDelete()
bool delete = 5;- Returns:
- The delete.
-
getStamp
long getStamp()
uint64 stamp = 6;- Returns:
- The stamp.
-
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.
-
getSeqId
long getSeqId()
uint64 seqId = 8;- Returns:
- The seqId.
-
-