Package org.osgi.service.onem2m.dto
Class PrimitiveContentDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.onem2m.dto.PrimitiveContentDTO
DTO expresses Primitive Content.
This Data structure is used as union. Only one field MUST have a value, the others MUST be null.
- See Also:
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionAggregated NotificationAggregated ResponseAttribute ListChild Resource RefListDebug InfoList Of URIsNotificationQuery ResultRequest PrimitiveResourceResource WrapperResponse PrimitiveSecurity InfoURI -
Constructor Summary
-
Method Summary
-
Field Details
-
resource
Resource -
resourceWrapper
Resource Wrapper -
aggregatedNotification
Aggregated Notification -
securityInfo
Security Info -
responsePrimitive
Response Primitive -
debugInfo
Debug Info -
listOfURIs
List Of URIs -
uri
URI -
aggregatedResponse
Aggregated Response -
childResourceRefList
Child Resource RefList -
notification
Notification -
attributeList
Attribute List -
requestPrimitive
Request Primitive -
queryResult
Query Result
-
-
Constructor Details
-
PrimitiveContentDTO
public PrimitiveContentDTO()
-