Class StandardNotificationEvent
java.lang.Object
dev.getelements.elements.service.notification.StandardNotificationEvent
- All Implemented Interfaces:
dev.getelements.elements.sdk.service.notification.NotificationEvent
public class StandardNotificationEvent
extends Object
implements dev.getelements.elements.sdk.service.notification.NotificationEvent
-
Constructor Summary
ConstructorsConstructorDescriptionStandardNotificationEvent(String tokenId, dev.getelements.elements.sdk.service.notification.NotificationParameters parameters) -
Method Summary
Modifier and TypeMethodDescriptiondev.getelements.elements.sdk.service.notification.NotificationParameterstoString()
-
Constructor Details
-
StandardNotificationEvent
public StandardNotificationEvent(String tokenId, dev.getelements.elements.sdk.service.notification.NotificationParameters parameters)
-
-
Method Details
-
getTokenId
- Specified by:
getTokenIdin interfacedev.getelements.elements.sdk.service.notification.NotificationEvent
-
getParameters
public dev.getelements.elements.sdk.service.notification.NotificationParameters getParameters()- Specified by:
getParametersin interfacedev.getelements.elements.sdk.service.notification.NotificationEvent
-
toString
-