gluu
|
公開メンバ関数 | |
BaseResponseWithErrors () | |
BaseResponseWithErrors (ClientResponse< String > clientResponse) | |
String | getErrorDescription () |
void | setErrorDescription (String p_errorDescription) |
T | getErrorType () |
void | setErrorType (T p_errorType) |
String | getErrorUri () |
void | setErrorUri (String p_errorUri) |
abstract T | fromString (String p_str) |
void | injectDataFromJson (String p_json) |
void | injectErrorIfExistSilently (JSONObject jsonObj) throws JSONException |
void | injectErrorIfExistSilently (String p_entity) |
int | getStatus () |
String | getLocation () |
void | setLocation (String location) |
void | setStatus (int status) |
String | getEntity () |
void | setEntity (String entity) |
MultivaluedMap< String, Object > | getHeaders () |
void | setHeaders (MultivaluedMap< String, Object > headers) |
限定公開変数類 | |
int | status |
String | location |
String | entity |
MultivaluedMap< String, Object > | headers |
非公開変数類 | |
T | errorType |
String | errorDescription |
String | errorUri |
|
inline |
|
inline |
|
abstract |
|
inlineinherited |
Returns the entity or body content of the response.
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
Returns the location of the response in the header.
|
inlineinherited |
Returns the HTTP status code of the response.
|
inline |
|
inline |
|
inline |
|
inlineinherited |
Sets the entity or body content of the response.
entity | The entity or body content of the response. |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
Sets the location of the response in the header.
location | The location of the response. |
|
inlineinherited |
Sets the HTTP status code of the response.
status | The HTTP status code. |
|
protectedinherited |
|
private |
|
private |
|
private |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |