public abstract class AbstractErrorLog
extends com.microsoft.appcenter.ingestion.models.AbstractLog
| Constructor and Description |
|---|
AbstractErrorLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Date |
getAppLaunchTimestamp()
Get the appLaunchTimestamp value.
|
java.lang.String |
getArchitecture()
Get the architecture value.
|
java.lang.Long |
getErrorThreadId()
Get the errorThreadId value.
|
java.lang.String |
getErrorThreadName()
Get the errorThreadName value.
|
java.lang.Boolean |
getFatal()
Get the fatal value.
|
java.util.UUID |
getId()
Get the id value.
|
java.lang.Integer |
getParentProcessId()
Get the parentProcessId value.
|
java.lang.String |
getParentProcessName()
Get the parentProcessName value.
|
java.lang.Integer |
getProcessId()
Get the processId value.
|
java.lang.String |
getProcessName()
Get the processName value.
|
int |
hashCode() |
void |
read(org.json.JSONObject object) |
void |
setAppLaunchTimestamp(java.util.Date appLaunchTimestamp)
Set the appLaunchTimestamp value.
|
void |
setArchitecture(java.lang.String architecture)
Set the architecture value.
|
void |
setErrorThreadId(java.lang.Long errorThreadId)
Set the errorThreadId value.
|
void |
setErrorThreadName(java.lang.String errorThreadName)
Set the errorThreadName value.
|
void |
setFatal(java.lang.Boolean fatal)
Set the fatal value.
|
void |
setId(java.util.UUID id)
Set the id value.
|
void |
setParentProcessId(java.lang.Integer parentProcessId)
Set the parentProcessId value.
|
void |
setParentProcessName(java.lang.String parentProcessName)
Set the parentProcessName value.
|
void |
setProcessId(java.lang.Integer processId)
Set the processId value.
|
void |
setProcessName(java.lang.String processName)
Set the processName value.
|
void |
write(org.json.JSONStringer writer) |
addTransmissionTarget, getDevice, getDistributionGroupId, getSid, getTag, getTimestamp, getTransmissionTargetTokens, getUserId, setDevice, setDistributionGroupId, setSid, setTag, setTimestamp, setUserIdpublic java.util.UUID getId()
public void setId(java.util.UUID id)
id - the id value to setpublic java.lang.Integer getProcessId()
public void setProcessId(java.lang.Integer processId)
processId - the processId value to setpublic java.lang.String getProcessName()
public void setProcessName(java.lang.String processName)
processName - the processName value to setpublic java.lang.Integer getParentProcessId()
public void setParentProcessId(java.lang.Integer parentProcessId)
parentProcessId - the parentProcessId value to setpublic java.lang.String getParentProcessName()
public void setParentProcessName(java.lang.String parentProcessName)
parentProcessName - the parentProcessName value to setpublic java.lang.Long getErrorThreadId()
public void setErrorThreadId(java.lang.Long errorThreadId)
errorThreadId - the errorThreadId value to setpublic java.lang.String getErrorThreadName()
public void setErrorThreadName(java.lang.String errorThreadName)
errorThreadName - the errorThreadName value to setpublic java.lang.Boolean getFatal()
public void setFatal(java.lang.Boolean fatal)
fatal - the fatal value to setpublic java.util.Date getAppLaunchTimestamp()
public void setAppLaunchTimestamp(java.util.Date appLaunchTimestamp)
appLaunchTimestamp - the appLaunchTimestamp value to setpublic java.lang.String getArchitecture()
public void setArchitecture(java.lang.String architecture)
architecture - the architecture value to setpublic void read(org.json.JSONObject object)
throws org.json.JSONException
read in interface com.microsoft.appcenter.ingestion.models.Modelread in class com.microsoft.appcenter.ingestion.models.AbstractLogorg.json.JSONExceptionpublic void write(org.json.JSONStringer writer)
throws org.json.JSONException
write in interface com.microsoft.appcenter.ingestion.models.Modelwrite in class com.microsoft.appcenter.ingestion.models.AbstractLogorg.json.JSONExceptionpublic boolean equals(java.lang.Object o)
equals in class com.microsoft.appcenter.ingestion.models.AbstractLogpublic int hashCode()
hashCode in class com.microsoft.appcenter.ingestion.models.AbstractLog