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.DTODTO expresses ChildResourceRef.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringnamename of the child resource pointed to by the URIjava.lang.StringspecializationIDresource type specialization of the child resource pointed to by the URI in case type represents a flexContainer.java.lang.IntegertyperesourceType of the child resource pointed to by the URIjava.lang.StringuriURI to the child resource.
-
Constructor Summary
Constructors Constructor Description ChildResourceRefDTO()
-
-
-
Field Detail
-
uri
public java.lang.String uri
URI to the child resource.
-
name
public java.lang.String name
name of the child resource pointed to by the URI
-
type
public java.lang.Integer type
resourceType of the child resource pointed to by the URI
-
specializationID
public java.lang.String specializationID
resource type specialization of the child resource pointed to by the URI in case type represents a flexContainer. This is an optional field.
-
-