Class LiquidityPoolWithdrewEffectResponse
- java.lang.Object
-
- org.stellar.sdk.responses.Response
-
- org.stellar.sdk.responses.effects.EffectResponse
-
- org.stellar.sdk.responses.effects.LiquidityPoolWithdrewEffectResponse
-
- All Implemented Interfaces:
Pageable
public class LiquidityPoolWithdrewEffectResponse extends EffectResponse
Represents liquidity_pool_withdrew effect response.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.stellar.sdk.responses.effects.EffectResponse
EffectResponse.Links
-
-
Constructor Summary
Constructors Constructor Description LiquidityPoolWithdrewEffectResponse(LiquidityPool liquidityPool, AssetAmount[] reservesReceived, java.lang.String sharesRedeemed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LiquidityPool
getLiquidityPool()
AssetAmount[]
getReservesReceived()
java.lang.String
getSharesRedeemed()
-
Methods inherited from class org.stellar.sdk.responses.effects.EffectResponse
getAccount, getAccountMuxed, getCreatedAt, getId, getLinks, getPagingToken, getType
-
Methods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
-
-
-
Constructor Detail
-
LiquidityPoolWithdrewEffectResponse
public LiquidityPoolWithdrewEffectResponse(LiquidityPool liquidityPool, AssetAmount[] reservesReceived, java.lang.String sharesRedeemed)
-
-
Method Detail
-
getLiquidityPool
public LiquidityPool getLiquidityPool()
-
getReservesReceived
public AssetAmount[] getReservesReceived()
-
getSharesRedeemed
public java.lang.String getSharesRedeemed()
-
-