Class AccountMergeOperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.AccountMergeOperationResponse
- All Implemented Interfaces:
Pageable
Represents AccountMerge operation response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
Constructor Summary
ConstructorDescriptionAccountMergeOperationResponse
(String account, String accountMuxed, BigInteger accountMuxedId, String into, String intoMuxed, BigInteger intoMuxedId) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.operations.OperationResponse
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getSourceAccountMuxedId, getTransaction, getTransactionHash, getTransactionSuccessful, getType
-
Constructor Details
-
AccountMergeOperationResponse
public AccountMergeOperationResponse(String account, String accountMuxed, BigInteger accountMuxedId, String into, String intoMuxed, BigInteger intoMuxedId)
-
-
Method Details
-
getAccount
-
getAccountMuxed
-
getAccountMuxedId
-
getInto
-
getIntoMuxed
-
getIntoMuxedId
-
toString
- Overrides:
toString
in classOperationResponse
-
equals
- Overrides:
equals
in classOperationResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classOperationResponse
-