Class LedgerLastClose

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

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

    • JSON_PROPERTY_CONVERGE_TIME_S

      public static final java.lang.String JSON_PROPERTY_CONVERGE_TIME_S
      See Also:
      Constant Field Values
    • JSON_PROPERTY_PROPOSERS

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

    • LedgerLastClose

      public LedgerLastClose()
  • Method Details

    • convergeTimeS

      public LedgerLastClose convergeTimeS​(java.math.BigDecimal convergeTimeS)
    • getConvergeTimeS

      @Nullable public java.math.BigDecimal getConvergeTimeS()
      Get convergeTimeS
      Returns:
      convergeTimeS
    • setConvergeTimeS

      public void setConvergeTimeS​(java.math.BigDecimal convergeTimeS)
    • proposers

      public LedgerLastClose proposers​(java.math.BigDecimal proposers)
    • getProposers

      @Nullable public java.math.BigDecimal getProposers()
      Get proposers
      Returns:
      proposers
    • setProposers

      public void setProposers​(java.math.BigDecimal proposers)
    • 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