Class SuggestionNotification
java.lang.Object
eu.dnetlib.broker.common.elasticsearch.SuggestionNotification
- All Implemented Interfaces:
Notification
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()getMap()getTopic()voidvoidsetEventId(String eventId) voidvoidsetNotificationId(String notificationId) voidsetPayload(String payload) voidsetProducerId(String producerId) voidsetSubscriptionId(String subscriptionId) void
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
SuggestionNotification
public SuggestionNotification()
-
-
Method Details
-
getNotificationId
- Specified by:
getNotificationIdin interfaceNotification
-
setNotificationId
-
getSubscriptionId
- Specified by:
getSubscriptionIdin interfaceNotification
-
setSubscriptionId
-
getProducerId
- Specified by:
getProducerIdin interfaceNotification
-
setProducerId
-
getEventId
- Specified by:
getEventIdin interfaceNotification
-
setEventId
-
getDate
- Specified by:
getDatein interfaceNotification
-
setDate
-
getTopic
- Specified by:
getTopicin interfaceNotification
-
setTopic
-
getPayload
- Specified by:
getPayloadin interfaceNotification
-
setPayload
-
getMap
- Specified by:
getMapin interfaceNotification
-
setMap
-