Class InstanceTextParam

    • Constructor Detail

      • InstanceTextParam

        public InstanceTextParam()
      • InstanceTextParam

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

      • getParamName

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

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

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

        public void setValueType​(String ValueType)
        Set 参数类型。例如:text。
        Parameters:
        ValueType - 参数类型。例如:text。
      • getNeedRestart

        public String getNeedRestart()
        Get 参数修改后是否需要重启。 - true:需要。 - false:不需要。
        Returns:
        NeedRestart 参数修改后是否需要重启。 - true:需要。 - false:不需要。
      • setNeedRestart

        public void setNeedRestart​(String NeedRestart)
        Set 参数修改后是否需要重启。 - true:需要。 - false:不需要。
        Parameters:
        NeedRestart - 参数修改后是否需要重启。 - true:需要。 - false:不需要。
      • getDefaultValue

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

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

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

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

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

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

        public String[] getTextValue()
        Get 参数可取值。
        Returns:
        TextValue 参数可取值。
      • setTextValue

        public void setTextValue​(String[] TextValue)
        Set 参数可取值。
        Parameters:
        TextValue - 参数可取值。
      • getStatus

        public Long getStatus()
        Get 参数修改状态。 - 1: 修改中。 - 2:修改完成。
        Returns:
        Status 参数修改状态。 - 1: 修改中。 - 2:修改完成。
      • setStatus

        public void setStatus​(Long Status)
        Set 参数修改状态。 - 1: 修改中。 - 2:修改完成。
        Parameters:
        Status - 参数修改状态。 - 1: 修改中。 - 2:修改完成。