Class EventLog

  • All Implemented Interfaces:
    com.microsoft.appcenter.ingestion.models.Log, com.microsoft.appcenter.ingestion.models.Model

    public class EventLog
    extends LogWithNameAndProperties
    Event log.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      EventLog()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class com.microsoft.appcenter.ingestion.models.LogWithProperties

        getProperties, setProperties
      • Methods inherited from class com.microsoft.appcenter.ingestion.models.AbstractLog

        addTransmissionTarget, getDevice, getDistributionGroupId, getSid, getTag, getTimestamp, getTransmissionTargetTokens, getUserId, setDevice, setDistributionGroupId, setSid, setTag, setTimestamp, setUserId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventLog

        public EventLog()
    • Method Detail

      • getType

        public java.lang.String getType()
      • getId

        public java.util.UUID getId()
        Get the id value.
        Returns:
        the id value
      • setId

        public void setId​(java.util.UUID id)
        Set the id value.
        Parameters:
        id - the id value to set
      • getTypedProperties

        public java.util.List<com.microsoft.appcenter.ingestion.models.properties.TypedProperty> getTypedProperties()
        Get the typedProperties value.
        Returns:
        the typedProperties value
      • setTypedProperties

        public void setTypedProperties​(java.util.List<com.microsoft.appcenter.ingestion.models.properties.TypedProperty> typedProperties)
        Set the typedProperties value.
        Parameters:
        typedProperties - the typedProperties value to set
      • read

        public void read​(org.json.JSONObject object)
                  throws org.json.JSONException
        Specified by:
        read in interface com.microsoft.appcenter.ingestion.models.Model
        Overrides:
        read in class LogWithNameAndProperties
        Throws:
        org.json.JSONException
      • write

        public void write​(org.json.JSONStringer writer)
                   throws org.json.JSONException
        Specified by:
        write in interface com.microsoft.appcenter.ingestion.models.Model
        Overrides:
        write in class LogWithNameAndProperties
        Throws:
        org.json.JSONException