public class EventLog extends LogWithNameAndProperties
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
EventLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.UUID |
getId()
Get the id value.
|
java.lang.String |
getType() |
java.util.List<com.microsoft.appcenter.ingestion.models.properties.TypedProperty> |
getTypedProperties()
Get the typedProperties value.
|
int |
hashCode() |
void |
read(org.json.JSONObject object) |
void |
setId(java.util.UUID id)
Set the id value.
|
void |
setTypedProperties(java.util.List<com.microsoft.appcenter.ingestion.models.properties.TypedProperty> typedProperties)
Set the typedProperties value.
|
void |
write(org.json.JSONStringer writer) |
getName, setNamegetProperties, 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 java.util.List<com.microsoft.appcenter.ingestion.models.properties.TypedProperty> getTypedProperties()
public void setTypedProperties(java.util.List<com.microsoft.appcenter.ingestion.models.properties.TypedProperty> typedProperties)
typedProperties - the typedProperties value to setpublic void read(org.json.JSONObject object)
throws org.json.JSONException
read in interface com.microsoft.appcenter.ingestion.models.Modelread in class LogWithNameAndPropertiesorg.json.JSONExceptionpublic void write(org.json.JSONStringer writer)
throws org.json.JSONException
write in interface com.microsoft.appcenter.ingestion.models.Modelwrite in class LogWithNameAndPropertiesorg.json.JSONExceptionpublic boolean equals(java.lang.Object o)
equals in class LogWithNameAndPropertiespublic int hashCode()
hashCode in class LogWithNameAndProperties