public static class LimiterData.ReportMetadata extends JSONObject
NULL| Constructor and Description |
|---|
ReportMetadata(CrashReportData crashReportData) |
ReportMetadata(JSONObject copyFrom) |
ReportMetadata(String json) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionClass() |
String |
getStacktrace() |
Calendar |
getTimestamp() |
accumulate, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getString, has, isNull, keys, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, putOpt, quote, remove, toJSONArray, toString, toString, wrappublic ReportMetadata(CrashReportData crashReportData) throws JSONException
JSONExceptionpublic ReportMetadata(JSONObject copyFrom) throws JSONException
JSONExceptionpublic ReportMetadata(String json) throws JSONException
JSONException