Uses of Class
org.fiware.ngsi.model.NotificationParamsVO
-
Uses of NotificationParamsVO in org.fiware.ngsi.model
Modifier 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) Modifier and TypeMethodDescriptionSubscriptionAllOfVO.notification
(NotificationParamsVO newNotification) SubscriptionVO.notification
(NotificationParamsVO newNotification) SubscriptionAllOfVO.setNotification
(NotificationParamsVO newNotification) SubscriptionVO.setNotification
(NotificationParamsVO newNotification)