Class UnHandleEventDetail

    • Constructor Detail

      • UnHandleEventDetail

        public UnHandleEventDetail()
      • UnHandleEventDetail

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

      • getEventName

        public String getEventName()
        Get 安全事件名称
        Returns:
        EventName 安全事件名称
      • setEventName

        public void setEventName​(String EventName)
        Set 安全事件名称
        Parameters:
        EventName - 安全事件名称
      • getTotal

        public Long getTotal()
        Get 未处置事件数量
        Returns:
        Total 未处置事件数量
      • setTotal

        public void setTotal​(Long Total)
        Set 未处置事件数量
        Parameters:
        Total - 未处置事件数量