Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.Number
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of Number in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return Number Modifier and Type Method Description Number
NumericRange. getMax()
Get maxNumber
NumericRange. getMin()
Get minMethods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type Number Modifier and Type Method Description NumericRange
NumericRange. max(Number max)
NumericRange
NumericRange. min(Number min)
void
NumericRange. setMax(Number max)
void
NumericRange. setMin(Number min)