Class DeviceStatusLogItem

    • Constructor Detail

      • DeviceStatusLogItem

        public DeviceStatusLogItem()
      • DeviceStatusLogItem

        public DeviceStatusLogItem​(DeviceStatusLogItem 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

      • getTime

        public String getTime()
        Get 时间
        Returns:
        Time 时间
      • setTime

        public void setTime​(String Time)
        Set 时间
        Parameters:
        Time - 时间
      • getType

        public String getType()
        Get 状态类型: Online 上线,Offline 下线
        Returns:
        Type 状态类型: Online 上线,Offline 下线
      • setType

        public void setType​(String Type)
        Set 状态类型: Online 上线,Offline 下线
        Parameters:
        Type - 状态类型: Online 上线,Offline 下线
      • getData

        public String getData()
        Get 日志信息
        Returns:
        Data 日志信息
      • setData

        public void setData​(String Data)
        Set 日志信息
        Parameters:
        Data - 日志信息