public class VKResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.json.JSONObject |
json
Json content of response.
|
java.lang.Object |
parsedModel
Model parsed from response
|
VKRequest |
request
Request which caused response
|
java.lang.String |
responseString
String response from API
|
| Constructor and Description |
|---|
VKResponse() |
public VKRequest request
public org.json.JSONObject json
public java.lang.String responseString
public java.lang.Object parsedModel