Class ParameterDetail

    • Constructor Detail

      • ParameterDetail

        public ParameterDetail()
      • ParameterDetail

        public ParameterDetail​(ParameterDetail 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 - 参数名称
      • getParamType

        public String getParamType()
        Get 参数类型:integer,enum,float,string,func
        Returns:
        ParamType 参数类型:integer,enum,float,string,func
      • setParamType

        public void setParamType​(String ParamType)
        Set 参数类型:integer,enum,float,string,func
        Parameters:
        ParamType - 参数类型:integer,enum,float,string,func
      • getDefault

        public String getDefault()
        Get 参数默认值
        Returns:
        Default 参数默认值
      • setDefault

        public void setDefault​(String Default)
        Set 参数默认值
        Parameters:
        Default - 参数默认值
      • getDescription

        public String getDescription()
        Get 参数描述
        Returns:
        Description 参数描述
      • setDescription

        public void setDescription​(String Description)
        Set 参数描述
        Parameters:
        Description - 参数描述
      • getCurrentValue

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

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

        public Long getNeedReboot()
        Get 修改参数后,是否需要重启数据库以使参数生效。可能的值包括:0-不需要重启;1-需要重启
        Returns:
        NeedReboot 修改参数后,是否需要重启数据库以使参数生效。可能的值包括:0-不需要重启;1-需要重启
      • setNeedReboot

        public void setNeedReboot​(Long NeedReboot)
        Set 修改参数后,是否需要重启数据库以使参数生效。可能的值包括:0-不需要重启;1-需要重启
        Parameters:
        NeedReboot - 修改参数后,是否需要重启数据库以使参数生效。可能的值包括:0-不需要重启;1-需要重启
      • getMax

        public Long getMax()
        Get 参数允许的最大值
        Returns:
        Max 参数允许的最大值
      • setMax

        public void setMax​(Long Max)
        Set 参数允许的最大值
        Parameters:
        Max - 参数允许的最大值
      • getMin

        public Long getMin()
        Get 参数允许的最小值
        Returns:
        Min 参数允许的最小值
      • setMin

        public void setMin​(Long Min)
        Set 参数允许的最小值
        Parameters:
        Min - 参数允许的最小值
      • getEnumValue

        public String[] getEnumValue()
        Get 参数的可选枚举值。如果为非枚举参数,则为空
        Returns:
        EnumValue 参数的可选枚举值。如果为非枚举参数,则为空
      • setEnumValue

        public void setEnumValue​(String[] EnumValue)
        Set 参数的可选枚举值。如果为非枚举参数,则为空
        Parameters:
        EnumValue - 参数的可选枚举值。如果为非枚举参数,则为空
      • getMaxFunc

        public String getMaxFunc()
        Get 参数是公式类型时,该字段有效,表示公式类型最大值
        Returns:
        MaxFunc 参数是公式类型时,该字段有效,表示公式类型最大值
      • setMaxFunc

        public void setMaxFunc​(String MaxFunc)
        Set 参数是公式类型时,该字段有效,表示公式类型最大值
        Parameters:
        MaxFunc - 参数是公式类型时,该字段有效,表示公式类型最大值
      • getMinFunc

        public String getMinFunc()
        Get 参数是公式类型时,该字段有效,表示公式类型最小值
        Returns:
        MinFunc 参数是公式类型时,该字段有效,表示公式类型最小值
      • setMinFunc

        public void setMinFunc​(String MinFunc)
        Set 参数是公式类型时,该字段有效,表示公式类型最小值
        Parameters:
        MinFunc - 参数是公式类型时,该字段有效,表示公式类型最小值
      • getIsNotSupportEdit

        public Boolean getIsNotSupportEdit()
        Get 参数是否不支持修改 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsNotSupportEdit 参数是否不支持修改 注意:此字段可能返回 null,表示取不到有效值。
      • setIsNotSupportEdit

        public void setIsNotSupportEdit​(Boolean IsNotSupportEdit)
        Set 参数是否不支持修改 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsNotSupportEdit - 参数是否不支持修改 注意:此字段可能返回 null,表示取不到有效值。