Package org.stellar.sdk.xdr
Class AssetCode.AssetCodeBuilder
java.lang.Object
org.stellar.sdk.xdr.AssetCode.AssetCodeBuilder
- Enclosing class:
AssetCode
-
Method Summary
Modifier and TypeMethodDescriptionassetCode12(AssetCode12 assetCode12) Value of theassetCode12field.assetCode4(AssetCode4 assetCode4) Value of theassetCode4field.build()discriminant(AssetType discriminant) Value of thediscriminantfield.toString()
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
assetCode4
Value of theassetCode4field.- Parameters:
assetCode4- theassetCode4field value- Returns:
this.
-
assetCode12
Value of theassetCode12field.- Parameters:
assetCode12- theassetCode12field value- Returns:
this.
-
build
-
toString
-