public class HttpResponse extends Object
HttpResponse(String body, int code, boolean isSuccessful)
String
getBody()
int
getCode()
boolean
getIsSuccessful()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HttpResponse(String body, int code, boolean isSuccessful)
public String getBody()
public int getCode()
public boolean getIsSuccessful()
Copyright © 2016–2024. All rights reserved.