Class MetricConfig

    • Constructor Detail

      • MetricConfig

        public MetricConfig()
      • MetricConfig

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

      • getOperator

        public String[] getOperator()
        Get 允许使用的运算符
        Returns:
        Operator 允许使用的运算符
      • setOperator

        public void setOperator​(String[] Operator)
        Set 允许使用的运算符
        Parameters:
        Operator - 允许使用的运算符
      • getPeriod

        public Long[] getPeriod()
        Get 允许配置的数据周期,以秒为单位
        Returns:
        Period 允许配置的数据周期,以秒为单位
      • setPeriod

        public void setPeriod​(Long[] Period)
        Set 允许配置的数据周期,以秒为单位
        Parameters:
        Period - 允许配置的数据周期,以秒为单位
      • getContinuePeriod

        public Long[] getContinuePeriod()
        Get 允许配置的持续周期个数
        Returns:
        ContinuePeriod 允许配置的持续周期个数
      • setContinuePeriod

        public void setContinuePeriod​(Long[] ContinuePeriod)
        Set 允许配置的持续周期个数
        Parameters:
        ContinuePeriod - 允许配置的持续周期个数