public static final class Protocol.TransactionInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder> implements Protocol.TransactionInfoOrBuilder
protocol.TransactionInfo
Modifier and Type | Method and Description |
---|---|
Protocol.TransactionInfo.Builder |
addAllContractResult(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes contractResult = 5; |
Protocol.TransactionInfo.Builder |
addAllInternalTransactions(Iterable<? extends Protocol.InternalTransaction> values)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
addAllLog(Iterable<? extends Protocol.TransactionInfo.Log> values)
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Builder |
addContractResult(com.google.protobuf.ByteString value)
repeated bytes contractResult = 5; |
Protocol.TransactionInfo.Builder |
addInternalTransactions(int index,
Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
addInternalTransactions(int index,
Protocol.InternalTransaction value)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
addInternalTransactions(Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
addInternalTransactions(Protocol.InternalTransaction value)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.InternalTransaction.Builder |
addInternalTransactionsBuilder()
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.InternalTransaction.Builder |
addInternalTransactionsBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
addLog(int index,
Protocol.TransactionInfo.Log.Builder builderForValue)
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Builder |
addLog(int index,
Protocol.TransactionInfo.Log value)
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Builder |
addLog(Protocol.TransactionInfo.Log.Builder builderForValue)
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Builder |
addLog(Protocol.TransactionInfo.Log value)
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Log.Builder |
addLogBuilder()
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Log.Builder |
addLogBuilder(int index)
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.TransactionInfo |
build() |
Protocol.TransactionInfo |
buildPartial() |
Protocol.TransactionInfo.Builder |
clear() |
Protocol.TransactionInfo.Builder |
clearBlockNumber()
int64 blockNumber = 3; |
Protocol.TransactionInfo.Builder |
clearBlockTimeStamp()
int64 blockTimeStamp = 4; |
Protocol.TransactionInfo.Builder |
clearContractAddress()
bytes contract_address = 6; |
Protocol.TransactionInfo.Builder |
clearContractResult()
repeated bytes contractResult = 5; |
Protocol.TransactionInfo.Builder |
clearExchangeId()
int64 exchange_id = 21; |
Protocol.TransactionInfo.Builder |
clearExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19; |
Protocol.TransactionInfo.Builder |
clearExchangeReceivedAmount()
int64 exchange_received_amount = 18; |
Protocol.TransactionInfo.Builder |
clearExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20; |
Protocol.TransactionInfo.Builder |
clearFee()
int64 fee = 2; |
Protocol.TransactionInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.TransactionInfo.Builder |
clearId()
bytes id = 1; |
Protocol.TransactionInfo.Builder |
clearInternalTransactions()
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
clearLog()
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.TransactionInfo.Builder |
clearReceipt()
.protocol.ResourceReceipt receipt = 7; |
Protocol.TransactionInfo.Builder |
clearResMessage()
bytes resMessage = 10; |
Protocol.TransactionInfo.Builder |
clearResult()
.protocol.TransactionInfo.code result = 9; |
Protocol.TransactionInfo.Builder |
clearUnfreezeAmount()
int64 unfreeze_amount = 16; |
Protocol.TransactionInfo.Builder |
clearWithdrawAmount()
int64 withdraw_amount = 15; |
Protocol.TransactionInfo.Builder |
clone() |
long |
getBlockNumber()
int64 blockNumber = 3; |
long |
getBlockTimeStamp()
int64 blockTimeStamp = 4; |
com.google.protobuf.ByteString |
getContractAddress()
bytes contract_address = 6; |
com.google.protobuf.ByteString |
getContractResult(int index)
repeated bytes contractResult = 5; |
int |
getContractResultCount()
repeated bytes contractResult = 5; |
List<com.google.protobuf.ByteString> |
getContractResultList()
repeated bytes contractResult = 5; |
Protocol.TransactionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getExchangeId()
int64 exchange_id = 21; |
long |
getExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19; |
long |
getExchangeReceivedAmount()
int64 exchange_received_amount = 18; |
long |
getExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20; |
long |
getFee()
int64 fee = 2; |
com.google.protobuf.ByteString |
getId()
bytes id = 1; |
Protocol.InternalTransaction |
getInternalTransactions(int index)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.InternalTransaction.Builder |
getInternalTransactionsBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17; |
List<Protocol.InternalTransaction.Builder> |
getInternalTransactionsBuilderList()
repeated .protocol.InternalTransaction internal_transactions = 17; |
int |
getInternalTransactionsCount()
repeated .protocol.InternalTransaction internal_transactions = 17; |
List<Protocol.InternalTransaction> |
getInternalTransactionsList()
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.InternalTransactionOrBuilder |
getInternalTransactionsOrBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17; |
List<? extends Protocol.InternalTransactionOrBuilder> |
getInternalTransactionsOrBuilderList()
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Log |
getLog(int index)
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Log.Builder |
getLogBuilder(int index)
repeated .protocol.TransactionInfo.Log log = 8; |
List<Protocol.TransactionInfo.Log.Builder> |
getLogBuilderList()
repeated .protocol.TransactionInfo.Log log = 8; |
int |
getLogCount()
repeated .protocol.TransactionInfo.Log log = 8; |
List<Protocol.TransactionInfo.Log> |
getLogList()
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.LogOrBuilder |
getLogOrBuilder(int index)
repeated .protocol.TransactionInfo.Log log = 8; |
List<? extends Protocol.TransactionInfo.LogOrBuilder> |
getLogOrBuilderList()
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.ResourceReceipt |
getReceipt()
.protocol.ResourceReceipt receipt = 7; |
Protocol.ResourceReceipt.Builder |
getReceiptBuilder()
.protocol.ResourceReceipt receipt = 7; |
Protocol.ResourceReceiptOrBuilder |
getReceiptOrBuilder()
.protocol.ResourceReceipt receipt = 7; |
com.google.protobuf.ByteString |
getResMessage()
bytes resMessage = 10; |
Protocol.TransactionInfo.code |
getResult()
.protocol.TransactionInfo.code result = 9; |
int |
getResultValue()
.protocol.TransactionInfo.code result = 9; |
long |
getUnfreezeAmount()
int64 unfreeze_amount = 16; |
long |
getWithdrawAmount()
int64 withdraw_amount = 15; |
boolean |
hasReceipt()
.protocol.ResourceReceipt receipt = 7; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protocol.TransactionInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.TransactionInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protocol.TransactionInfo.Builder |
mergeFrom(Protocol.TransactionInfo other) |
Protocol.TransactionInfo.Builder |
mergeReceipt(Protocol.ResourceReceipt value)
.protocol.ResourceReceipt receipt = 7; |
Protocol.TransactionInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.TransactionInfo.Builder |
removeInternalTransactions(int index)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
removeLog(int index)
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Builder |
setBlockNumber(long value)
int64 blockNumber = 3; |
Protocol.TransactionInfo.Builder |
setBlockTimeStamp(long value)
int64 blockTimeStamp = 4; |
Protocol.TransactionInfo.Builder |
setContractAddress(com.google.protobuf.ByteString value)
bytes contract_address = 6; |
Protocol.TransactionInfo.Builder |
setContractResult(int index,
com.google.protobuf.ByteString value)
repeated bytes contractResult = 5; |
Protocol.TransactionInfo.Builder |
setExchangeId(long value)
int64 exchange_id = 21; |
Protocol.TransactionInfo.Builder |
setExchangeInjectAnotherAmount(long value)
int64 exchange_inject_another_amount = 19; |
Protocol.TransactionInfo.Builder |
setExchangeReceivedAmount(long value)
int64 exchange_received_amount = 18; |
Protocol.TransactionInfo.Builder |
setExchangeWithdrawAnotherAmount(long value)
int64 exchange_withdraw_another_amount = 20; |
Protocol.TransactionInfo.Builder |
setFee(long value)
int64 fee = 2; |
Protocol.TransactionInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.TransactionInfo.Builder |
setId(com.google.protobuf.ByteString value)
bytes id = 1; |
Protocol.TransactionInfo.Builder |
setInternalTransactions(int index,
Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
setInternalTransactions(int index,
Protocol.InternalTransaction value)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
setLog(int index,
Protocol.TransactionInfo.Log.Builder builderForValue)
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Builder |
setLog(int index,
Protocol.TransactionInfo.Log value)
repeated .protocol.TransactionInfo.Log log = 8; |
Protocol.TransactionInfo.Builder |
setReceipt(Protocol.ResourceReceipt.Builder builderForValue)
.protocol.ResourceReceipt receipt = 7; |
Protocol.TransactionInfo.Builder |
setReceipt(Protocol.ResourceReceipt value)
.protocol.ResourceReceipt receipt = 7; |
Protocol.TransactionInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.TransactionInfo.Builder |
setResMessage(com.google.protobuf.ByteString value)
bytes resMessage = 10; |
Protocol.TransactionInfo.Builder |
setResult(Protocol.TransactionInfo.code value)
.protocol.TransactionInfo.code result = 9; |
Protocol.TransactionInfo.Builder |
setResultValue(int value)
.protocol.TransactionInfo.code result = 9; |
Protocol.TransactionInfo.Builder |
setUnfreezeAmount(long value)
int64 unfreeze_amount = 16; |
Protocol.TransactionInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.TransactionInfo.Builder |
setWithdrawAmount(long value)
int64 withdraw_amount = 15; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public Protocol.TransactionInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public Protocol.TransactionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Protocol.TransactionInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Protocol.TransactionInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Protocol.TransactionInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public Protocol.TransactionInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public Protocol.TransactionInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public Protocol.TransactionInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public Protocol.TransactionInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public Protocol.TransactionInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public Protocol.TransactionInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protocol.TransactionInfo.Builder>
public Protocol.TransactionInfo.Builder mergeFrom(Protocol.TransactionInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public Protocol.TransactionInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protocol.TransactionInfo.Builder>
IOException
public com.google.protobuf.ByteString getId()
bytes id = 1;
getId
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setId(com.google.protobuf.ByteString value)
bytes id = 1;
public Protocol.TransactionInfo.Builder clearId()
bytes id = 1;
public long getFee()
int64 fee = 2;
getFee
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setFee(long value)
int64 fee = 2;
public Protocol.TransactionInfo.Builder clearFee()
int64 fee = 2;
public long getBlockNumber()
int64 blockNumber = 3;
getBlockNumber
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setBlockNumber(long value)
int64 blockNumber = 3;
public Protocol.TransactionInfo.Builder clearBlockNumber()
int64 blockNumber = 3;
public long getBlockTimeStamp()
int64 blockTimeStamp = 4;
getBlockTimeStamp
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setBlockTimeStamp(long value)
int64 blockTimeStamp = 4;
public Protocol.TransactionInfo.Builder clearBlockTimeStamp()
int64 blockTimeStamp = 4;
public List<com.google.protobuf.ByteString> getContractResultList()
repeated bytes contractResult = 5;
getContractResultList
in interface Protocol.TransactionInfoOrBuilder
public int getContractResultCount()
repeated bytes contractResult = 5;
getContractResultCount
in interface Protocol.TransactionInfoOrBuilder
public com.google.protobuf.ByteString getContractResult(int index)
repeated bytes contractResult = 5;
getContractResult
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setContractResult(int index, com.google.protobuf.ByteString value)
repeated bytes contractResult = 5;
public Protocol.TransactionInfo.Builder addContractResult(com.google.protobuf.ByteString value)
repeated bytes contractResult = 5;
public Protocol.TransactionInfo.Builder addAllContractResult(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes contractResult = 5;
public Protocol.TransactionInfo.Builder clearContractResult()
repeated bytes contractResult = 5;
public com.google.protobuf.ByteString getContractAddress()
bytes contract_address = 6;
getContractAddress
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setContractAddress(com.google.protobuf.ByteString value)
bytes contract_address = 6;
public Protocol.TransactionInfo.Builder clearContractAddress()
bytes contract_address = 6;
public boolean hasReceipt()
.protocol.ResourceReceipt receipt = 7;
hasReceipt
in interface Protocol.TransactionInfoOrBuilder
public Protocol.ResourceReceipt getReceipt()
.protocol.ResourceReceipt receipt = 7;
getReceipt
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setReceipt(Protocol.ResourceReceipt value)
.protocol.ResourceReceipt receipt = 7;
public Protocol.TransactionInfo.Builder setReceipt(Protocol.ResourceReceipt.Builder builderForValue)
.protocol.ResourceReceipt receipt = 7;
public Protocol.TransactionInfo.Builder mergeReceipt(Protocol.ResourceReceipt value)
.protocol.ResourceReceipt receipt = 7;
public Protocol.TransactionInfo.Builder clearReceipt()
.protocol.ResourceReceipt receipt = 7;
public Protocol.ResourceReceipt.Builder getReceiptBuilder()
.protocol.ResourceReceipt receipt = 7;
public Protocol.ResourceReceiptOrBuilder getReceiptOrBuilder()
.protocol.ResourceReceipt receipt = 7;
getReceiptOrBuilder
in interface Protocol.TransactionInfoOrBuilder
public List<Protocol.TransactionInfo.Log> getLogList()
repeated .protocol.TransactionInfo.Log log = 8;
getLogList
in interface Protocol.TransactionInfoOrBuilder
public int getLogCount()
repeated .protocol.TransactionInfo.Log log = 8;
getLogCount
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Log getLog(int index)
repeated .protocol.TransactionInfo.Log log = 8;
getLog
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setLog(int index, Protocol.TransactionInfo.Log value)
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.Builder setLog(int index, Protocol.TransactionInfo.Log.Builder builderForValue)
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.Builder addLog(Protocol.TransactionInfo.Log value)
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.Builder addLog(int index, Protocol.TransactionInfo.Log value)
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.Builder addLog(Protocol.TransactionInfo.Log.Builder builderForValue)
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.Builder addLog(int index, Protocol.TransactionInfo.Log.Builder builderForValue)
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.Builder addAllLog(Iterable<? extends Protocol.TransactionInfo.Log> values)
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.Builder clearLog()
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.Builder removeLog(int index)
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.Log.Builder getLogBuilder(int index)
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.LogOrBuilder getLogOrBuilder(int index)
repeated .protocol.TransactionInfo.Log log = 8;
getLogOrBuilder
in interface Protocol.TransactionInfoOrBuilder
public List<? extends Protocol.TransactionInfo.LogOrBuilder> getLogOrBuilderList()
repeated .protocol.TransactionInfo.Log log = 8;
getLogOrBuilderList
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Log.Builder addLogBuilder()
repeated .protocol.TransactionInfo.Log log = 8;
public Protocol.TransactionInfo.Log.Builder addLogBuilder(int index)
repeated .protocol.TransactionInfo.Log log = 8;
public List<Protocol.TransactionInfo.Log.Builder> getLogBuilderList()
repeated .protocol.TransactionInfo.Log log = 8;
public int getResultValue()
.protocol.TransactionInfo.code result = 9;
getResultValue
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setResultValue(int value)
.protocol.TransactionInfo.code result = 9;
public Protocol.TransactionInfo.code getResult()
.protocol.TransactionInfo.code result = 9;
getResult
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setResult(Protocol.TransactionInfo.code value)
.protocol.TransactionInfo.code result = 9;
public Protocol.TransactionInfo.Builder clearResult()
.protocol.TransactionInfo.code result = 9;
public com.google.protobuf.ByteString getResMessage()
bytes resMessage = 10;
getResMessage
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setResMessage(com.google.protobuf.ByteString value)
bytes resMessage = 10;
public Protocol.TransactionInfo.Builder clearResMessage()
bytes resMessage = 10;
public long getWithdrawAmount()
int64 withdraw_amount = 15;
getWithdrawAmount
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setWithdrawAmount(long value)
int64 withdraw_amount = 15;
public Protocol.TransactionInfo.Builder clearWithdrawAmount()
int64 withdraw_amount = 15;
public long getUnfreezeAmount()
int64 unfreeze_amount = 16;
getUnfreezeAmount
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setUnfreezeAmount(long value)
int64 unfreeze_amount = 16;
public Protocol.TransactionInfo.Builder clearUnfreezeAmount()
int64 unfreeze_amount = 16;
public List<Protocol.InternalTransaction> getInternalTransactionsList()
repeated .protocol.InternalTransaction internal_transactions = 17;
getInternalTransactionsList
in interface Protocol.TransactionInfoOrBuilder
public int getInternalTransactionsCount()
repeated .protocol.InternalTransaction internal_transactions = 17;
getInternalTransactionsCount
in interface Protocol.TransactionInfoOrBuilder
public Protocol.InternalTransaction getInternalTransactions(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;
getInternalTransactions
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setInternalTransactions(int index, Protocol.InternalTransaction value)
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.TransactionInfo.Builder setInternalTransactions(int index, Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.TransactionInfo.Builder addInternalTransactions(Protocol.InternalTransaction value)
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.TransactionInfo.Builder addInternalTransactions(int index, Protocol.InternalTransaction value)
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.TransactionInfo.Builder addInternalTransactions(Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.TransactionInfo.Builder addInternalTransactions(int index, Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.TransactionInfo.Builder addAllInternalTransactions(Iterable<? extends Protocol.InternalTransaction> values)
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.TransactionInfo.Builder clearInternalTransactions()
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.TransactionInfo.Builder removeInternalTransactions(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.InternalTransaction.Builder getInternalTransactionsBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.InternalTransactionOrBuilder getInternalTransactionsOrBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;
getInternalTransactionsOrBuilder
in interface Protocol.TransactionInfoOrBuilder
public List<? extends Protocol.InternalTransactionOrBuilder> getInternalTransactionsOrBuilderList()
repeated .protocol.InternalTransaction internal_transactions = 17;
getInternalTransactionsOrBuilderList
in interface Protocol.TransactionInfoOrBuilder
public Protocol.InternalTransaction.Builder addInternalTransactionsBuilder()
repeated .protocol.InternalTransaction internal_transactions = 17;
public Protocol.InternalTransaction.Builder addInternalTransactionsBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;
public List<Protocol.InternalTransaction.Builder> getInternalTransactionsBuilderList()
repeated .protocol.InternalTransaction internal_transactions = 17;
public long getExchangeReceivedAmount()
int64 exchange_received_amount = 18;
getExchangeReceivedAmount
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setExchangeReceivedAmount(long value)
int64 exchange_received_amount = 18;
public Protocol.TransactionInfo.Builder clearExchangeReceivedAmount()
int64 exchange_received_amount = 18;
public long getExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19;
getExchangeInjectAnotherAmount
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setExchangeInjectAnotherAmount(long value)
int64 exchange_inject_another_amount = 19;
public Protocol.TransactionInfo.Builder clearExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19;
public long getExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20;
getExchangeWithdrawAnotherAmount
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setExchangeWithdrawAnotherAmount(long value)
int64 exchange_withdraw_another_amount = 20;
public Protocol.TransactionInfo.Builder clearExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20;
public long getExchangeId()
int64 exchange_id = 21;
getExchangeId
in interface Protocol.TransactionInfoOrBuilder
public Protocol.TransactionInfo.Builder setExchangeId(long value)
int64 exchange_id = 21;
public Protocol.TransactionInfo.Builder clearExchangeId()
int64 exchange_id = 21;
public final Protocol.TransactionInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
public final Protocol.TransactionInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TransactionInfo.Builder>
Copyright © 2020. All rights reserved.