public abstract class SiftResponse<T extends BaseResponseBody<T>>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiErrorMessage() |
java.lang.Integer |
getApiStatus() |
T |
getBody() |
int |
getHttpStatusCode() |
FieldSet |
getRequestBody() |
int |
getTime() |
boolean |
isOk() |
public int getHttpStatusCode()
public T getBody()
public int getTime()
public FieldSet getRequestBody()
public boolean isOk()
public java.lang.Integer getApiStatus()
public java.lang.String getApiErrorMessage()