Class GenericDTO


  • public class GenericDTO
    extends org.osgi.dto.DTO
    GenericDTO expresses miscellaneous data structures of oneM2M.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.Object> element
      Substructure of DTO.
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • element

        public java.util.Map<java.lang.String,​java.lang.Object> element
        Substructure of DTO. Type of the value part should be one of types allowed as OSGi DTO.
    • Constructor Detail

      • GenericDTO

        public GenericDTO()