Class SendCustomAlarmMsgRequest

    • Constructor Detail

      • SendCustomAlarmMsgRequest

        public SendCustomAlarmMsgRequest()
      • SendCustomAlarmMsgRequest

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

      • getModule

        public String getModule()
        Get 接口模块名,当前取值monitor
        Returns:
        Module 接口模块名,当前取值monitor
      • setModule

        public void setModule​(String Module)
        Set 接口模块名,当前取值monitor
        Parameters:
        Module - 接口模块名,当前取值monitor
      • getPolicyId

        public String getPolicyId()
        Get 消息策略ID,在自定义消息页面配置
        Returns:
        PolicyId 消息策略ID,在自定义消息页面配置
      • setPolicyId

        public void setPolicyId​(String PolicyId)
        Set 消息策略ID,在自定义消息页面配置
        Parameters:
        PolicyId - 消息策略ID,在自定义消息页面配置
      • getMsg

        public String getMsg()
        Get 用户想要发送的自定义消息内容
        Returns:
        Msg 用户想要发送的自定义消息内容
      • setMsg

        public void setMsg​(String Msg)
        Set 用户想要发送的自定义消息内容
        Parameters:
        Msg - 用户想要发送的自定义消息内容