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