Class LiquidityPoolDepositOperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.LiquidityPoolDepositOperationResponse
- All Implemented Interfaces:
Pageable
Represents LiquidityPoolDeposit operation response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
Constructor Summary
ConstructorDescriptionLiquidityPoolDepositOperationResponse
(String liquidityPoolId, List<AssetAmount> reservesMax, String minPrice, Price minPriceR, String maxPrice, Price maxPriceR, List<AssetAmount> reservesDeposited, String sharesReceived) -
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
-
LiquidityPoolDepositOperationResponse
public LiquidityPoolDepositOperationResponse(String liquidityPoolId, List<AssetAmount> reservesMax, String minPrice, Price minPriceR, String maxPrice, Price maxPriceR, List<AssetAmount> reservesDeposited, String sharesReceived)
-
-
Method Details
-
getLiquidityPoolId
-
getReservesMax
-
getMinPrice
-
getMinPriceR
-
getMaxPrice
-
getMaxPriceR
-
getReservesDeposited
-
toString
- Overrides:
toString
in classOperationResponse
-
equals
- Overrides:
equals
in classOperationResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classOperationResponse
-