Class EventLogFactory
- java.lang.Object
-
- com.microsoft.appcenter.ingestion.models.json.AbstractLogFactory
-
- com.microsoft.appcenter.analytics.ingestion.models.json.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 EventLogcreate()java.util.Collection<com.microsoft.appcenter.ingestion.models.one.CommonSchemaLog>toCommonSchemaLogs(com.microsoft.appcenter.ingestion.models.Log log)
-
-
-
Method Detail
-
create
public EventLog create()
-
toCommonSchemaLogs
public java.util.Collection<com.microsoft.appcenter.ingestion.models.one.CommonSchemaLog> toCommonSchemaLogs(com.microsoft.appcenter.ingestion.models.Log log)
- Specified by:
toCommonSchemaLogsin interfacecom.microsoft.appcenter.ingestion.models.json.LogFactory- Overrides:
toCommonSchemaLogsin classcom.microsoft.appcenter.ingestion.models.json.AbstractLogFactory
-
-