public static final class TransactionService.HistoryItem.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<TransactionService.HistoryItem,TransactionService.HistoryItem.Builder> implements TransactionService.HistoryItemOrBuilder
kin.agora.transaction.v3.HistoryItem| Modifier and Type | Method and Description |
|---|---|
TransactionService.HistoryItem.Builder |
clearCursor()
The cursor position of this item.
|
TransactionService.HistoryItem.Builder |
clearEnvelopeXdr()
Contains the transaction envelope for the transaction.
|
TransactionService.HistoryItem.Builder |
clearHash()
The hash of the transaction.
|
TransactionService.HistoryItem.Builder |
clearInvoiceList()
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.
|
TransactionService.HistoryItem.Builder |
clearResultXdr()
Contains the transaction result from when the transaction was submitted
|
TransactionService.Cursor |
getCursor()
The cursor position of this item.
|
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.
|
TransactionService.HistoryItem.Builder |
mergeCursor(TransactionService.Cursor value)
The cursor position of this item.
|
TransactionService.HistoryItem.Builder |
mergeHash(Model.TransactionHash value)
The hash of the transaction.
|
TransactionService.HistoryItem.Builder |
mergeInvoiceList(Model.InvoiceList value)
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.
|
TransactionService.HistoryItem.Builder |
setCursor(TransactionService.Cursor.Builder builderForValue)
The cursor position of this item.
|
TransactionService.HistoryItem.Builder |
setCursor(TransactionService.Cursor value)
The cursor position of this item.
|
TransactionService.HistoryItem.Builder |
setEnvelopeXdr(com.google.protobuf.ByteString value)
Contains the transaction envelope for the transaction.
|
TransactionService.HistoryItem.Builder |
setHash(Model.TransactionHash.Builder builderForValue)
The hash of the transaction.
|
TransactionService.HistoryItem.Builder |
setHash(Model.TransactionHash value)
The hash of the transaction.
|
TransactionService.HistoryItem.Builder |
setInvoiceList(Model.InvoiceList.Builder builderForValue)
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.
|
TransactionService.HistoryItem.Builder |
setInvoiceList(Model.InvoiceList value)
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.
|
TransactionService.HistoryItem.Builder |
setResultXdr(com.google.protobuf.ByteString value)
Contains the transaction result from when the transaction was submitted
|
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic 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 TransactionService.HistoryItem.Builder setHash(Model.TransactionHash value)
The hash of the transaction.
.kin.agora.common.v3.TransactionHash hash = 1;public TransactionService.HistoryItem.Builder setHash(Model.TransactionHash.Builder builderForValue)
The hash of the transaction.
.kin.agora.common.v3.TransactionHash hash = 1;public TransactionService.HistoryItem.Builder mergeHash(Model.TransactionHash value)
The hash of the transaction.
.kin.agora.common.v3.TransactionHash hash = 1;public TransactionService.HistoryItem.Builder clearHash()
The hash of the transaction.
.kin.agora.common.v3.TransactionHash hash = 1;public com.google.protobuf.ByteString getResultXdr()
Contains the transaction result from when the transaction was submitted
bytes result_xdr = 2;getResultXdr in interface TransactionService.HistoryItemOrBuilderpublic TransactionService.HistoryItem.Builder setResultXdr(com.google.protobuf.ByteString value)
Contains the transaction result from when the transaction was submitted
bytes result_xdr = 2;value - The resultXdr to set.public TransactionService.HistoryItem.Builder clearResultXdr()
Contains the transaction result from when the transaction was submitted
bytes result_xdr = 2;public com.google.protobuf.ByteString getEnvelopeXdr()
Contains the transaction envelope for the transaction.
bytes envelope_xdr = 3;getEnvelopeXdr in interface TransactionService.HistoryItemOrBuilderpublic TransactionService.HistoryItem.Builder setEnvelopeXdr(com.google.protobuf.ByteString value)
Contains the transaction envelope for the transaction.
bytes envelope_xdr = 3;value - The envelopeXdr to set.public TransactionService.HistoryItem.Builder clearEnvelopeXdr()
Contains the transaction envelope for the transaction.
bytes envelope_xdr = 3;public 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 TransactionService.HistoryItem.Builder setCursor(TransactionService.Cursor value)
The cursor position of this item.
.kin.agora.transaction.v3.Cursor cursor = 4;public TransactionService.HistoryItem.Builder setCursor(TransactionService.Cursor.Builder builderForValue)
The cursor position of this item.
.kin.agora.transaction.v3.Cursor cursor = 4;public TransactionService.HistoryItem.Builder mergeCursor(TransactionService.Cursor value)
The cursor position of this item.
.kin.agora.transaction.v3.Cursor cursor = 4;public TransactionService.HistoryItem.Builder clearCursor()
The cursor position of this item.
.kin.agora.transaction.v3.Cursor cursor = 4;public 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 TransactionService.HistoryItem.Builder setInvoiceList(Model.InvoiceList value)
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;public TransactionService.HistoryItem.Builder setInvoiceList(Model.InvoiceList.Builder builderForValue)
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;public TransactionService.HistoryItem.Builder mergeInvoiceList(Model.InvoiceList value)
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;public TransactionService.HistoryItem.Builder clearInvoiceList()
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;