public class ParamRecord extends AbstractModel
header, skipSign
Constructor and Description |
---|
ParamRecord() |
ParamRecord(ParamRecord 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 |
getInstanceId()
Get Instance ID
|
Boolean |
getIsSuccess()
Get Indicates whether the parameter is modified successfully.
|
Boolean |
getIsSucess()
Deprecated.
|
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 |
setIsSuccess(Boolean IsSuccess)
Set Indicates whether the parameter is modified successfully.
|
void |
setIsSucess(Boolean IsSucess)
Deprecated.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ParamRecord()
public ParamRecord(ParamRecord source)
public 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 modification@Deprecated public Boolean getIsSucess()
@Deprecated public void setIsSucess(Boolean IsSucess)
IsSucess
- Whether the parameter is modified successfullypublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Modification timepublic Boolean getIsSuccess()
public void setIsSuccess(Boolean IsSuccess)
IsSuccess
- Indicates whether the parameter is modified successfully.Copyright © 2024. All rights reserved.