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, getType
public 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.Object
public boolean equals(java.lang.Object o)
equals
in class EffectResponse
public int hashCode()
hashCode
in class EffectResponse