public class Response<T> extends java.lang.Object implements java.io.Serializable
Response()
Response(T value)
T
getValue()
void
setValue(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Response()
public Response(T value)
public T getValue()
public void setValue(T value)