Package org.stellar.sdk.xdr
Class ManageSellOfferOp
java.lang.Object
org.stellar.sdk.xdr.ManageSellOfferOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManageSellOfferOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ManageSellOfferOp encodedManageSellOfferOp) booleanstatic ManageSellOfferOpfromXdrBase64(String xdr) static ManageSellOfferOpfromXdrByteArray(byte[] xdr) getPrice()inthashCode()voidvoidvoidsetOfferID(Int64 value) voidvoidsetSelling(Asset value) byte[]
-
Constructor Details
-
ManageSellOfferOp
public ManageSellOfferOp()
-
-
Method Details
-
getSelling
-
setSelling
-
getBuying
-
setBuying
-
getAmount
-
setAmount
-
getPrice
-
setPrice
-
getOfferID
-
setOfferID
-
encode
public static void encode(XdrDataOutputStream stream, ManageSellOfferOp encodedManageSellOfferOp) 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
-