Package org.osgi.service.onem2m.dto
Class ResourceDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.onem2m.dto.ResourceDTO
-
public class ResourceDTO extends org.osgi.dto.DTO
DTO expresses Resource.Universal attributes are expressed in field of the class. Common attributes and other attributes are stored in attribute field.
- See Also:
- oneM2M TS-0001 9.6.1.3.1
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,java.lang.Object>
attribute
Non Universal Attribute.java.lang.String
creationTime
Creation timejava.lang.String
lastModifiedTime
last modified timejava.lang.String
parentID
Parent ID Resource ID of parent resource.java.lang.String
resourceID
Resource IDjava.lang.String
resourceName
Resource namejava.lang.Integer
resourceType
Resource Type
-
Constructor Summary
Constructors Constructor Description ResourceDTO()
-
-
-
Field Detail
-
resourceType
public java.lang.Integer resourceType
Resource Type- See Also:
- oneM2M TS-0001 9.6.1.3.1, oenM2M TS-0004 6.3.4.2.1
-
resourceID
public java.lang.String resourceID
Resource ID- See Also:
- oneM2M TS-0001 9.6.1.3.1
-
parentID
public java.lang.String parentID
Parent ID Resource ID of parent resource.- See Also:
- oneM2M TS-0001 9.6.1.3.1
-
creationTime
public java.lang.String creationTime
Creation time- See Also:
- oneM2M TS-0001 9.6.1.3.1
-
lastModifiedTime
public java.lang.String lastModifiedTime
last modified time- See Also:
- oneM2M TS-0001 9.6.1.3.1
-
resourceName
public java.lang.String resourceName
Resource name- See Also:
- oneM2M TS-0001 9.6.1.3.1
-
attribute
public java.util.Map<java.lang.String,java.lang.Object> attribute
Non Universal Attribute. Value Part must be the types that are allowed for OSGi DTO. In case of value part can be expressed DTO in this package, the DTO must be used. In case of value part have sub-elements, GenericDTO must be used.
-
-