Class LiquidityPoolDepositedEffectResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.effects.EffectResponse
org.stellar.sdk.responses.effects.LiquidityPoolDepositedEffectResponse
- All Implemented Interfaces:
Pageable
Represents liquidity_pool_deposited effect response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.effects.EffectResponse
EffectResponse.Links
-
Constructor Summary
ConstructorDescriptionLiquidityPoolDepositedEffectResponse
(LiquidityPool liquidityPool, List<AssetAmount> reservesDeposited, String sharesReceived) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.effects.EffectResponse
getAccount, getAccountMuxed, getAccountMuxedId, getCreatedAt, getId, getLinks, getPagingToken, getType
-
Constructor Details
-
LiquidityPoolDepositedEffectResponse
public LiquidityPoolDepositedEffectResponse(LiquidityPool liquidityPool, List<AssetAmount> reservesDeposited, String sharesReceived)
-
-
Method Details
-
getLiquidityPool
-
getReservesDeposited
-
toString
-
equals
- Overrides:
equals
in classEffectResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEffectResponse
-