类 DeviceProfile


  • public class DeviceProfile
    extends Object
    Represent the model of a device profile.
    • 构造器详细资料

      • DeviceProfile

        public DeviceProfile()
    • 方法详细资料

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getCreateTime

        public Long getCreateTime()
      • setCreateTime

        public void setCreateTime​(Long createTime)
      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • getLastActiveTime

        public Long getLastActiveTime()
      • setLastActiveTime

        public void setLastActiveTime​(Long lastActiveTime)
      • getSchemaId

        public String getSchemaId()
      • setSchemaId

        public void setSchemaId​(String schemaId)
      • getSchemaName

        public String getSchemaName()
      • setSchemaName

        public void setSchemaName​(String schemaName)
      • getFavourite

        public Boolean getFavourite()
      • setFavourite

        public void setFavourite​(Boolean favourite)
      • getAttributes

        public com.fasterxml.jackson.databind.JsonNode getAttributes()
      • setAttributes

        public void setAttributes​(com.fasterxml.jackson.databind.JsonNode attributes)