public class ManageSellOfferOperation extends Operation
Modifier and Type | Class and Description |
---|---|
static class |
ManageSellOfferOperation.Builder
Builds ManageSellOffer operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getAmount()
Amount of selling being sold.
|
Asset |
getBuying()
The asset being bought in this operation
|
long |
getOfferId()
The ID of the offer.
|
java.lang.String |
getPrice()
Price of 1 unit of selling in terms of buying.
|
Asset |
getSelling()
The asset being sold in this operation
|
int |
hashCode() |
fromXdr, fromXdr, getSourceAccount, toXdr, toXdr, toXdrBase64, toXdrBase64
public Asset getSelling()
public Asset getBuying()
public java.lang.String getAmount()
public java.lang.String getPrice()
public long getOfferId()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object