Class TTLEntry.TTLEntryBuilder

java.lang.Object
org.stellar.sdk.xdr.TTLEntry.TTLEntryBuilder
Enclosing class:
TTLEntry

public static class TTLEntry.TTLEntryBuilder extends Object
  • Method Details

    • keyHash

      public TTLEntry.TTLEntryBuilder keyHash(Hash keyHash)
      Value of the keyHash field.
      Parameters:
      keyHash - the keyHash field value
      Returns:
      this.
    • liveUntilLedgerSeq

      public TTLEntry.TTLEntryBuilder liveUntilLedgerSeq(Uint32 liveUntilLedgerSeq)
      Value of the liveUntilLedgerSeq field.
      Parameters:
      liveUntilLedgerSeq - the liveUntilLedgerSeq field value
      Returns:
      this.
    • build

      public TTLEntry build()
    • toString

      public String toString()
      Overrides:
      toString in class Object