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 TypeMethodDescriptionbucketListTargetSizeBytes
(Int64 bucketListTargetSizeBytes) bucketListWriteFeeGrowthFactor
(Uint32 bucketListWriteFeeGrowthFactor) build()
feeRead1KB
(Int64 feeRead1KB) feeReadLedgerEntry
(Int64 feeReadLedgerEntry) feeWriteLedgerEntry
(Int64 feeWriteLedgerEntry) ledgerMaxReadBytes
(Uint32 ledgerMaxReadBytes) ledgerMaxReadLedgerEntries
(Uint32 ledgerMaxReadLedgerEntries) ledgerMaxWriteBytes
(Uint32 ledgerMaxWriteBytes) ledgerMaxWriteLedgerEntries
(Uint32 ledgerMaxWriteLedgerEntries) toString()
txMaxReadBytes
(Uint32 txMaxReadBytes) txMaxReadLedgerEntries
(Uint32 txMaxReadLedgerEntries) txMaxWriteBytes
(Uint32 txMaxWriteBytes) txMaxWriteLedgerEntries
(Uint32 txMaxWriteLedgerEntries) writeFee1KBBucketListHigh
(Int64 writeFee1KBBucketListHigh) writeFee1KBBucketListLow
(Int64 writeFee1KBBucketListLow)
-
Method Details
-
ledgerMaxReadLedgerEntries
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder ledgerMaxReadLedgerEntries(Uint32 ledgerMaxReadLedgerEntries) - Returns:
this
.
-
ledgerMaxReadBytes
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder ledgerMaxReadBytes(Uint32 ledgerMaxReadBytes) - Returns:
this
.
-
ledgerMaxWriteLedgerEntries
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder ledgerMaxWriteLedgerEntries(Uint32 ledgerMaxWriteLedgerEntries) - Returns:
this
.
-
ledgerMaxWriteBytes
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder ledgerMaxWriteBytes(Uint32 ledgerMaxWriteBytes) - Returns:
this
.
-
txMaxReadLedgerEntries
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder txMaxReadLedgerEntries(Uint32 txMaxReadLedgerEntries) - Returns:
this
.
-
txMaxReadBytes
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder txMaxReadBytes(Uint32 txMaxReadBytes) - Returns:
this
.
-
txMaxWriteLedgerEntries
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder txMaxWriteLedgerEntries(Uint32 txMaxWriteLedgerEntries) - Returns:
this
.
-
txMaxWriteBytes
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder txMaxWriteBytes(Uint32 txMaxWriteBytes) - Returns:
this
.
-
feeReadLedgerEntry
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder feeReadLedgerEntry(Int64 feeReadLedgerEntry) - Returns:
this
.
-
feeWriteLedgerEntry
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder feeWriteLedgerEntry(Int64 feeWriteLedgerEntry) - Returns:
this
.
-
feeRead1KB
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder feeRead1KB(Int64 feeRead1KB) - Returns:
this
.
-
bucketListTargetSizeBytes
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder bucketListTargetSizeBytes(Int64 bucketListTargetSizeBytes) - Returns:
this
.
-
writeFee1KBBucketListLow
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder writeFee1KBBucketListLow(Int64 writeFee1KBBucketListLow) - Returns:
this
.
-
writeFee1KBBucketListHigh
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder writeFee1KBBucketListHigh(Int64 writeFee1KBBucketListHigh) - Returns:
this
.
-
bucketListWriteFeeGrowthFactor
public ConfigSettingContractLedgerCostV0.ConfigSettingContractLedgerCostV0Builder bucketListWriteFeeGrowthFactor(Uint32 bucketListWriteFeeGrowthFactor) - Returns:
this
.
-
build
-
toString
-