Class CreateAccountOperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.CreateAccountOperationResponse
- All Implemented Interfaces:
Pageable
Represents CreateAccount operation response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
Constructor Summary
ConstructorDescriptionCreateAccountOperationResponse
(String account, String funder, String funderAccountMuxed, BigInteger funderAccountMuxedId, String startingBalance) -
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
-
CreateAccountOperationResponse
public CreateAccountOperationResponse(String account, String funder, String funderAccountMuxed, BigInteger funderAccountMuxedId, String startingBalance)
-
-
Method Details
-
getAccount
-
getFunder
-
getFunderAccountMuxed
-
getFunderAccountMuxedId
-
getStartingBalance
-
toString
- Overrides:
toString
in classOperationResponse
-
equals
- Overrides:
equals
in classOperationResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classOperationResponse
-