public class SwaggerObjectDefinition extends Object
| Constructor and Description |
|---|
SwaggerObjectDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Map<String,SwaggerObjectDefinitionSchema> |
getProperties() |
List<String> |
getRequired() |
String |
getType() |
void |
setDescription(String description) |
void |
setProperties(Map<String,SwaggerObjectDefinitionSchema> properties) |
void |
setRequired(List<String> required) |
void |
setType(String type) |
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public Map<String,SwaggerObjectDefinitionSchema> getProperties()
public void setProperties(Map<String,SwaggerObjectDefinitionSchema> properties)
Copyright © 2021. All rights reserved.