Package org.osgi.service.onem2m.dto
Class NotificationEventDTO
- java.lang.Object
-
- org.osgi.service.onem2m.dto.NotificationEventDTO
-
public class NotificationEventDTO extends java.lang.Object
DTO expresses NotificationEventDTOThis data structure is held in NotificationDTO.
- See Also:
- oneM2M TS-0004 6.3.5.13
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationEventDTO.NotificationEventType
NotificationEventType
-
Field Summary
Fields Modifier and Type Field Description NotificationEventDTO.NotificationEventType
notificationEventType
notificationEventTypejava.util.Map<java.lang.String,java.lang.Object>
operationMonitor
operationMonitorjava.lang.Object
representation
m2m:representation
-
Constructor Summary
Constructors Constructor Description NotificationEventDTO()
-
-
-
Field Detail
-
representation
public java.lang.Object representation
m2m:representation- See Also:
- oneM2M TS-0004 6.3.5.62
-
operationMonitor
public java.util.Map<java.lang.String,java.lang.Object> operationMonitor
operationMonitor- See Also:
- oneM2M TS-0004 6.3.5.57
-
notificationEventType
public NotificationEventDTO.NotificationEventType notificationEventType
notificationEventType- See Also:
- oneM2M TS-0004 6.3.4.2.19
-
-