Class FeeResult

java.lang.Object
app.keyconnect.rippled.api.client.model.FeeResult
All Implemented Interfaces:
java.io.Serializable

@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FeeResult
extends java.lang.Object
implements java.io.Serializable
FeeResult
See Also:
Serialized Form
  • Field Details

    • JSON_PROPERTY_CURRENT_LEDGER_SIZE

      public static final java.lang.String JSON_PROPERTY_CURRENT_LEDGER_SIZE
      See Also:
      Constant Field Values
    • JSON_PROPERTY_CURRENT_QUEUE_SIZE

      public static final java.lang.String JSON_PROPERTY_CURRENT_QUEUE_SIZE
      See Also:
      Constant Field Values
    • JSON_PROPERTY_DROPS

      public static final java.lang.String JSON_PROPERTY_DROPS
      See Also:
      Constant Field Values
    • JSON_PROPERTY_EXPECTED_LEDGER_SIZE

      public static final java.lang.String JSON_PROPERTY_EXPECTED_LEDGER_SIZE
      See Also:
      Constant Field Values
    • JSON_PROPERTY_LEDGER_CURRENT_INDEX

      public static final java.lang.String JSON_PROPERTY_LEDGER_CURRENT_INDEX
      See Also:
      Constant Field Values
    • JSON_PROPERTY_LEVELS

      public static final java.lang.String JSON_PROPERTY_LEVELS
      See Also:
      Constant Field Values
    • JSON_PROPERTY_MAX_QUEUE_SIZE

      public static final java.lang.String JSON_PROPERTY_MAX_QUEUE_SIZE
      See Also:
      Constant Field Values
    • JSON_PROPERTY_STATUS

      public static final java.lang.String JSON_PROPERTY_STATUS
      See Also:
      Constant Field Values
  • Constructor Details

    • FeeResult

      public FeeResult()
  • Method Details

    • currentLedgerSize

      public FeeResult currentLedgerSize​(java.lang.String currentLedgerSize)
    • getCurrentLedgerSize

      @Nullable public java.lang.String getCurrentLedgerSize()
      Get currentLedgerSize
      Returns:
      currentLedgerSize
    • setCurrentLedgerSize

      public void setCurrentLedgerSize​(java.lang.String currentLedgerSize)
    • currentQueueSize

      public FeeResult currentQueueSize​(java.lang.String currentQueueSize)
    • getCurrentQueueSize

      @Nullable public java.lang.String getCurrentQueueSize()
      Get currentQueueSize
      Returns:
      currentQueueSize
    • setCurrentQueueSize

      public void setCurrentQueueSize​(java.lang.String currentQueueSize)
    • drops

      public FeeResult drops​(FeeDropsObject drops)
    • getDrops

      @Nullable public FeeDropsObject getDrops()
      Get drops
      Returns:
      drops
    • setDrops

      public void setDrops​(FeeDropsObject drops)
    • expectedLedgerSize

      public FeeResult expectedLedgerSize​(java.lang.String expectedLedgerSize)
    • getExpectedLedgerSize

      @Nullable public java.lang.String getExpectedLedgerSize()
      Get expectedLedgerSize
      Returns:
      expectedLedgerSize
    • setExpectedLedgerSize

      public void setExpectedLedgerSize​(java.lang.String expectedLedgerSize)
    • ledgerCurrentIndex

      public FeeResult ledgerCurrentIndex​(java.math.BigDecimal ledgerCurrentIndex)
    • getLedgerCurrentIndex

      @Nullable public java.math.BigDecimal getLedgerCurrentIndex()
      Get ledgerCurrentIndex
      Returns:
      ledgerCurrentIndex
    • setLedgerCurrentIndex

      public void setLedgerCurrentIndex​(java.math.BigDecimal ledgerCurrentIndex)
    • levels

      public FeeResult levels​(LevelsObject levels)
    • getLevels

      @Nullable public LevelsObject getLevels()
      Get levels
      Returns:
      levels
    • setLevels

      public void setLevels​(LevelsObject levels)
    • maxQueueSize

      public FeeResult maxQueueSize​(java.lang.String maxQueueSize)
    • getMaxQueueSize

      @Nullable public java.lang.String getMaxQueueSize()
      Get maxQueueSize
      Returns:
      maxQueueSize
    • setMaxQueueSize

      public void setMaxQueueSize​(java.lang.String maxQueueSize)
    • status

      public FeeResult status​(java.lang.String status)
    • getStatus

      @Nullable public java.lang.String getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus​(java.lang.String status)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object