Class AppDeviceInfo

    • Constructor Detail

      • AppDeviceInfo

        public AppDeviceInfo()
      • AppDeviceInfo

        public AppDeviceInfo​(AppDeviceInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getDeviceId

        public String getDeviceId()
        Get 产品ID/设备名
        Returns:
        DeviceId 产品ID/设备名
      • setDeviceId

        public void setDeviceId​(String DeviceId)
        Set 产品ID/设备名
        Parameters:
        DeviceId - 产品ID/设备名
      • getProductId

        public String getProductId()
        Get 产品ID
        Returns:
        ProductId 产品ID
      • setProductId

        public void setProductId​(String ProductId)
        Set 产品ID
        Parameters:
        ProductId - 产品ID
      • getDeviceName

        public String getDeviceName()
        Get 设备名
        Returns:
        DeviceName 设备名
      • setDeviceName

        public void setDeviceName​(String DeviceName)
        Set 设备名
        Parameters:
        DeviceName - 设备名
      • getAliasName

        public String getAliasName()
        Get 设备别名
        Returns:
        AliasName 设备别名
      • setAliasName

        public void setAliasName​(String AliasName)
        Set 设备别名
        Parameters:
        AliasName - 设备别名
      • getIconUrl

        public String getIconUrl()
        Get icon地址
        Returns:
        IconUrl icon地址
      • setIconUrl

        public void setIconUrl​(String IconUrl)
        Set icon地址
        Parameters:
        IconUrl - icon地址
      • getFamilyId

        public String getFamilyId()
        Get 家庭ID
        Returns:
        FamilyId 家庭ID
      • setFamilyId

        public void setFamilyId​(String FamilyId)
        Set 家庭ID
        Parameters:
        FamilyId - 家庭ID
      • getRoomId

        public String getRoomId()
        Get 房间ID
        Returns:
        RoomId 房间ID
      • setRoomId

        public void setRoomId​(String RoomId)
        Set 房间ID
        Parameters:
        RoomId - 房间ID
      • getDeviceType

        public Long getDeviceType()
        Get 设备类型
        Returns:
        DeviceType 设备类型
      • setDeviceType

        public void setDeviceType​(Long DeviceType)
        Set 设备类型
        Parameters:
        DeviceType - 设备类型
      • getCreateTime

        public Long getCreateTime()
        Get 创建时间
        Returns:
        CreateTime 创建时间
      • setCreateTime

        public void setCreateTime​(Long CreateTime)
        Set 创建时间
        Parameters:
        CreateTime - 创建时间
      • getUpdateTime

        public Long getUpdateTime()
        Get 更新时间
        Returns:
        UpdateTime 更新时间
      • setUpdateTime

        public void setUpdateTime​(Long UpdateTime)
        Set 更新时间
        Parameters:
        UpdateTime - 更新时间