Package org.stellar.sdk.xdr
Class ClaimOfferAtom.ClaimOfferAtomBuilder
java.lang.Object
org.stellar.sdk.xdr.ClaimOfferAtom.ClaimOfferAtomBuilder
- Enclosing class:
ClaimOfferAtom
-
Method Summary
Modifier and TypeMethodDescriptionamountBought(Int64 amountBought) Value of theamountBoughtfield.amountSold(Int64 amountSold) Value of theamountSoldfield.assetBought(Asset assetBought) Value of theassetBoughtfield.Value of theassetSoldfield.build()Value of theofferIDfield.Value of thesellerIDfield.toString()
-
Method Details
-
sellerID
Value of thesellerIDfield.- Parameters:
sellerID- thesellerIDfield value- Returns:
this.
-
offerID
Value of theofferIDfield.- Parameters:
offerID- theofferIDfield value- Returns:
this.
-
assetSold
Value of theassetSoldfield.- Parameters:
assetSold- theassetSoldfield value- Returns:
this.
-
amountSold
Value of theamountSoldfield.- Parameters:
amountSold- theamountSoldfield value- Returns:
this.
-
assetBought
Value of theassetBoughtfield.- Parameters:
assetBought- theassetBoughtfield value- Returns:
this.
-
amountBought
Value of theamountBoughtfield.- Parameters:
amountBought- theamountBoughtfield value- Returns:
this.
-
build
-
toString
-