public class BaseServiceInputParameter extends BaseServiceParameter implements ServiceInputParameter
| Modifier and Type | Field and Description |
|---|---|
protected String |
bodyLocation |
protected Object |
defaultValue |
protected boolean |
excludedFromBody |
protected boolean |
required |
description, displayName, mappingName, name, type| Constructor and Description |
|---|
BaseServiceInputParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBodyLocation() |
Object |
getDefaultValue() |
boolean |
isExcludedFromBody() |
boolean |
isRequired() |
void |
setBodyLocation(String bodyLocation) |
void |
setDefaultValue(Object defaultValue) |
void |
setExcludedFromBody(boolean excludedFromBody) |
void |
setRequired(boolean required) |
getDescription, getDisplayName, getMappingName, getName, getType, setDescription, setDisplayName, setMappingName, setName, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getDisplayName, getMappingName, getName, getTypeprotected boolean required
protected boolean excludedFromBody
protected String bodyLocation
protected Object defaultValue
public boolean isRequired()
isRequired in interface ServiceInputParameterpublic void setRequired(boolean required)
public boolean isExcludedFromBody()
isExcludedFromBody in interface ServiceInputParameterpublic void setExcludedFromBody(boolean excludedFromBody)
public String getBodyLocation()
getBodyLocation in interface ServiceInputParameterpublic void setBodyLocation(String bodyLocation)
public Object getDefaultValue()
getDefaultValue in interface ServiceInputParameterpublic void setDefaultValue(Object defaultValue)