Package org.stellar.sdk.xdr
Class ConfigSettingContractBandwidthV0.ConfigSettingContractBandwidthV0Builder
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractBandwidthV0.ConfigSettingContractBandwidthV0Builder
- Enclosing class:
ConfigSettingContractBandwidthV0
public static class ConfigSettingContractBandwidthV0.ConfigSettingContractBandwidthV0Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()feeTxSize1KB(Int64 feeTxSize1KB) Value of thefeeTxSize1KBfield.ledgerMaxTxsSizeBytes(Uint32 ledgerMaxTxsSizeBytes) Value of theledgerMaxTxsSizeBytesfield.toString()txMaxSizeBytes(Uint32 txMaxSizeBytes) Value of thetxMaxSizeBytesfield.
-
Method Details
-
ledgerMaxTxsSizeBytes
public ConfigSettingContractBandwidthV0.ConfigSettingContractBandwidthV0Builder ledgerMaxTxsSizeBytes(Uint32 ledgerMaxTxsSizeBytes) Value of theledgerMaxTxsSizeBytesfield.- Parameters:
ledgerMaxTxsSizeBytes- theledgerMaxTxsSizeBytesfield value- Returns:
this.
-
txMaxSizeBytes
public ConfigSettingContractBandwidthV0.ConfigSettingContractBandwidthV0Builder txMaxSizeBytes(Uint32 txMaxSizeBytes) Value of thetxMaxSizeBytesfield.- Parameters:
txMaxSizeBytes- thetxMaxSizeBytesfield value- Returns:
this.
-
feeTxSize1KB
public ConfigSettingContractBandwidthV0.ConfigSettingContractBandwidthV0Builder feeTxSize1KB(Int64 feeTxSize1KB) Value of thefeeTxSize1KBfield.- Parameters:
feeTxSize1KB- thefeeTxSize1KBfield value- Returns:
this.
-
build
-
toString
-