public class TransactionResultMetaV1 extends java.lang.Object implements XdrElement
struct TransactionResultMetaV1
{
ExtensionPoint ext;
TransactionResultPair result;
LedgerEntryChanges feeProcessing;
TransactionMeta txApplyProcessing;
LedgerEntryChanges postTxApplyFeeProcessing;
};
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionResultMetaV1.TransactionResultMetaV1Builder |
| Constructor and Description |
|---|
TransactionResultMetaV1() |
TransactionResultMetaV1(ExtensionPoint ext,
TransactionResultPair result,
LedgerEntryChanges feeProcessing,
TransactionMeta txApplyProcessing,
LedgerEntryChanges postTxApplyFeeProcessing) |
toXdrBase64, toXdrByteArraypublic TransactionResultMetaV1()
public TransactionResultMetaV1(ExtensionPoint ext, TransactionResultPair result, LedgerEntryChanges feeProcessing, TransactionMeta txApplyProcessing, LedgerEntryChanges postTxApplyFeeProcessing)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static TransactionResultMetaV1 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static TransactionResultMetaV1 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static TransactionResultMetaV1 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static TransactionResultMetaV1.TransactionResultMetaV1Builder builder()
public TransactionResultMetaV1.TransactionResultMetaV1Builder toBuilder()
public ExtensionPoint getExt()
public TransactionResultPair getResult()
public LedgerEntryChanges getFeeProcessing()
public TransactionMeta getTxApplyProcessing()
public LedgerEntryChanges getPostTxApplyFeeProcessing()
public void setExt(ExtensionPoint ext)
public void setResult(TransactionResultPair result)
public void setFeeProcessing(LedgerEntryChanges feeProcessing)
public void setTxApplyProcessing(TransactionMeta txApplyProcessing)
public void setPostTxApplyFeeProcessing(LedgerEntryChanges postTxApplyFeeProcessing)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object