Class DefaultParameterConf

    • Constructor Detail

      • DefaultParameterConf

        public DefaultParameterConf()
      • DefaultParameterConf

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

      • getParameterName

        public String getParameterName()
        Get 参数名。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ParameterName 参数名。 注意:此字段可能返回 null,表示取不到有效值。
      • setParameterName

        public void setParameterName​(String ParameterName)
        Set 参数名。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ParameterName - 参数名。 注意:此字段可能返回 null,表示取不到有效值。
      • getParameterValue

        public String getParameterValue()
        Get 参数默认值。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ParameterValue 参数默认值。 注意:此字段可能返回 null,表示取不到有效值。
      • setParameterValue

        public void setParameterValue​(String ParameterValue)
        Set 参数默认值。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ParameterValue - 参数默认值。 注意:此字段可能返回 null,表示取不到有效值。
      • getParameterDescription

        public String getParameterDescription()
        Get 参数描述。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ParameterDescription 参数描述。 注意:此字段可能返回 null,表示取不到有效值。
      • setParameterDescription

        public void setParameterDescription​(String ParameterDescription)
        Set 参数描述。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ParameterDescription - 参数描述。 注意:此字段可能返回 null,表示取不到有效值。