public class RestResponse extends Object
RestResponse(String headers, int status, String body)
String
getBody()
getHeaders()
int
getStatus()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RestResponse(String headers, int status, String body)
headers
status
body
public String getHeaders()
public int getStatus()
public String getBody()
Copyright © 2016. All Rights Reserved.