| Constructor and Description |
|---|
LogWithNameAndProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Get the name value.
|
int |
hashCode() |
void |
read(org.json.JSONObject object) |
void |
setName(java.lang.String name)
Set the name value.
|
void |
write(org.json.JSONStringer writer) |
getProperties, setPropertiesaddTransmissionTarget, getDevice, getDistributionGroupId, getSid, getTag, getTimestamp, getTransmissionTargetTokens, getUserId, setDevice, setDistributionGroupId, setSid, setTag, setTimestamp, setUserIdpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name 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