Class InstanceIntegerParam

    • Constructor Detail

      • InstanceIntegerParam

        public InstanceIntegerParam()
      • InstanceIntegerParam

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

      • getCurrentValue

        public String getCurrentValue()
        Get 参数当前值。
        Returns:
        CurrentValue 参数当前值。
      • setCurrentValue

        public void setCurrentValue​(String CurrentValue)
        Set 参数当前值。
        Parameters:
        CurrentValue - 参数当前值。
      • getDefaultValue

        public String getDefaultValue()
        Get 参数默认值。
        Returns:
        DefaultValue 参数默认值。
      • setDefaultValue

        public void setDefaultValue​(String DefaultValue)
        Set 参数默认值。
        Parameters:
        DefaultValue - 参数默认值。
      • getMax

        public String getMax()
        Get 参数最大值。
        Returns:
        Max 参数最大值。
      • setMax

        public void setMax​(String Max)
        Set 参数最大值。
        Parameters:
        Max - 参数最大值。
      • getMin

        public String getMin()
        Get 最小值。
        Returns:
        Min 最小值。
      • setMin

        public void setMin​(String Min)
        Set 最小值。
        Parameters:
        Min - 最小值。
      • getNeedRestart

        public String getNeedRestart()
        Get 参数修改之后是否需要重启生效。 - 1:需要重启后生效。 - 0:无需重启,设置成功即可生效。
        Returns:
        NeedRestart 参数修改之后是否需要重启生效。 - 1:需要重启后生效。 - 0:无需重启,设置成功即可生效。
      • setNeedRestart

        public void setNeedRestart​(String NeedRestart)
        Set 参数修改之后是否需要重启生效。 - 1:需要重启后生效。 - 0:无需重启,设置成功即可生效。
        Parameters:
        NeedRestart - 参数修改之后是否需要重启生效。 - 1:需要重启后生效。 - 0:无需重启,设置成功即可生效。
      • getParamName

        public String getParamName()
        Get 参数名称。
        Returns:
        ParamName 参数名称。
      • setParamName

        public void setParamName​(String ParamName)
        Set 参数名称。
        Parameters:
        ParamName - 参数名称。
      • getTips

        public String[] getTips()
        Get 参数说明。
        Returns:
        Tips 参数说明。
      • setTips

        public void setTips​(String[] Tips)
        Set 参数说明。
        Parameters:
        Tips - 参数说明。
      • getValueType

        public String getValueType()
        Get 参数类型。
        Returns:
        ValueType 参数类型。
      • setValueType

        public void setValueType​(String ValueType)
        Set 参数类型。
        Parameters:
        ValueType - 参数类型。
      • getStatus

        public Long getStatus()
        Get 是否为运行中参数值。 - 1:运行中参数值。 - 0:非运行中参数值。
        Returns:
        Status 是否为运行中参数值。 - 1:运行中参数值。 - 0:非运行中参数值。
      • setStatus

        public void setStatus​(Long Status)
        Set 是否为运行中参数值。 - 1:运行中参数值。 - 0:非运行中参数值。
        Parameters:
        Status - 是否为运行中参数值。 - 1:运行中参数值。 - 0:非运行中参数值。
      • getUnit

        public String getUnit()
        Get 冗余字段,可忽略。
        Returns:
        Unit 冗余字段,可忽略。
      • setUnit

        public void setUnit​(String Unit)
        Set 冗余字段,可忽略。
        Parameters:
        Unit - 冗余字段,可忽略。