Class EventLogFactory

  • All Implemented Interfaces:
    com.microsoft.appcenter.ingestion.models.json.LogFactory

    public class EventLogFactory
    extends com.microsoft.appcenter.ingestion.models.json.AbstractLogFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      EventLogFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EventLog create()  
      java.util.Collection<com.microsoft.appcenter.ingestion.models.one.CommonSchemaLog> toCommonSchemaLogs​(com.microsoft.appcenter.ingestion.models.Log log)  
      • Methods inherited from class java.lang.Object

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

      • EventLogFactory

        public EventLogFactory()
    • Method Detail

      • toCommonSchemaLogs

        public java.util.Collection<com.microsoft.appcenter.ingestion.models.one.CommonSchemaLog> toCommonSchemaLogs​(com.microsoft.appcenter.ingestion.models.Log log)
        Specified by:
        toCommonSchemaLogs in interface com.microsoft.appcenter.ingestion.models.json.LogFactory
        Overrides:
        toCommonSchemaLogs in class com.microsoft.appcenter.ingestion.models.json.AbstractLogFactory