Class DescribeAlarmEventsRequest

    • Constructor Detail

      • DescribeAlarmEventsRequest

        public DescribeAlarmEventsRequest()
      • DescribeAlarmEventsRequest

        public DescribeAlarmEventsRequest​(DescribeAlarmEventsRequest 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
      • getNamespace

        public String getNamespace()
        Get 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device
        Returns:
        Namespace 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device
      • setNamespace

        public void setNamespace​(String Namespace)
        Set 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device
        Parameters:
        Namespace - 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device
      • getMonitorType

        public String getMonitorType()
        Get 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。
        Returns:
        MonitorType 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。
      • setMonitorType

        public void setMonitorType​(String MonitorType)
        Set 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。
        Parameters:
        MonitorType - 监控类型,如 MT_QCE。如果不填默认为 MT_QCE。