public class HttpCallResult extends Object
HttpCallResult(int responseCode, String body, boolean error)
String
getBody()
int
getResponseCode()
boolean
hasError()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HttpCallResult(int responseCode, String body, boolean error)
public int getResponseCode()
public String getBody()
public boolean hasError()
Copyright © 2020. All rights reserved.