Class LedgerResponse

java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.LedgerResponse
All Implemented Interfaces:
Pageable

public final class LedgerResponse extends Response implements Pageable
Represents ledger response.
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getPagingToken

      public String getPagingToken()
      Specified by:
      getPagingToken in interface Pageable
    • getHash

      public String getHash()
    • getPrevHash

      public String getPrevHash()
    • getSequence

      public Long getSequence()
    • getSuccessfulTransactionCount

      public Integer getSuccessfulTransactionCount()
    • getFailedTransactionCount

      public Integer getFailedTransactionCount()
    • getOperationCount

      public Integer getOperationCount()
    • getTxSetOperationCount

      public Integer getTxSetOperationCount()
    • getClosedAt

      public String getClosedAt()
    • getTotalCoins

      public String getTotalCoins()
    • getFeePool

      public String getFeePool()
    • getBaseFeeInStroops

      public String getBaseFeeInStroops()
    • getBaseReserveInStroops

      public String getBaseReserveInStroops()
    • getMaxTxSetSize

      public Integer getMaxTxSetSize()
    • getProtocolVersion

      public Integer getProtocolVersion()
    • getHeaderXdr

      public String getHeaderXdr()
    • getLinks

      public LedgerResponse.Links getLinks()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object