com.mangofactory.swagger.models.dto
Class ModelProperty
java.lang.Object
com.mangofactory.swagger.models.dto.ModelProperty
public class ModelProperty
- extends java.lang.Object
|
Constructor Summary |
ModelProperty(java.lang.String type,
java.lang.String qualifiedType,
int position,
java.lang.Boolean required,
java.lang.String description,
AllowableValues allowableValues,
ModelRef items,
java.lang.Boolean uniqueItems)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelProperty
public ModelProperty(java.lang.String type,
java.lang.String qualifiedType,
int position,
java.lang.Boolean required,
java.lang.String description,
AllowableValues allowableValues,
ModelRef items,
java.lang.Boolean uniqueItems)
getType
public SwaggerDataType getType()
getQualifiedType
public java.lang.String getQualifiedType()
getPosition
public int getPosition()
isRequired
public java.lang.Boolean isRequired()
getDescription
public java.lang.String getDescription()
getAllowableValues
public AllowableValues getAllowableValues()
getItems
public ModelRef getItems()
isUniqueItems
public java.lang.Boolean isUniqueItems()