public final class GetTransactionsResponse
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GetTransactionsResponse.Transaction |
static class |
GetTransactionsResponse.TransactionStatus |
Constructor and Description |
---|
GetTransactionsResponse(java.util.List<GetTransactionsResponse.Transaction> transactions,
java.lang.Long latestLedger,
java.lang.Long latestLedgerCloseTimestamp,
java.lang.Long oldestLedger,
java.lang.Long oldestLedgerCloseTimestamp,
java.lang.String cursor) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCursor() |
java.lang.Long |
getLatestLedger() |
java.lang.Long |
getLatestLedgerCloseTimestamp() |
java.lang.Long |
getOldestLedger() |
java.lang.Long |
getOldestLedgerCloseTimestamp() |
java.util.List<GetTransactionsResponse.Transaction> |
getTransactions() |
int |
hashCode() |
java.lang.String |
toString() |
public GetTransactionsResponse(java.util.List<GetTransactionsResponse.Transaction> transactions, java.lang.Long latestLedger, java.lang.Long latestLedgerCloseTimestamp, java.lang.Long oldestLedger, java.lang.Long oldestLedgerCloseTimestamp, java.lang.String cursor)
public java.util.List<GetTransactionsResponse.Transaction> getTransactions()
public java.lang.Long getLatestLedger()
public java.lang.Long getLatestLedgerCloseTimestamp()
public java.lang.Long getOldestLedger()
public java.lang.Long getOldestLedgerCloseTimestamp()
public java.lang.String getCursor()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object