public class ManageBuyOfferOperation extends Operation
Modifier and Type | Class and Description |
---|---|
static class |
ManageBuyOfferOperation.Builder
Builds ManageBuyOffer operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getAmount()
Amount of asset to be bought.
|
Asset |
getBuying()
The asset being bought in this operation
|
long |
getOfferId()
The ID of the offer.
|
java.lang.String |
getPrice()
Price of thing being bought in terms of what you are selling.
|
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