Package io.swagger.models
Class BooleanValueModel
- java.lang.Object
-
- io.swagger.models.AbstractModel
-
- io.swagger.models.BooleanValueModel
-
- All Implemented Interfaces:
Model
public class BooleanValueModel extends AbstractModel
-
-
Field Summary
-
Fields inherited from class io.swagger.models.AbstractModel
booleanValue, properties, required
-
-
Constructor Summary
Constructors Constructor Description BooleanValueModel()
BooleanValueModel(Boolean booleanValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Object
getExample()
void
setDescription(String description)
void
setExample(Object example)
-
Methods inherited from class io.swagger.models.AbstractModel
addProperty, clone, cloneTo, equals, getBooleanValue, getExclusiveMaximum, getExclusiveMinimum, getExternalDocs, getMaximum, getMaxLength, getMinimum, getMinLength, getMultipleOf, getPattern, getProperties, getReference, getRequired, getTitle, getVendorExtensions, getXml, hashCode, setBooleanValue, setExclusiveMaximum, setExclusiveMinimum, setExternalDocs, setMaximum, setMaxLength, setMinimum, setMinLength, setMultipleOf, setPattern, setProperties, setReference, setRequired, setTitle, setVendorExtension, setVendorExtensions, setXml
-
-
-
-
Constructor Detail
-
BooleanValueModel
public BooleanValueModel()
-
BooleanValueModel
public BooleanValueModel(Boolean booleanValue)
-
-