Class EventLog

    • Constructor Detail

      • EventLog

        public EventLog()
      • EventLog

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

      • getEventChannel

        public String getEventChannel()
        Get 事件通道,支持Application,Security,Setup,System,ALL
        Returns:
        EventChannel 事件通道,支持Application,Security,Setup,System,ALL
      • setEventChannel

        public void setEventChannel​(String EventChannel)
        Set 事件通道,支持Application,Security,Setup,System,ALL
        Parameters:
        EventChannel - 事件通道,支持Application,Security,Setup,System,ALL
      • getTimeType

        public Long getTimeType()
        Get 时间类型,1:用户自定义,2:当前时间
        Returns:
        TimeType 时间类型,1:用户自定义,2:当前时间
      • setTimeType

        public void setTimeType​(Long TimeType)
        Set 时间类型,1:用户自定义,2:当前时间
        Parameters:
        TimeType - 时间类型,1:用户自定义,2:当前时间
      • getTimestamp

        public Long getTimestamp()
        Get 时间,用户选择自定义时间类型时,需要指定时间
        Returns:
        Timestamp 时间,用户选择自定义时间类型时,需要指定时间
      • setTimestamp

        public void setTimestamp​(Long Timestamp)
        Set 时间,用户选择自定义时间类型时,需要指定时间
        Parameters:
        Timestamp - 时间,用户选择自定义时间类型时,需要指定时间
      • getEventIDs

        public String[] getEventIDs()
        Get 事件ID过滤列表
        Returns:
        EventIDs 事件ID过滤列表
      • setEventIDs

        public void setEventIDs​(String[] EventIDs)
        Set 事件ID过滤列表
        Parameters:
        EventIDs - 事件ID过滤列表