Package io.openems.edge.core.appmanager
Class JsonFormlyUtil.RangeBuilder
- java.lang.Object
-
- io.openems.edge.core.appmanager.JsonFormlyUtil.RangeBuilder
-
- Enclosing class:
- JsonFormlyUtil
public static final class JsonFormlyUtil.RangeBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObject
build()
protected java.lang.String
getType()
JsonFormlyUtil.RangeBuilder
setMax(int max)
Sets the max value of the input.JsonFormlyUtil.RangeBuilder
setMin(int min)
Sets the min value of the input.
-
-
-
Method Detail
-
setMin
public JsonFormlyUtil.RangeBuilder setMin(int min)
Sets the min value of the input.- Parameters:
min
- the min number that can be set- Returns:
- this
-
setMax
public JsonFormlyUtil.RangeBuilder setMax(int max)
Sets the max value of the input.- Parameters:
max
- the max number that can be set- Returns:
- this
-
build
public com.google.gson.JsonObject build()
-
getType
protected java.lang.String getType()
-
-