Class LogWithNameAndProperties
- java.lang.Object
-
- com.microsoft.appcenter.ingestion.models.AbstractLog
-
- com.microsoft.appcenter.ingestion.models.LogWithProperties
-
- com.microsoft.appcenter.analytics.ingestion.models.LogWithNameAndProperties
-
-
Constructor Summary
Constructors Constructor Description LogWithNameAndProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()Get the name value.inthashCode()voidread(org.json.JSONObject object)voidsetName(java.lang.String name)Set the name value.voidwrite(org.json.JSONStringer writer)-
Methods inherited from class com.microsoft.appcenter.ingestion.models.LogWithProperties
getProperties, setProperties
-
Methods inherited from class com.microsoft.appcenter.ingestion.models.AbstractLog
addTransmissionTarget, getDataResidencyRegion, getDevice, getDistributionGroupId, getSid, getTag, getTimestamp, getTransmissionTargetTokens, getUserId, setDataResidencyRegion, setDevice, setDistributionGroupId, setSid, setTag, setTimestamp, setUserId
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Get the name value.- Returns:
- the name value
-
setName
public void setName(java.lang.String name)
Set the name value.- Parameters:
name- the name value to set
-
read
public void read(org.json.JSONObject object) throws org.json.JSONException- Specified by:
readin interfacecom.microsoft.appcenter.ingestion.models.Model- Overrides:
readin classcom.microsoft.appcenter.ingestion.models.LogWithProperties- Throws:
org.json.JSONException
-
write
public void write(org.json.JSONStringer writer) throws org.json.JSONException- Specified by:
writein interfacecom.microsoft.appcenter.ingestion.models.Model- Overrides:
writein classcom.microsoft.appcenter.ingestion.models.LogWithProperties- Throws:
org.json.JSONException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classcom.microsoft.appcenter.ingestion.models.LogWithProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.microsoft.appcenter.ingestion.models.LogWithProperties
-
-