Class WebPostResult
java.lang.Object
de.s42.base.web.WebPostResult
Deprecated.
Is deprecated use Web and WebBuilder and WebResult instead.
- Author:
- Benjamin Schiller
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.json.JSONObjectDeprecated.protected intDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.WebPostResult(int statusCode, org.json.JSONObject response) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObjectDeprecated.intDeprecated.booleanisError()Deprecated.booleanDeprecated.voidsetResponse(org.json.JSONObject response) Deprecated.voidsetStatusCode(int statusCode) Deprecated.toString()Deprecated.
-
Field Details
-
statusCode
protected int statusCodeDeprecated. -
response
protected org.json.JSONObject responseDeprecated.
-
-
Constructor Details
-
WebPostResult
public WebPostResult()Deprecated. -
WebPostResult
public WebPostResult(int statusCode, org.json.JSONObject response) Deprecated.
-
-
Method Details
-
getStatusCode
public int getStatusCode()Deprecated. -
setStatusCode
public void setStatusCode(int statusCode) Deprecated. -
getResponse
public org.json.JSONObject getResponse()Deprecated. -
setResponse
public void setResponse(org.json.JSONObject response) Deprecated. -
isSuccess
public boolean isSuccess()Deprecated. -
isError
public boolean isError()Deprecated. -
toString
-