public class Response extends Object implements Serializable
Response()
Map<String,MimeType>
getBody()
String
getDescription()
Map<String,Header>
getHeaders()
boolean
hasBody()
void
setBody(Map<String,MimeType> body)
setDescription(String description)
setHeaders(Map<String,Header> headers)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Response()
public Map<String,Header> getHeaders()
public void setHeaders(Map<String,Header> headers)
public String getDescription()
public void setDescription(String description)
public void setBody(Map<String,MimeType> body)
public Map<String,MimeType> getBody()
public boolean hasBody()
Copyright © 2016. All rights reserved.