Class ParameterInfo
java.lang.Object
gen.org.tkit.onecx.parameters.v1.model.ParameterInfo
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentValue(Object currentValue) defaultValue(Object defaultValue) getCount()Get countGet currentValueGet defaultValuevoidSet countvoidsetCurrentValue(Object currentValue) Set currentValuevoidsetDefaultValue(Object defaultValue) Set defaultValuetoString()Create a string representation of this pojo.
-
Constructor Details
-
ParameterInfo
public ParameterInfo()
-
-
Method Details
-
getCount
Get count- Returns:
- count
-
setCount
Set count -
count
-
getDefaultValue
Get defaultValue- Returns:
- defaultValue
-
setDefaultValue
Set defaultValue -
defaultValue
-
getCurrentValue
Get currentValue- Returns:
- currentValue
-
setCurrentValue
Set currentValue -
currentValue
-
toString
Create a string representation of this pojo.
-