Package org.osgi.service.onem2m.dto
Class AttributeDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.onem2m.dto.AttributeDTO
DTO expresses Attribute.
This class is typically used in FilterCriteriaDTO for expressing matching condition.
- See Also:
- "NotThreadSafe"
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
Attribute name -
value
Supposed value of the attribute
-
-
Constructor Details
-
AttributeDTO
public AttributeDTO()
-