T
public class HttpResponse<T> extends Object
HttpResponse(int code, String message, T result)
getBody()
int
getStatusCode()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HttpResponse(int code, String message, T result)
code
message
public int getStatusCode()
public T getBody()
Copyright © 2021. All rights reserved.