public static final class TransactionService.HistoryItem extends com.google.protobuf.GeneratedMessageLite<TransactionService.HistoryItem,TransactionService.HistoryItem.Builder> implements TransactionService.HistoryItemOrBuilder
kin.agora.transaction.v3.HistoryItem| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionService.HistoryItem.Builder
Protobuf type
kin.agora.transaction.v3.HistoryItem |
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| Modifier and Type | Field and Description |
|---|---|
static int |
CURSOR_FIELD_NUMBER |
static int |
ENVELOPE_XDR_FIELD_NUMBER |
static int |
HASH_FIELD_NUMBER |
static int |
INVOICE_LIST_FIELD_NUMBER |
static int |
RESULT_XDR_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1) |
TransactionService.Cursor |
getCursor()
The cursor position of this item.
|
static TransactionService.HistoryItem |
getDefaultInstance() |
com.google.protobuf.ByteString |
getEnvelopeXdr()
Contains the transaction envelope for the transaction.
|
Model.TransactionHash |
getHash()
The hash of the transaction.
|
Model.InvoiceList |
getInvoiceList()
If an invoice list was submitted with the transaction, and the transaction
was submitted via this instance of the service, this field will be set.
|
com.google.protobuf.ByteString |
getResultXdr()
Contains the transaction result from when the transaction was submitted
|
boolean |
hasCursor()
The cursor position of this item.
|
boolean |
hasHash()
The hash of the transaction.
|
boolean |
hasInvoiceList()
If an invoice list was submitted with the transaction, and the transaction
was submitted via this instance of the service, this field will be set.
|
static TransactionService.HistoryItem.Builder |
newBuilder() |
static TransactionService.HistoryItem.Builder |
newBuilder(TransactionService.HistoryItem prototype) |
static TransactionService.HistoryItem |
parseDelimitedFrom(java.io.InputStream input) |
static TransactionService.HistoryItem |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.HistoryItem |
parseFrom(byte[] data) |
static TransactionService.HistoryItem |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.HistoryItem |
parseFrom(java.nio.ByteBuffer data) |
static TransactionService.HistoryItem |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.HistoryItem |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionService.HistoryItem |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.HistoryItem |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionService.HistoryItem |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.HistoryItem |
parseFrom(java.io.InputStream input) |
static TransactionService.HistoryItem |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionService.HistoryItem> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, 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, writeToaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int HASH_FIELD_NUMBER
public static final int RESULT_XDR_FIELD_NUMBER
public static final int ENVELOPE_XDR_FIELD_NUMBER
public static final int CURSOR_FIELD_NUMBER
public static final int INVOICE_LIST_FIELD_NUMBER
public boolean hasHash()
The hash of the transaction.
.kin.agora.common.v3.TransactionHash hash = 1;hasHash in interface TransactionService.HistoryItemOrBuilderpublic Model.TransactionHash getHash()
The hash of the transaction.
.kin.agora.common.v3.TransactionHash hash = 1;getHash in interface TransactionService.HistoryItemOrBuilderpublic com.google.protobuf.ByteString getResultXdr()
Contains the transaction result from when the transaction was submitted
bytes result_xdr = 2;getResultXdr in interface TransactionService.HistoryItemOrBuilderpublic com.google.protobuf.ByteString getEnvelopeXdr()
Contains the transaction envelope for the transaction.
bytes envelope_xdr = 3;getEnvelopeXdr in interface TransactionService.HistoryItemOrBuilderpublic boolean hasCursor()
The cursor position of this item.
.kin.agora.transaction.v3.Cursor cursor = 4;hasCursor in interface TransactionService.HistoryItemOrBuilderpublic TransactionService.Cursor getCursor()
The cursor position of this item.
.kin.agora.transaction.v3.Cursor cursor = 4;getCursor in interface TransactionService.HistoryItemOrBuilderpublic boolean hasInvoiceList()
If an invoice list was submitted with the transaction, and the transaction was submitted via this instance of the service, this field will be set.
.kin.agora.common.v3.InvoiceList invoice_list = 5;hasInvoiceList in interface TransactionService.HistoryItemOrBuilderpublic Model.InvoiceList getInvoiceList()
If an invoice list was submitted with the transaction, and the transaction was submitted via this instance of the service, this field will be set.
.kin.agora.common.v3.InvoiceList invoice_list = 5;getInvoiceList in interface TransactionService.HistoryItemOrBuilderpublic static TransactionService.HistoryItem parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem.Builder newBuilder()
public static TransactionService.HistoryItem.Builder newBuilder(TransactionService.HistoryItem prototype)
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<TransactionService.HistoryItem,TransactionService.HistoryItem.Builder>public static TransactionService.HistoryItem getDefaultInstance()
public static com.google.protobuf.Parser<TransactionService.HistoryItem> parser()