|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gsm.oneapi.foundation.JSONResponseData
@Deprecated public class JSONResponseData
Initial framework for a JSON response
Field Summary | |
---|---|
protected java.lang.String |
contentType
Deprecated. |
protected int |
HTTPResponseCode
Deprecated. |
protected java.util.HashMap<java.lang.String,org.gsm.oneapi.foundation.JSONParameter> |
responseParameters
Deprecated. |
static int |
VALUE_RESOURCEURL
Deprecated. |
static int |
VALUE_STRING
Deprecated. |
Constructor Summary | |
---|---|
JSONResponseData(int _HTTPResponseCode,
java.lang.String _contentType)
Deprecated. |
Method Summary | |
---|---|
protected void |
addParameter(int type,
java.lang.String key,
java.lang.String value)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int VALUE_STRING
public static final int VALUE_RESOURCEURL
protected int HTTPResponseCode
protected java.util.HashMap<java.lang.String,org.gsm.oneapi.foundation.JSONParameter> responseParameters
protected java.lang.String contentType
Constructor Detail |
---|
public JSONResponseData(int _HTTPResponseCode, java.lang.String _contentType)
Method Detail |
---|
protected void addParameter(int type, java.lang.String key, java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |