public class Response<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected JedisDataException |
exception |
protected T |
response |
Modifier and Type | Method and Description |
---|---|
T |
get() |
void |
set(Object data) |
void |
setDependency(Response<?> dependency) |
String |
toString() |
protected T response
protected JedisDataException exception
Copyright © 2021. All rights reserved.