public class PrimitiveContentDTO extends DTO
This Data structure is used as union. Only one field MUST have a value, the others MUST be null.
Modifier and Type | Field and Description |
---|---|
List<NotificationDTO> |
aggregatedNotification
Aggregated Notification
|
List<ResponsePrimitiveDTO> |
aggregatedResponse
Aggregated Response
|
List<String> |
attributeList
Attribute List
|
List<ChildResourceRefDTO> |
childResourceRefList
Child Resource RefList
|
String |
debugInfo
Debug Info
|
List<String> |
listOfURIs
List Of URIs
|
NotificationDTO |
notification
Notification
|
String |
queryResult
Query Result
|
RequestPrimitiveDTO |
requestPrimitive
Request Primitive
|
ResourceDTO |
resource
Resource
|
ResourceWrapperDTO |
resourceWrapper
Resource Wrapper
|
ResponsePrimitiveDTO |
responsePrimitive
Response Primitive
|
SecurityInfoDTO |
securityInfo
Security Info
|
String |
uri
URI
|
Constructor and Description |
---|
PrimitiveContentDTO() |
public ResourceDTO resource
public ResourceWrapperDTO resourceWrapper
public List<NotificationDTO> aggregatedNotification
public SecurityInfoDTO securityInfo
public ResponsePrimitiveDTO responsePrimitive
public String debugInfo
public String uri
public List<ResponsePrimitiveDTO> aggregatedResponse
public List<ChildResourceRefDTO> childResourceRefList
public NotificationDTO notification
public RequestPrimitiveDTO requestPrimitive
public String queryResult
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0