Class AnalyticsEvent.Log
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.analytics.AnalyticsEvent
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class AnalyticsEvent.Log implements AnalyticsEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAnalyticsEvent.Log.Type
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Longtimestampprivate final BooleanshouldForceSendprivate final Stringcomponentprivate final AnalyticsEvent.Log.Typetypeprivate final StringsubTypeprivate final Stringresultprivate final Stringtargetprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description AnalyticsEvent.Log(String id, Long timestamp, Boolean shouldForceSend, String component, AnalyticsEvent.Log.Type type, String subType, String result, String target, String message)
-
Method Summary
Modifier and Type Method Description StringgetId()LonggetTimestamp()BooleangetShouldForceSend()StringgetComponent()final AnalyticsEvent.Log.TypegetType()final StringgetSubType()final StringgetResult()final StringgetTarget()final StringgetMessage()-
-
Method Detail
-
getTimestamp
Long getTimestamp()
-
getShouldForceSend
Boolean getShouldForceSend()
-
getComponent
String getComponent()
-
getType
final AnalyticsEvent.Log.Type getType()
-
getSubType
final String getSubType()
-
getMessage
final String getMessage()
-
-
-
-