Package org.osgi.service.onem2m.dto
Class ResourceWrapperDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.onem2m.dto.ResourceWrapperDTO
-
public class ResourceWrapperDTO extends org.osgi.dto.DTO
DTO expresses ResourceWrapper.- See Also:
- oneM2M TS-0004 6.3.5.25
-
-
Field Summary
Fields Modifier and Type Field Description ResourceDTO
resource
Resourcejava.lang.String
uri
Hierarchical URI of the resource
-
Constructor Summary
Constructors Constructor Description ResourceWrapperDTO()
-
-
-
Field Detail
-
uri
public java.lang.String uri
Hierarchical URI of the resource
-
resource
public ResourceDTO resource
Resource
-
-