public class ManagedErrorLog extends AbstractErrorLog
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE
Log type.
|
| Constructor and Description |
|---|
ManagedErrorLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Exception |
getException()
Get the exception value.
|
java.util.List<Thread> |
getThreads()
Get the threads value.
|
java.lang.String |
getType() |
int |
hashCode() |
void |
read(org.json.JSONObject object) |
void |
setException(Exception exception)
Set the exception value.
|
void |
setThreads(java.util.List<Thread> threads)
Set the threads value.
|
void |
write(org.json.JSONStringer writer) |
getAppLaunchTimestamp, getArchitecture, getErrorThreadId, getErrorThreadName, getFatal, getId, getParentProcessId, getParentProcessName, getProcessId, getProcessName, setAppLaunchTimestamp, setArchitecture, setErrorThreadId, setErrorThreadName, setFatal, setId, setParentProcessId, setParentProcessName, setProcessId, setProcessNamepublic static final java.lang.String TYPE
public java.lang.String getType()
public Exception getException()
public void setException(Exception exception)
exception - the exception value to setpublic java.util.List<Thread> getThreads()
public void setThreads(java.util.List<Thread> threads)
threads - the threads value to setpublic void read(org.json.JSONObject object)
throws org.json.JSONException
read in interface com.microsoft.appcenter.ingestion.models.Modelread in class AbstractErrorLogorg.json.JSONExceptionpublic void write(org.json.JSONStringer writer)
throws org.json.JSONException
write in interface com.microsoft.appcenter.ingestion.models.Modelwrite in class AbstractErrorLogorg.json.JSONExceptionpublic boolean equals(java.lang.Object o)
equals in class AbstractErrorLogpublic int hashCode()
hashCode in class AbstractErrorLog