Class TradeEffectResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.effects.EffectResponse
org.stellar.sdk.responses.effects.TradeEffectResponse
- All Implemented Interfaces:
Pageable
Represents trade effect response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.effects.EffectResponse
EffectResponse.Links
-
Constructor Summary
ConstructorDescriptionTradeEffectResponse
(String seller, String sellerMuxed, BigInteger sellerMuxedId, Long offerId, String soldAmount, String soldAssetType, String soldAssetCode, String soldAssetIssuer, String boughtAmount, String boughtAssetType, String boughtAssetCode, String boughtAssetIssuer) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.effects.EffectResponse
getAccount, getAccountMuxed, getAccountMuxedId, getCreatedAt, getId, getLinks, getPagingToken, getType
-
Constructor Details
-
TradeEffectResponse
-
-
Method Details
-
getSoldAsset
-
getBoughtAsset
-
getSeller
-
getSellerMuxed
-
getSellerMuxedId
-
getOfferId
-
getSoldAmount
-
getSoldAssetType
-
getSoldAssetCode
-
getSoldAssetIssuer
-
getBoughtAmount
-
getBoughtAssetType
-
getBoughtAssetCode
-
getBoughtAssetIssuer
-
toString
-
equals
- Overrides:
equals
in classEffectResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEffectResponse
-