public final class LiquidityPoolTradeEffectResponse extends EffectResponse
EffectResponse.Links| Constructor and Description |
|---|
LiquidityPoolTradeEffectResponse(LiquidityPool liquidityPool,
AssetAmount sold,
AssetAmount bought) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AssetAmount |
getBought() |
LiquidityPool |
getLiquidityPool() |
AssetAmount |
getSold() |
int |
hashCode() |
java.lang.String |
toString() |
getAccount, getAccountMuxed, getAccountMuxedId, getCreatedAt, getId, getLinks, getPagingToken, getTypepublic LiquidityPoolTradeEffectResponse(LiquidityPool liquidityPool, AssetAmount sold, AssetAmount bought)
public LiquidityPool getLiquidityPool()
public AssetAmount getSold()
public AssetAmount getBought()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class EffectResponsepublic int hashCode()
hashCode in class EffectResponse