public final class CreateAccountOperationResponse extends OperationResponse
OperationResponse.Links| Constructor and Description |
|---|
CreateAccountOperationResponse(java.lang.String account,
java.lang.String funder,
java.lang.String funderAccountMuxed,
java.math.BigInteger funderAccountMuxedId,
java.lang.String startingBalance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccount() |
java.lang.String |
getFunder() |
java.lang.String |
getFunderAccountMuxed() |
java.math.BigInteger |
getFunderAccountMuxedId() |
java.lang.String |
getStartingBalance() |
int |
hashCode() |
java.lang.String |
toString() |
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getSourceAccountMuxedId, getTransaction, getTransactionHash, getTransactionSuccessful, getTypepublic CreateAccountOperationResponse(java.lang.String account,
java.lang.String funder,
java.lang.String funderAccountMuxed,
java.math.BigInteger funderAccountMuxedId,
java.lang.String startingBalance)
public java.lang.String getAccount()
public java.lang.String getFunder()
public java.lang.String getFunderAccountMuxed()
public java.math.BigInteger getFunderAccountMuxedId()
public java.lang.String getStartingBalance()
public java.lang.String toString()
toString in class OperationResponsepublic boolean equals(java.lang.Object o)
equals in class OperationResponsepublic int hashCode()
hashCode in class OperationResponse