类 DeviceProfileResponse

    • 构造器详细资料

      • DeviceProfileResponse

        public DeviceProfileResponse()
    • 方法详细资料

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getParent

        public String getParent()
      • setParent

        public void setParent​(String parent)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • isEnable

        public boolean isEnable()
      • setEnable

        public void setEnable​(boolean enable)
      • getAttributes

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

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

        public Date getCreateTime()
      • setCreateTime

        public void setCreateTime​(Date createTime)
      • getLastActiveTime

        public Date getLastActiveTime()
      • setLastActiveTime

        public void setLastActiveTime​(Date lastActiveTime)