Package org.stellar.sdk.federation
Class FederationResponse
java.lang.Object
org.stellar.sdk.federation.FederationResponse
Object to hold a response from a federation server.
- See Also:
-
Constructor Summary
ConstructorDescriptionFederationResponse
(String stellarAddress, String accountId, String memoType, String memo) Creates a newFederationResponse
instance. -
Method Summary
-
Constructor Details
-
FederationResponse
Creates a newFederationResponse
instance.- Parameters:
stellarAddress
- Stellar address (e.g. `bob*stellar.org`).accountId
- Account ID (e.g. `GAVHK7L...`).memoType
- Memo type or null when no memo attachedmemo
- Memo value or null when no memo attached
-
-
Method Details
-
getStellarAddress
Stellar address (e.g. `bob*stellar.org`). -
getAccountId
Account ID (e.g. `GAVHK7L...`). -
getMemoType
Memo type or null when no memo attached -
getMemo
Memo value or null when no memo attached -
equals
-
hashCode
public int hashCode() -
toString
-