public class InstanceParamHistory extends AbstractModel
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 Modification time
|
String |
getNewValue()
Get Value after modification
|
String |
getParamName()
Get Parameter name
|
String |
getPreValue()
Get Value before modification
|
Long |
getStatus()
Get Status.
|
void |
setModifyTime(String ModifyTime)
Set Modification time
|
void |
setNewValue(String NewValue)
Set Value after modification
|
void |
setParamName(String ParamName)
Set Parameter name
|
void |
setPreValue(String PreValue)
Set Value before modification
|
void |
setStatus(Long Status)
Set Status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InstanceParamHistory()
public InstanceParamHistory(InstanceParamHistory source)
public String getParamName()
public void setParamName(String ParamName)
ParamName
- Parameter namepublic String getPreValue()
public void setPreValue(String PreValue)
PreValue
- Value before modificationpublic String getNewValue()
public void setNewValue(String NewValue)
NewValue
- Value after modificationpublic Long getStatus()
public void setStatus(Long Status)
Status
- Status. 1: modifying the parameter configuration; 2: modified the parameter configuration successfully; 3: failed to modify the parameter configurationpublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Modification timeCopyright © 2023. All rights reserved.