Package org.stellar.sdk.xdr
Class ClaimOfferAtom
java.lang.Object
org.stellar.sdk.xdr.ClaimOfferAtom
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimOfferAtomdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ClaimOfferAtom encodedClaimOfferAtom) booleanstatic ClaimOfferAtomfromXdrBase64(String xdr) static ClaimOfferAtomfromXdrByteArray(byte[] xdr) inthashCode()voidsetAmountBought(Int64 value) voidsetAmountSold(Int64 value) voidsetAssetBought(Asset value) voidsetAssetSold(Asset value) voidsetOfferID(Int64 value) voidsetSellerID(AccountID value) byte[]
-
Constructor Details
-
ClaimOfferAtom
public ClaimOfferAtom()
-
-
Method Details
-
getSellerID
-
setSellerID
-
getOfferID
-
setOfferID
-
getAssetSold
-
setAssetSold
-
getAmountSold
-
setAmountSold
-
getAssetBought
-
setAssetBought
-
getAmountBought
-
setAmountBought
-
encode
public static void encode(XdrDataOutputStream stream, ClaimOfferAtom encodedClaimOfferAtom) 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
-