public class Response<T> extends java.lang.Object
T
result
static <T> Response<T>
build(T result)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final T result
public static <T> Response<T> build(T result)