Package org.stellar.sdk.xdr
Class OfferEntry
java.lang.Object
org.stellar.sdk.xdr.OfferEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OfferEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, OfferEntry encodedOfferEntry) booleanstatic OfferEntryfromXdrBase64(String xdr) static OfferEntryfromXdrByteArray(byte[] xdr) getExt()getFlags()getPrice()inthashCode()voidvoidvoidsetExt(OfferEntry.OfferEntryExt value) voidvoidsetOfferID(Int64 value) voidvoidsetSellerID(AccountID value) voidsetSelling(Asset value) byte[]
-
Constructor Details
-
OfferEntry
public OfferEntry()
-
-
Method Details
-
getSellerID
-
setSellerID
-
getOfferID
-
setOfferID
-
getSelling
-
setSelling
-
getBuying
-
setBuying
-
getAmount
-
setAmount
-
getPrice
-
setPrice
-
getFlags
-
setFlags
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, OfferEntry encodedOfferEntry) 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
-