public static class ContractCostParamEntry.ContractCostParamEntryBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ContractCostParamEntry |
build() |
ContractCostParamEntry.ContractCostParamEntryBuilder |
constTerm(Int64 constTerm) |
ContractCostParamEntry.ContractCostParamEntryBuilder |
ext(ExtensionPoint ext) |
ContractCostParamEntry.ContractCostParamEntryBuilder |
linearTerm(Int64 linearTerm) |
java.lang.String |
toString() |
public ContractCostParamEntry.ContractCostParamEntryBuilder ext(ExtensionPoint ext)
this
.public ContractCostParamEntry.ContractCostParamEntryBuilder constTerm(Int64 constTerm)
this
.public ContractCostParamEntry.ContractCostParamEntryBuilder linearTerm(Int64 linearTerm)
this
.public ContractCostParamEntry build()
public java.lang.String toString()
toString
in class java.lang.Object