public class ResourceResponse extends Object implements BaseResponse
{
data: null,
}
| Constructor and Description |
|---|
ResourceResponse() |
ResourceResponse(Object data,
JsonPath jsonPath,
RequestParams requestParams) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getData() |
int |
getHttpStatus() |
JsonPath |
getJsonPath() |
RequestParams |
getRequestParams() |
int |
hashCode() |
public ResourceResponse()
public ResourceResponse(Object data, JsonPath jsonPath, RequestParams requestParams)
public int getHttpStatus()
getHttpStatus in interface BaseResponsepublic Object getData()
getData in interface BaseResponsepublic JsonPath getJsonPath()
getJsonPath in interface BaseResponsepublic RequestParams getRequestParams()
getRequestParams in interface BaseResponseCopyright © 2015. All Rights Reserved.