Package org.fiware.ngsi.model
Class NotificationParamsVO
java.lang.Object
org.fiware.ngsi.model.NotificationParamsVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
           date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class NotificationParamsVO
extends Object
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem(String attributesItem) attributes(Set<String> newAttributes) endpoint()endpoint(EndpointVO newEndpoint) booleanformat()inthashCode()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
 
 -