Class AnalyticsEvent.Info
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.analytics.AnalyticsEvent
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class AnalyticsEvent.Info implements AnalyticsEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAnalyticsEvent.Info.Type
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Longtimestampprivate final BooleanshouldForceSendprivate final Stringcomponentprivate final AnalyticsEvent.Info.Typetypeprivate final Stringtargetprivate final BooleanisStoredPaymentMethodprivate final Stringbrandprivate final Stringissuerprivate final StringvalidationErrorCodeprivate final StringvalidationErrorMessageprivate final Map<String, String>configData
-
Constructor Summary
Constructors Constructor Description AnalyticsEvent.Info(String id, Long timestamp, Boolean shouldForceSend, String component, AnalyticsEvent.Info.Type type, String target, Boolean isStoredPaymentMethod, String brand, String issuer, String validationErrorCode, String validationErrorMessage, Map<String, String> configData)
-
Method Summary
Modifier and Type Method Description StringgetId()LonggetTimestamp()BooleangetShouldForceSend()StringgetComponent()final AnalyticsEvent.Info.TypegetType()final StringgetTarget()final BooleanisStoredPaymentMethod()final StringgetBrand()final StringgetIssuer()final StringgetValidationErrorCode()final StringgetValidationErrorMessage()final Map<String, String>getConfigData()-
-
Constructor Detail
-
AnalyticsEvent.Info
AnalyticsEvent.Info(String id, Long timestamp, Boolean shouldForceSend, String component, AnalyticsEvent.Info.Type type, String target, Boolean isStoredPaymentMethod, String brand, String issuer, String validationErrorCode, String validationErrorMessage, Map<String, String> configData)
-
-
Method Detail
-
getTimestamp
Long getTimestamp()
-
getShouldForceSend
Boolean getShouldForceSend()
-
getComponent
String getComponent()
-
getType
final AnalyticsEvent.Info.Type getType()
-
isStoredPaymentMethod
final Boolean isStoredPaymentMethod()
-
getValidationErrorCode
final String getValidationErrorCode()
-
getValidationErrorMessage
final String getValidationErrorMessage()
-
getConfigData
final Map<String, String> getConfigData()
-
-
-
-