Class ModifyParamItem

    • Constructor Detail

      • ModifyParamItem

        public ModifyParamItem()
      • ModifyParamItem

        public ModifyParamItem​(ModifyParamItem 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 - 参数名
      • getCurrentValue

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

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

        public String getOldValue()
        Get 参数旧值(只在出参时有用) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OldValue 参数旧值(只在出参时有用) 注意:此字段可能返回 null,表示取不到有效值。
      • setOldValue

        public void setOldValue​(String OldValue)
        Set 参数旧值(只在出参时有用) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OldValue - 参数旧值(只在出参时有用) 注意:此字段可能返回 null,表示取不到有效值。