Class AccountTransactionModifiedNode
java.lang.Object
app.keyconnect.rippled.api.client.model.AccountTransactionModifiedNode
- All Implemented Interfaces:
java.io.Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AccountTransactionModifiedNode
extends java.lang.Object
implements java.io.Serializable
AccountTransactionModifiedNode
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_FINAL_FIELDSstatic java.lang.StringJSON_PROPERTY_LEDGER_ENTRY_TYPEstatic java.lang.StringJSON_PROPERTY_LEDGER_INDEXstatic java.lang.StringJSON_PROPERTY_PREVIOUS_FIELDSstatic java.lang.StringJSON_PROPERTY_PREVIOUS_TXN_I_Dstatic java.lang.StringJSON_PROPERTY_PREVIOUS_TXN_LGR_SEQ -
Constructor Summary
Constructors Constructor Description AccountTransactionModifiedNode() -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
JSON_PROPERTY_FINAL_FIELDS
public static final java.lang.String JSON_PROPERTY_FINAL_FIELDS- See Also:
- Constant Field Values
-
JSON_PROPERTY_LEDGER_ENTRY_TYPE
public static final java.lang.String JSON_PROPERTY_LEDGER_ENTRY_TYPE- See Also:
- Constant Field Values
-
JSON_PROPERTY_LEDGER_INDEX
public static final java.lang.String JSON_PROPERTY_LEDGER_INDEX- See Also:
- Constant Field Values
-
JSON_PROPERTY_PREVIOUS_FIELDS
public static final java.lang.String JSON_PROPERTY_PREVIOUS_FIELDS- See Also:
- Constant Field Values
-
JSON_PROPERTY_PREVIOUS_TXN_I_D
public static final java.lang.String JSON_PROPERTY_PREVIOUS_TXN_I_D- See Also:
- Constant Field Values
-
JSON_PROPERTY_PREVIOUS_TXN_LGR_SEQ
public static final java.lang.String JSON_PROPERTY_PREVIOUS_TXN_LGR_SEQ- See Also:
- Constant Field Values
-
-
Constructor Details
-
AccountTransactionModifiedNode
public AccountTransactionModifiedNode()
-
-
Method Details
-
finalFields
public AccountTransactionModifiedNode finalFields(AccountTransactionModifiedNodeFinalFields finalFields) -
getFinalFields
Get finalFields- Returns:
- finalFields
-
setFinalFields
-
ledgerEntryType
-
getLedgerEntryType
@Nullable public java.lang.String getLedgerEntryType()Get ledgerEntryType- Returns:
- ledgerEntryType
-
setLedgerEntryType
public void setLedgerEntryType(java.lang.String ledgerEntryType) -
ledgerIndex
-
getLedgerIndex
@Nullable public java.lang.String getLedgerIndex()Get ledgerIndex- Returns:
- ledgerIndex
-
setLedgerIndex
public void setLedgerIndex(java.lang.String ledgerIndex) -
previousFields
public AccountTransactionModifiedNode previousFields(AccountTransactionModifiedNodePreviousField previousFields) -
getPreviousFields
Get previousFields- Returns:
- previousFields
-
setPreviousFields
-
previousTxnID
-
getPreviousTxnID
@Nullable public java.lang.String getPreviousTxnID()Get previousTxnID- Returns:
- previousTxnID
-
setPreviousTxnID
public void setPreviousTxnID(java.lang.String previousTxnID) -
previousTxnLgrSeq
-
getPreviousTxnLgrSeq
@Nullable public java.math.BigDecimal getPreviousTxnLgrSeq()Get previousTxnLgrSeq- Returns:
- previousTxnLgrSeq
-
setPreviousTxnLgrSeq
public void setPreviousTxnLgrSeq(java.math.BigDecimal previousTxnLgrSeq) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-