public class ParamRecord extends AbstractModel
| Constructor and Description | 
|---|
| ParamRecord() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getInstanceId()Get Instance ID | 
| Boolean | getIsSucess()Get Whether the parameter is modified successfully | 
| String | getModifyTime()Get Modification time | 
| String | getNewValue()Get Parameter value after modification | 
| String | getOldValue()Get Parameter value before modification | 
| String | getParamName()Get Parameter name | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setIsSucess(Boolean IsSucess)Set Whether the parameter is modified successfully | 
| void | setModifyTime(String ModifyTime)Set Modification time | 
| void | setNewValue(String NewValue)Set Parameter value after modification | 
| void | setOldValue(String OldValue)Set Parameter value before modification | 
| void | setParamName(String ParamName)Set Parameter name | 
| 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, toJsonStringpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getParamName()
public void setParamName(String ParamName)
ParamName - Parameter namepublic String getOldValue()
public void setOldValue(String OldValue)
OldValue - Parameter value before modificationpublic String getNewValue()
public void setNewValue(String NewValue)
NewValue - Parameter value after modificationpublic Boolean getIsSucess()
public void setIsSucess(Boolean IsSucess)
IsSucess - Whether the parameter is modified successfullypublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Modification timeCopyright © 2020. All rights reserved.