Class TransactionResponse.Preconditions.LedgerBounds

java.lang.Object
org.stellar.sdk.responses.TransactionResponse.Preconditions.LedgerBounds
Enclosing class:
TransactionResponse.Preconditions

public static final class TransactionResponse.Preconditions.LedgerBounds extends Object
  • Constructor Details

    • LedgerBounds

      public LedgerBounds(Long minTime, Long maxTime)
  • Method Details

    • getMinTime

      public Long getMinTime()
    • getMaxTime

      public Long getMaxTime()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object