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