Package org.stellar.sdk.xdr
Class ClaimOfferAtomV0
java.lang.Object
org.stellar.sdk.xdr.ClaimOfferAtomV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimOfferAtomV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ClaimOfferAtomV0 encodedClaimOfferAtomV0) booleanstatic ClaimOfferAtomV0fromXdrBase64(String xdr) static ClaimOfferAtomV0fromXdrByteArray(byte[] xdr) inthashCode()voidsetAmountBought(Int64 value) voidsetAmountSold(Int64 value) voidsetAssetBought(Asset value) voidsetAssetSold(Asset value) voidsetOfferID(Int64 value) voidsetSellerEd25519(Uint256 value) byte[]
-
Constructor Details
-
ClaimOfferAtomV0
public ClaimOfferAtomV0()
-
-
Method Details
-
getSellerEd25519
-
setSellerEd25519
-
getOfferID
-
setOfferID
-
getAssetSold
-
setAssetSold
-
getAmountSold
-
setAmountSold
-
getAssetBought
-
setAssetBought
-
getAmountBought
-
setAmountBought
-
encode
public static void encode(XdrDataOutputStream stream, ClaimOfferAtomV0 encodedClaimOfferAtomV0) 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
-