public final class LqResponse
extends java.lang.Object
| Constructor and Description |
|---|
LqResponse(LqRequest request,
LqResponseType responseType,
java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
LqRequest |
getRequest() |
LqResponseType |
getResponseType() |
java.lang.Throwable |
getThrowable() |
static LqResponse |
newFailure(LqRequest request,
java.lang.Throwable throwable) |
static LqResponse |
newSuccess(LqRequest request) |
public LqResponse(LqRequest request, LqResponseType responseType, java.lang.Throwable throwable)
public static LqResponse newFailure(LqRequest request, java.lang.Throwable throwable)
public static LqResponse newSuccess(LqRequest request)
public LqRequest getRequest()
public LqResponseType getResponseType()
public java.lang.Throwable getThrowable()