public final class AccountMergeOperationResponse extends OperationResponse
OperationResponse.Links| Constructor and Description |
|---|
AccountMergeOperationResponse(java.lang.String account,
java.lang.String accountMuxed,
java.math.BigInteger accountMuxedId,
java.lang.String into,
java.lang.String intoMuxed,
java.math.BigInteger intoMuxedId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccount() |
java.lang.String |
getAccountMuxed() |
java.math.BigInteger |
getAccountMuxedId() |
java.lang.String |
getInto() |
java.lang.String |
getIntoMuxed() |
java.math.BigInteger |
getIntoMuxedId() |
int |
hashCode() |
java.lang.String |
toString() |
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getSourceAccountMuxedId, getTransaction, getTransactionHash, getTransactionSuccessful, getTypepublic AccountMergeOperationResponse(java.lang.String account,
java.lang.String accountMuxed,
java.math.BigInteger accountMuxedId,
java.lang.String into,
java.lang.String intoMuxed,
java.math.BigInteger intoMuxedId)
public java.lang.String getAccount()
public java.lang.String getAccountMuxed()
public java.math.BigInteger getAccountMuxedId()
public java.lang.String getInto()
public java.lang.String getIntoMuxed()
public java.math.BigInteger getIntoMuxedId()
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