public class HttpClient.Response extends Object
String
body
int
code
Response(int code, String body)
getBody()
getCode()
boolean
isSucces()
void
setBody(String body)
setCode(int code)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int code
public String body
public Response(int code, String body)
public String toString()
toString
Object
public boolean isSucces()
public int getCode()
public void setCode(int code)
public String getBody()
public void setBody(String body)
Copyright © 2019–2020 mogo. All rights reserved.