public class InstanceParamHistory extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InstanceParamHistory() | 
| InstanceParamHistory(InstanceParamHistory 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getModifyTime()Get 修改时间。 | 
| String | getNewValue()Get 参数修改之后的值。 | 
| String | getParamName()Get 参数名称。 | 
| String | getPreValue()Get 参数修改之前的值。 | 
| Long | getStatus()Get 参数配置状态。
- 1:参数配置修改中。
- 2:参数配置修改成功。
- 3:参数配置修改失败。 | 
| void | setModifyTime(String ModifyTime)Set 修改时间。 | 
| void | setNewValue(String NewValue)Set 参数修改之后的值。 | 
| void | setParamName(String ParamName)Set 参数名称。 | 
| void | setPreValue(String PreValue)Set 参数修改之前的值。 | 
| void | setStatus(Long Status)Set 参数配置状态。
- 1:参数配置修改中。
- 2:参数配置修改成功。
- 3:参数配置修改失败。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InstanceParamHistory()
public InstanceParamHistory(InstanceParamHistory source)
public String getParamName()
public void setParamName(String ParamName)
ParamName - 参数名称。public String getPreValue()
public void setPreValue(String PreValue)
PreValue - 参数修改之前的值。public String getNewValue()
public void setNewValue(String NewValue)
NewValue - 参数修改之后的值。public Long getStatus()
public void setStatus(Long Status)
Status - 参数配置状态。
- 1:参数配置修改中。
- 2:参数配置修改成功。
- 3:参数配置修改失败。public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - 修改时间。Copyright © 2025. All rights reserved.