-
public final class LimiterData.ReportMetadata extends JSONObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLimiterData.ReportMetadata.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringstacktraceprivate final StringexceptionClassprivate final Calendartimestamp
-
Method Summary
Modifier and Type Method Description final StringgetStacktrace()final StringgetExceptionClass()final CalendargetTimestamp()-
Methods inherited from class org.acra.config.LimiterData.ReportMetadata
accumulate, append, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getString, has, isNull, keys, length, names, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, putOpt, remove, toJSONArray, toString, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getStacktrace
final String getStacktrace()
-
getExceptionClass
final String getExceptionClass()
-
getTimestamp
final Calendar getTimestamp()
-
-
-
-