Package org.stellar.sdk.xdr
Class SCSpecTypeDef.SCSpecTypeDefBuilder
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeDef.SCSpecTypeDefBuilder
- Enclosing class:
SCSpecTypeDef
-
Method Summary
Modifier and TypeMethodDescriptionbuild()bytesN(SCSpecTypeBytesN bytesN) Value of thebytesNfield.discriminant(SCSpecType discriminant) Value of thediscriminantfield.map(SCSpecTypeMap map) Value of themapfield.option(SCSpecTypeOption option) Value of theoptionfield.result(SCSpecTypeResult result) Value of theresultfield.toString()tuple(SCSpecTypeTuple tuple) Value of thetuplefield.udt(SCSpecTypeUDT udt) Value of theudtfield.vec(SCSpecTypeVec vec) Value of thevecfield.
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
option
Value of theoptionfield.- Parameters:
option- theoptionfield value- Returns:
this.
-
result
Value of theresultfield.- Parameters:
result- theresultfield value- Returns:
this.
-
vec
Value of thevecfield.- Parameters:
vec- thevecfield value- Returns:
this.
-
map
Value of themapfield.- Parameters:
map- themapfield value- Returns:
this.
-
tuple
Value of thetuplefield.- Parameters:
tuple- thetuplefield value- Returns:
this.
-
bytesN
Value of thebytesNfield.- Parameters:
bytesN- thebytesNfield value- Returns:
this.
-
udt
Value of theudtfield.- Parameters:
udt- theudtfield value- Returns:
this.
-
build
-
toString
-