Package org.stellar.sdk.xdr
Class ManageBuyOfferOp
java.lang.Object
org.stellar.sdk.xdr.ManageBuyOfferOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManageBuyOfferOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ManageBuyOfferOp encodedManageBuyOfferOp) booleanstatic ManageBuyOfferOpfromXdrBase64(String xdr) static ManageBuyOfferOpfromXdrByteArray(byte[] xdr) getPrice()inthashCode()voidsetBuyAmount(Int64 value) voidvoidsetOfferID(Int64 value) voidvoidsetSelling(Asset value) byte[]
-
Constructor Details
-
ManageBuyOfferOp
public ManageBuyOfferOp()
-
-
Method Details
-
getSelling
-
setSelling
-
getBuying
-
setBuying
-
getBuyAmount
-
setBuyAmount
-
getPrice
-
setPrice
-
getOfferID
-
setOfferID
-
encode
public static void encode(XdrDataOutputStream stream, ManageBuyOfferOp encodedManageBuyOfferOp) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-