Package org.osgi.service.onem2m.dto
Class ChildResourceRefDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.onem2m.dto.ChildResourceRefDTO
public class ChildResourceRefDTO
extends org.osgi.dto.DTO
DTO expresses ChildResourceRef.
- See Also:
-
Field Summary
FieldsModifier 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
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
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()
-