public class Networklog
extends java.lang.Object
| Constructor and Description |
|---|
Networklog(java.lang.String url,
RequestType requestType,
int status,
int duration,
org.json.JSONObject request,
org.json.JSONObject response) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
toJSON() |
public Networklog(java.lang.String url,
RequestType requestType,
int status,
int duration,
org.json.JSONObject request,
org.json.JSONObject response)