public static final class TransactionService.HistoryItem.Payment extends com.google.protobuf.GeneratedMessageLite<TransactionService.HistoryItem.Payment,TransactionService.HistoryItem.Payment.Builder> implements TransactionService.HistoryItem.PaymentOrBuilder
kin.agora.transaction.v4.HistoryItem.Payment| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionService.HistoryItem.Payment.Builder
Protobuf type
kin.agora.transaction.v4.HistoryItem.Payment |
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 |
AMOUNT_FIELD_NUMBER |
static int |
DESTINATION_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static int |
SOURCE_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) |
long |
getAmount()
Amount in quarks
|
static TransactionService.HistoryItem.Payment |
getDefaultInstance() |
Model.SolanaAccountId |
getDestination()
.kin.agora.common.v4.SolanaAccountId destination = 2; |
int |
getIndex()
The index of the transfer within the transaction.
|
Model.SolanaAccountId |
getSource()
.kin.agora.common.v4.SolanaAccountId source = 1; |
boolean |
hasDestination()
.kin.agora.common.v4.SolanaAccountId destination = 2; |
boolean |
hasSource()
.kin.agora.common.v4.SolanaAccountId source = 1; |
static TransactionService.HistoryItem.Payment.Builder |
newBuilder() |
static TransactionService.HistoryItem.Payment.Builder |
newBuilder(TransactionService.HistoryItem.Payment prototype) |
static TransactionService.HistoryItem.Payment |
parseDelimitedFrom(java.io.InputStream input) |
static TransactionService.HistoryItem.Payment |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.HistoryItem.Payment |
parseFrom(byte[] data) |
static TransactionService.HistoryItem.Payment |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.HistoryItem.Payment |
parseFrom(java.nio.ByteBuffer data) |
static TransactionService.HistoryItem.Payment |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.HistoryItem.Payment |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionService.HistoryItem.Payment |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.HistoryItem.Payment |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionService.HistoryItem.Payment |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.HistoryItem.Payment |
parseFrom(java.io.InputStream input) |
static TransactionService.HistoryItem.Payment |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionService.HistoryItem.Payment> |
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 SOURCE_FIELD_NUMBER
public static final int DESTINATION_FIELD_NUMBER
public static final int AMOUNT_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
public boolean hasSource()
.kin.agora.common.v4.SolanaAccountId source = 1;hasSource in interface TransactionService.HistoryItem.PaymentOrBuilderpublic Model.SolanaAccountId getSource()
.kin.agora.common.v4.SolanaAccountId source = 1;getSource in interface TransactionService.HistoryItem.PaymentOrBuilderpublic boolean hasDestination()
.kin.agora.common.v4.SolanaAccountId destination = 2;hasDestination in interface TransactionService.HistoryItem.PaymentOrBuilderpublic Model.SolanaAccountId getDestination()
.kin.agora.common.v4.SolanaAccountId destination = 2;getDestination in interface TransactionService.HistoryItem.PaymentOrBuilderpublic long getAmount()
Amount in quarks
int64 amount = 3;getAmount in interface TransactionService.HistoryItem.PaymentOrBuilderpublic int getIndex()
The index of the transfer within the transaction.
uint32 index = 4;getIndex in interface TransactionService.HistoryItem.PaymentOrBuilderpublic static TransactionService.HistoryItem.Payment parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem.Payment parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem.Payment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem.Payment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem.Payment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem.Payment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.HistoryItem.Payment parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem.Payment parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem.Payment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem.Payment parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem.Payment parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem.Payment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.HistoryItem.Payment.Builder newBuilder()
public static TransactionService.HistoryItem.Payment.Builder newBuilder(TransactionService.HistoryItem.Payment 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.Payment,TransactionService.HistoryItem.Payment.Builder>public static TransactionService.HistoryItem.Payment getDefaultInstance()
public static com.google.protobuf.Parser<TransactionService.HistoryItem.Payment> parser()