Package org.stellar.sdk.xdr
Class ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder
- Enclosing class:
ConfigSettingContractLedgerCostV0
public static class ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()feeDiskRead1KB(Int64 feeDiskRead1KB) feeDiskReadLedgerEntry(Int64 feeDiskReadLedgerEntry) feeWriteLedgerEntry(Int64 feeWriteLedgerEntry) ledgerMaxDiskReadBytes(Uint32 ledgerMaxDiskReadBytes) ledgerMaxDiskReadEntries(Uint32 ledgerMaxDiskReadEntries) ledgerMaxWriteBytes(Uint32 ledgerMaxWriteBytes) ledgerMaxWriteLedgerEntries(Uint32 ledgerMaxWriteLedgerEntries) rentFee1KBSorobanStateSizeHigh(Int64 rentFee1KBSorobanStateSizeHigh) rentFee1KBSorobanStateSizeLow(Int64 rentFee1KBSorobanStateSizeLow) sorobanStateRentFeeGrowthFactor(Uint32 sorobanStateRentFeeGrowthFactor) sorobanStateTargetSizeBytes(Int64 sorobanStateTargetSizeBytes) toString()txMaxDiskReadBytes(Uint32 txMaxDiskReadBytes) txMaxDiskReadEntries(Uint32 txMaxDiskReadEntries) txMaxWriteBytes(Uint32 txMaxWriteBytes) txMaxWriteLedgerEntries(Uint32 txMaxWriteLedgerEntries)
-
Method Details
-
ledgerMaxDiskReadEntries
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder ledgerMaxDiskReadEntries(Uint32 ledgerMaxDiskReadEntries) - Returns:
this.
-
ledgerMaxDiskReadBytes
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder ledgerMaxDiskReadBytes(Uint32 ledgerMaxDiskReadBytes) - Returns:
this.
-
ledgerMaxWriteLedgerEntries
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder ledgerMaxWriteLedgerEntries(Uint32 ledgerMaxWriteLedgerEntries) - Returns:
this.
-
ledgerMaxWriteBytes
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder ledgerMaxWriteBytes(Uint32 ledgerMaxWriteBytes) - Returns:
this.
-
txMaxDiskReadEntries
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder txMaxDiskReadEntries(Uint32 txMaxDiskReadEntries) - Returns:
this.
-
txMaxDiskReadBytes
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder txMaxDiskReadBytes(Uint32 txMaxDiskReadBytes) - Returns:
this.
-
txMaxWriteLedgerEntries
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder txMaxWriteLedgerEntries(Uint32 txMaxWriteLedgerEntries) - Returns:
this.
-
txMaxWriteBytes
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder txMaxWriteBytes(Uint32 txMaxWriteBytes) - Returns:
this.
-
feeDiskReadLedgerEntry
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder feeDiskReadLedgerEntry(Int64 feeDiskReadLedgerEntry) - Returns:
this.
-
feeWriteLedgerEntry
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder feeWriteLedgerEntry(Int64 feeWriteLedgerEntry) - Returns:
this.
-
feeDiskRead1KB
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder feeDiskRead1KB(Int64 feeDiskRead1KB) - Returns:
this.
-
sorobanStateTargetSizeBytes
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder sorobanStateTargetSizeBytes(Int64 sorobanStateTargetSizeBytes) - Returns:
this.
-
rentFee1KBSorobanStateSizeLow
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder rentFee1KBSorobanStateSizeLow(Int64 rentFee1KBSorobanStateSizeLow) - Returns:
this.
-
rentFee1KBSorobanStateSizeHigh
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder rentFee1KBSorobanStateSizeHigh(Int64 rentFee1KBSorobanStateSizeHigh) - Returns:
this.
-
sorobanStateRentFeeGrowthFactor
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder sorobanStateRentFeeGrowthFactor(Uint32 sorobanStateRentFeeGrowthFactor) - Returns:
this.
-
build
-
toString
-