Package org.osgi.service.onem2m.dto
Class ChildResourceRefDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.onem2m.dto.ChildResourceRefDTO
DTO expresses ChildResourceRef.
- See Also:
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionname of the child resource pointed to by the URIresource type specialization of the child resource pointed to by the URI in case type represents a flexContainer.resourceType of the child resource pointed to by the URIURI to the child resource. -
Constructor Summary
-
Method Summary
-
Field Details
-
uri
URI to the child resource. -
name
name of the child resource pointed to by the URI -
type
resourceType of the child resource pointed to by the URI -
specializationID
resource type specialization of the child resource pointed to by the URI in case type represents a flexContainer. This is an optional field.
-
-
Constructor Details
-
ChildResourceRefDTO
public ChildResourceRefDTO()
-