Uses of Class
org.fiware.ngsi.model.NotificationParamsVO
Packages that use NotificationParamsVO
-
Uses of NotificationParamsVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return NotificationParamsVOModifier and TypeMethodDescriptionNotificationParamsVO.addAttributesItem
(String attributesItem) NotificationParamsVO.attributes
(Set<String> newAttributes) NotificationParamsVO.endpoint
(EndpointVO newEndpoint) SubscriptionAllOfVO.getNotification()
SubscriptionVO.getNotification()
NotificationParamsVO.lastFailure
(Instant newLastFailure) NotificationParamsVO.lastNotification
(Instant newLastNotification) NotificationParamsVO.lastSuccess
(Instant newLastSuccess) SubscriptionAllOfVO.notification()
SubscriptionVO.notification()
NotificationParamsVO.setAttributes
(Set<String> newAttributes) NotificationParamsVO.setEndpoint
(EndpointVO newEndpoint) NotificationParamsVO.setLastFailure
(Instant newLastFailure) NotificationParamsVO.setLastNotification
(Instant newLastNotification) NotificationParamsVO.setLastSuccess
(Instant newLastSuccess) NotificationParamsVO.setStatus
(NotificationParamsVO.Status newStatus) NotificationParamsVO.setTimesSent
(Double newTimesSent) NotificationParamsVO.status
(NotificationParamsVO.Status newStatus) Methods in org.fiware.ngsi.model with parameters of type NotificationParamsVOModifier and TypeMethodDescriptionSubscriptionAllOfVO.notification
(NotificationParamsVO newNotification) SubscriptionVO.notification
(NotificationParamsVO newNotification) SubscriptionAllOfVO.setNotification
(NotificationParamsVO newNotification) SubscriptionVO.setNotification
(NotificationParamsVO newNotification)