Class SecLogAlertMsgInfo

    • Constructor Detail

      • SecLogAlertMsgInfo

        public SecLogAlertMsgInfo()
      • SecLogAlertMsgInfo

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

      • getMsgType

        public String getMsgType()
        Get 告警类型
        Returns:
        MsgType 告警类型
      • setMsgType

        public void setMsgType​(String MsgType)
        Set 告警类型
        Parameters:
        MsgType - 告警类型
      • getMsgValue

        public String getMsgValue()
        Get 告警值
        Returns:
        MsgValue 告警值
      • setMsgValue

        public void setMsgValue​(String MsgValue)
        Set 告警值
        Parameters:
        MsgValue - 告警值
      • getState

        public Boolean getState()
        Get 状态(0:关闭 1:开启)
        Returns:
        State 状态(0:关闭 1:开启)
      • setState

        public void setState​(Boolean State)
        Set 状态(0:关闭 1:开启)
        Parameters:
        State - 状态(0:关闭 1:开启)