Class FloatExample
- java.lang.Object
-
- org.mockserver.openapi.examples.models.AbstractExample
-
- org.mockserver.openapi.examples.models.FloatExample
-
- All Implemented Interfaces:
Example
public class FloatExample extends AbstractExample
See: https://github.com/swagger-api/swagger-inflector
-
-
Constructor Summary
Constructors Constructor Description FloatExample()FloatExample(float value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString()FloatgetValue()voidsetValue(Float value)-
Methods inherited from class org.mockserver.openapi.examples.models.AbstractExample
getAttribute, getName, getNamespace, getPrefix, getTypeName, getWrapped, getWrappedName, setAttribute, setName, setNamespace, setPrefix, setTypeName, setWrapped, setWrappedName
-
-