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