Class ChildResourceRefDTO

java.lang.Object
org.osgi.dto.DTO
org.osgi.service.onem2m.dto.ChildResourceRefDTO

public class ChildResourceRefDTO extends DTO
DTO expresses ChildResourceRef.
See Also:
"NotThreadSafe"
  • Field Details

    • uri

      public String uri
      URI to the child resource.
    • name

      public String name
      name of the child resource pointed to by the URI
    • type

      public Integer type
      resourceType of the child resource pointed to by the URI
    • specializationID

      public 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.
  • Constructor Details

    • ChildResourceRefDTO

      public ChildResourceRefDTO()