Package org.fiware.ngsi.model
Class NotificationParamsVO
java.lang.Object
org.fiware.ngsi.model.NotificationParamsVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2024-08-06T06:12:43.920683610Z[Etc/UTC]")
@Introspected
public class NotificationParamsVO
extends Object
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem
(String attributesItem) attributes
(Set<String> newAttributes) endpoint()
endpoint
(EndpointVO newEndpoint) boolean
format()
int
hashCode()
lastFailure
(Instant newLastFailure) lastNotification
(Instant newLastNotification) lastSuccess
(Instant newLastSuccess) setAttributes
(Set<String> newAttributes) setEndpoint
(EndpointVO newEndpoint) setLastFailure
(Instant newLastFailure) setLastNotification
(Instant newLastNotification) setLastSuccess
(Instant newLastSuccess) setStatus
(NotificationParamsVO.Status newStatus) setTimesSent
(Double newTimesSent) status()
status
(NotificationParamsVO.Status newStatus) toString()
-
Field Details
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_FORMAT
- See Also:
-
JSON_PROPERTY_ENDPOINT
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TIMES_SENT
- See Also:
-
JSON_PROPERTY_LAST_NOTIFICATION
- See Also:
-
JSON_PROPERTY_LAST_FAILURE
- See Also:
-
JSON_PROPERTY_LAST_SUCCESS
- See Also:
-
-
Constructor Details
-
NotificationParamsVO
public NotificationParamsVO()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
attributes
-
attributes
-
format
-
format
-
endpoint
-
endpoint
-
status
-
status
-
timesSent
-
timesSent
-
lastNotification
-
lastNotification
-
lastFailure
-
lastFailure
-
lastSuccess
-
lastSuccess
-
getAttributes
-
setAttributes
-
addAttributesItem
-
getFormat
-
setFormat
-
getEndpoint
-
setEndpoint
-
getStatus
-
setStatus
-
getTimesSent
-
setTimesSent
-
getLastNotification
-
setLastNotification
-
getLastFailure
-
setLastFailure
-
getLastSuccess
-
setLastSuccess
-