@Generated(value="org.jsonschema2pojo") public class Parameter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Parameter.Consumes |
static class |
Parameter.ParamType |
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAllowMultiple() |
Parameter.Consumes |
getConsumes() |
String |
getDescription() |
String |
getName()
(Required)
|
Parameter.ParamType |
getParamType() |
Boolean |
getRequired() |
String |
getType() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAllowMultiple(Boolean allowMultiple) |
void |
setConsumes(Parameter.Consumes consumes) |
void |
setDescription(String description) |
void |
setName(String name)
(Required)
|
void |
setParamType(Parameter.ParamType paramType) |
void |
setRequired(Boolean required) |
void |
setType(String type) |
String |
toString() |
public Parameter.ParamType getParamType()
public void setParamType(Parameter.ParamType paramType)
paramType
- The paramTypepublic String getName()
public void setName(String name)
name
- The namepublic String getType()
public void setType(String type)
type
- The typepublic String getDescription()
public void setDescription(String description)
description
- The descriptionpublic Boolean getRequired()
public void setRequired(Boolean required)
required
- The requiredpublic Boolean getAllowMultiple()
public void setAllowMultiple(Boolean allowMultiple)
allowMultiple
- The allowMultiplepublic Parameter.Consumes getConsumes()
public void setConsumes(Parameter.Consumes consumes)
consumes
- The consumesCopyright © 2011–2015 Red Hat. All rights reserved.