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, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getDisplayName, getMappingName, getName, getType
protected boolean required
protected boolean excludedFromBody
protected String bodyLocation
protected Object defaultValue
public boolean isRequired()
isRequired
in interface ServiceInputParameter
public void setRequired(boolean required)
public boolean isExcludedFromBody()
isExcludedFromBody
in interface ServiceInputParameter
public void setExcludedFromBody(boolean excludedFromBody)
public String getBodyLocation()
getBodyLocation
in interface ServiceInputParameter
public void setBodyLocation(String bodyLocation)
public Object getDefaultValue()
getDefaultValue
in interface ServiceInputParameter
public void setDefaultValue(Object defaultValue)