Class AlarmNotice

    • Constructor Detail

      • AlarmNotice

        public AlarmNotice()
      • AlarmNotice

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

      • getName

        public String getName()
        Get 告警通知模板名称。
        Returns:
        Name 告警通知模板名称。
      • setName

        public void setName​(String Name)
        Set 告警通知模板名称。
        Parameters:
        Name - 告警通知模板名称。
      • getType

        public String getType()
        Get 告警模板的类型。可选值:
      • Trigger - 告警触发
      • Recovery - 告警恢复
      • All - 告警触发和告警恢复
Returns:
Type 告警模板的类型。可选值:
  • Trigger - 告警触发
  • Recovery - 告警恢复
  • All - 告警触发和告警恢复
  • Parameters:
    Type - 告警模板的类型。可选值:
  • Trigger - 告警触发
  • Recovery - 告警恢复
  • All - 告警触发和告警恢复