Interface Transactions.ProtoStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transactions.ProtoState,Transactions.ProtoState.Builder
- Enclosing class:
- Transactions
public static interface Transactions.ProtoStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Transactions.ProtoStreamElementgetCommittedOutputs(int index)repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;intgetCommittedOutputsCount()repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;java.util.List<Transactions.ProtoStreamElement>getCommittedOutputsList()repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;Transactions.ProtoStreamElementOrBuildergetCommittedOutputsOrBuilder(int index)repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;java.util.List<? extends Transactions.ProtoStreamElementOrBuilder>getCommittedOutputsOrBuilderList()repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;Transactions.FlagsgetFlags().cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;intgetFlagsValue().cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;Transactions.KeyAttributegetInputAttributes(int index)repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;intgetInputAttributesCount()repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;java.util.List<Transactions.KeyAttribute>getInputAttributesList()repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;Transactions.KeyAttributeOrBuildergetInputAttributesOrBuilder(int index)repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;java.util.List<? extends Transactions.KeyAttributeOrBuilder>getInputAttributesOrBuilderList()repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 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.
-
getInputAttributesList
java.util.List<Transactions.KeyAttribute> getInputAttributesList()
repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;
-
getInputAttributes
Transactions.KeyAttribute getInputAttributes(int index)
repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;
-
getInputAttributesCount
int getInputAttributesCount()
repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;
-
getInputAttributesOrBuilderList
java.util.List<? extends Transactions.KeyAttributeOrBuilder> getInputAttributesOrBuilderList()
repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;
-
getInputAttributesOrBuilder
Transactions.KeyAttributeOrBuilder getInputAttributesOrBuilder(int index)
repeated .cz.o2.proxima.scheme.proto.transactions.KeyAttribute inputAttributes = 4;
-
getCommittedOutputsList
java.util.List<Transactions.ProtoStreamElement> getCommittedOutputsList()
repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;
-
getCommittedOutputs
Transactions.ProtoStreamElement getCommittedOutputs(int index)
repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;
-
getCommittedOutputsCount
int getCommittedOutputsCount()
repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;
-
getCommittedOutputsOrBuilderList
java.util.List<? extends Transactions.ProtoStreamElementOrBuilder> getCommittedOutputsOrBuilderList()
repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;
-
getCommittedOutputsOrBuilder
Transactions.ProtoStreamElementOrBuilder getCommittedOutputsOrBuilder(int index)
repeated .cz.o2.proxima.scheme.proto.transactions.ProtoStreamElement committedOutputs = 6;
-
-