Package org.stellar.sdk.xdr
Class ContractDataEntry.ContractDataEntryBuilder
java.lang.Object
org.stellar.sdk.xdr.ContractDataEntry.ContractDataEntryBuilder
- Enclosing class:
ContractDataEntry
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Value of thecontractfield.durability(ContractDataDurability durability) Value of thedurabilityfield.ext(ExtensionPoint ext) Value of theextfield.Value of thekeyfield.toString()Value of thevalfield.
-
Method Details
-
ext
Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
contract
Value of thecontractfield.- Parameters:
contract- thecontractfield value- Returns:
this.
-
key
Value of thekeyfield.- Parameters:
key- thekeyfield value- Returns:
this.
-
durability
Value of thedurabilityfield.- Parameters:
durability- thedurabilityfield value- Returns:
this.
-
val
Value of thevalfield.- Parameters:
val- thevalfield value- Returns:
this.
-
build
-
toString
-