Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyContractData.LedgerKeyContractDataBuilder
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyContractData.LedgerKeyContractDataBuilder
- Enclosing class:
LedgerKey.LedgerKeyContractData
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Value of thecontractfield.durability(ContractDataDurability durability) Value of thedurabilityfield.Value of thekeyfield.toString()
-
Method Details
-
contract
Value of thecontractfield.- Parameters:
contract- thecontractfield value- Returns:
this.
-
key
Value of thekeyfield.- Parameters:
key- thekeyfield value- Returns:
this.
-
durability
public LedgerKey.LedgerKeyContractData.LedgerKeyContractDataBuilder durability(ContractDataDurability durability) Value of thedurabilityfield.- Parameters:
durability- thedurabilityfield value- Returns:
this.
-
build
-
toString
-