Class LiquidityPoolWithdrawOperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.LiquidityPoolWithdrawOperationResponse
- All Implemented Interfaces:
Pageable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links -
Constructor Summary
ConstructorsConstructorDescriptionLiquidityPoolWithdrawOperationResponse(LiquidityPoolID liquidityPoolId, AssetAmount[] reservesMin, AssetAmount[] reservesReceived, String shares) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.operations.OperationResponse
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getSourceAccountMuxedId, getTransaction, getTransactionHash, getTransactionSuccessful, getType, isTransactionSuccessfulMethods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
Constructor Details
-
LiquidityPoolWithdrawOperationResponse
public LiquidityPoolWithdrawOperationResponse(LiquidityPoolID liquidityPoolId, AssetAmount[] reservesMin, AssetAmount[] reservesReceived, String shares)
-
-
Method Details
-
getLiquidityPoolId
-
getReservesMin
-
getReservesReceived
-
toString
-
equals
- Overrides:
equalsin classOperationResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classOperationResponse
-