public class GetTransactionsResponse
extends java.lang.Object
Constructor and Description |
---|
GetTransactionsResponse(@NonNull java.util.List<Transaction> transactions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static GetTransactionsResponse |
fromProto(TransactionServiceOuterClass.GetTransactionsResponse response) |
@NonNull java.util.List<Transaction> |
getTransactions() |
int |
hashCode() |
TransactionServiceOuterClass.GetTransactionsResponse |
toProto() |
java.lang.String |
toString() |
public GetTransactionsResponse(@NonNull java.util.List<Transaction> transactions)
public static GetTransactionsResponse fromProto(TransactionServiceOuterClass.GetTransactionsResponse response)
public TransactionServiceOuterClass.GetTransactionsResponse toProto()
public @NonNull java.util.List<Transaction> getTransactions()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object