public class HandledErrorLog
extends com.microsoft.appcenter.ingestion.models.LogWithProperties
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE
Log type.
|
| Constructor and Description |
|---|
HandledErrorLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Exception |
getException()
Get the exception value.
|
java.util.UUID |
getId()
Get the id value.
|
java.lang.String |
getType() |
int |
hashCode() |
void |
read(org.json.JSONObject object) |
void |
setException(Exception exception)
Set the exception value.
|
void |
setId(java.util.UUID id)
Set the id value.
|
void |
write(org.json.JSONStringer writer) |
getProperties, setPropertiespublic static final java.lang.String TYPE
public java.lang.String getType()
public java.util.UUID getId()
public void setId(java.util.UUID id)
id - the id value to setpublic Exception getException()
public void setException(Exception exception)
exception - the exception 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.LogWithPropertiesorg.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.LogWithPropertiesorg.json.JSONExceptionpublic boolean equals(java.lang.Object o)
equals in class com.microsoft.appcenter.ingestion.models.LogWithPropertiespublic int hashCode()
hashCode in class com.microsoft.appcenter.ingestion.models.LogWithProperties