public class RJP08V1RamlResponse extends Object implements RamlResponse
| Constructor and Description |
|---|
RJP08V1RamlResponse(org.raml.model.Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToBody(String key,
RamlMimeType value) |
Map<String,RamlMimeType> |
getBody() |
String |
getDescription() |
boolean |
hasBody() |
void |
setBody(Map<String,RamlMimeType> body) |
void |
setDescription(String description) |
public void addToBody(String key, RamlMimeType value)
addToBody in interface RamlResponsepublic Map<String,RamlMimeType> getBody()
getBody in interface RamlResponsepublic void setBody(Map<String,RamlMimeType> body)
setBody in interface RamlResponsepublic boolean hasBody()
hasBody in interface RamlResponsepublic void setDescription(String description)
setDescription in interface RamlResponsepublic String getDescription()
getDescription in interface RamlResponseCopyright © 2017. All rights reserved.