Class GetLedgerEntriesResponse.LedgerEntryResult
java.lang.Object
org.stellar.sdk.responses.sorobanrpc.GetLedgerEntriesResponse.LedgerEntryResult
- Enclosing class:
GetLedgerEntriesResponse
-
Constructor Summary
ConstructorsConstructorDescriptionLedgerEntryResult(String key, String xdr, Long lastModifiedLedger, Long liveUntilLedger) -
Method Summary
-
Constructor Details
-
LedgerEntryResult
-
-
Method Details
-
parseKey
Parses thekeyfield from a string to anLedgerKeyobject.- Returns:
- the parsed
LedgerKeyobject
-
parseXdr
Parses thexdrfield from a string to anLedgerEntry.LedgerEntryDataobject.- Returns:
- the parsed
LedgerEntry.LedgerEntryDataobject
-
getKey
-
getXdr
-
getLastModifiedLedger
-
getLiveUntilLedger
-
equals
-
hashCode
public int hashCode() -
toString
-