Class ErrorAttachmentLogFactory
- java.lang.Object
-
- com.microsoft.appcenter.ingestion.models.json.AbstractLogFactory
-
- com.microsoft.appcenter.crashes.ingestion.models.json.ErrorAttachmentLogFactory
-
- All Implemented Interfaces:
com.microsoft.appcenter.ingestion.models.json.LogFactory
public class ErrorAttachmentLogFactory extends com.microsoft.appcenter.ingestion.models.json.AbstractLogFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorAttachmentLogcreate()static ErrorAttachmentLogFactorygetInstance()
-
-
-
Method Detail
-
getInstance
public static ErrorAttachmentLogFactory getInstance()
-
create
public ErrorAttachmentLog create()
-
-