Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class TransactionReceiptEntries
java.lang.Object
com.google.protobuf.AbstractMessageLite<TransactionReceiptEntries,TransactionReceiptEntries.Builder>
com.google.protobuf.GeneratedMessageLite<TransactionReceiptEntries,TransactionReceiptEntries.Builder>
com.hedera.hashgraph.sdk.proto.TransactionReceiptEntries
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,TransactionReceiptEntriesOrBuilder
@Generated
public final class TransactionReceiptEntries
extends com.google.protobuf.GeneratedMessageLite<TransactionReceiptEntries,TransactionReceiptEntries.Builder>
implements TransactionReceiptEntriesOrBuilder
* A cache of transaction receipts.<br/> As transactions are handled and receipts are created, they are stored in state for a configured time limit (perhaps, for example, 3 minutes). During this time window, any client can query the node and get the receipt for the transaction. The `TransactionReceiptEntries` is the object stored in state with this information. This message SHALL contain a list of `TransactionReceiptEntry` objects.Protobuf type
proto.TransactionReceiptEntries-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class* A cache of transaction receipts.<br/> As transactions are handled and receipts are created, they are stored in state for a configured time limit (perhaps, for example, 3 minutes).Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) static TransactionReceiptEntriesgetEntries(int index) repeated .proto.TransactionReceiptEntry entries = 1;intrepeated .proto.TransactionReceiptEntry entries = 1;repeated .proto.TransactionReceiptEntry entries = 1;getEntriesOrBuilder(int index) repeated .proto.TransactionReceiptEntry entries = 1;List<? extends TransactionReceiptEntryOrBuilder> repeated .proto.TransactionReceiptEntry entries = 1;newBuilder(TransactionReceiptEntries prototype) static TransactionReceiptEntriesparseDelimitedFrom(InputStream input) static TransactionReceiptEntriesparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransactionReceiptEntriesparseFrom(byte[] data) static TransactionReceiptEntriesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransactionReceiptEntriesparseFrom(com.google.protobuf.ByteString data) static TransactionReceiptEntriesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransactionReceiptEntriesparseFrom(com.google.protobuf.CodedInputStream input) static TransactionReceiptEntriesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransactionReceiptEntriesparseFrom(InputStream input) static TransactionReceiptEntriesparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransactionReceiptEntriesparseFrom(ByteBuffer data) static TransactionReceiptEntriesparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<TransactionReceiptEntries> parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
ENTRIES_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER- See Also:
-
-
Method Details
-
getEntriesList
repeated .proto.TransactionReceiptEntry entries = 1;- Specified by:
getEntriesListin interfaceTransactionReceiptEntriesOrBuilder
-
getEntriesOrBuilderList
repeated .proto.TransactionReceiptEntry entries = 1; -
getEntriesCount
public int getEntriesCount()repeated .proto.TransactionReceiptEntry entries = 1;- Specified by:
getEntriesCountin interfaceTransactionReceiptEntriesOrBuilder
-
getEntries
repeated .proto.TransactionReceiptEntry entries = 1;- Specified by:
getEntriesin interfaceTransactionReceiptEntriesOrBuilder
-
getEntriesOrBuilder
repeated .proto.TransactionReceiptEntry entries = 1; -
parseFrom
public static TransactionReceiptEntries parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionReceiptEntries parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionReceiptEntries parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionReceiptEntries parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionReceiptEntries parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionReceiptEntries parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static TransactionReceiptEntries parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static TransactionReceiptEntries parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static TransactionReceiptEntries parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static TransactionReceiptEntries parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<TransactionReceiptEntries,TransactionReceiptEntries.Builder>
-
getDefaultInstance
-
parser
-