Interface Transactions.ProtoResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transactions.ProtoResponse,Transactions.ProtoResponse.Builder
- Enclosing class:
- Transactions
public static interface Transactions.ProtoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Transactions.FlagsgetFlags().cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;intgetFlagsValue().cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;intgetResponsePartitionId()int32 responsePartitionId = 4;longgetSeqId()uint64 seqId = 2;longgetStamp()fixed64 stamp = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFlagsValue
int getFlagsValue()
.cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;- Returns:
- The enum numeric value on the wire for flags.
-
getFlags
Transactions.Flags getFlags()
.cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;- Returns:
- The flags.
-
getSeqId
long getSeqId()
uint64 seqId = 2;- Returns:
- The seqId.
-
getStamp
long getStamp()
fixed64 stamp = 3;- Returns:
- The stamp.
-
getResponsePartitionId
int getResponsePartitionId()
int32 responsePartitionId = 4;- Returns:
- The responsePartitionId.
-
-