org.raml.model
Class Response

java.lang.Object
  extended by org.raml.model.Response

public class Response
extends Object


Constructor Summary
Response()
           
 
Method Summary
 Map<String,MimeType> getBody()
           
 String getDescription()
           
 Map<String,Header> getHeaders()
           
 void setBody(Map<String,MimeType> body)
           
 void setDescription(String description)
           
 void setHeaders(Map<String,Header> headers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response()
Method Detail

getHeaders

public Map<String,Header> getHeaders()

setHeaders

public void setHeaders(Map<String,Header> headers)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

setBody

public void setBody(Map<String,MimeType> body)

getBody

public Map<String,MimeType> getBody()


Copyright © 2013. All rights reserved.