public class RestResponse extends Object
Constructor and Description |
---|
RestResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
org.apache.http.HttpResponse |
getResponse() |
String |
getResponseBody() |
void |
setContentType(String contentType) |
void |
setResponse(org.apache.http.HttpResponse response) |
void |
setResponseBody(String responseBody) |
public RestResponse()
public org.apache.http.HttpResponse getResponse()
public void setResponse(org.apache.http.HttpResponse response)
public String getResponseBody()
public void setResponseBody(String responseBody)
public String getContentType()
public void setContentType(String contentType)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.