Class ParamRecord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.ParamRecord
-
public class ParamRecord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceId()Get 实例IDBooleangetIsSucess()Get 参数是否修改成功StringgetModifyTime()Get 修改时间StringgetNewValue()Get 参数修改后的值StringgetOldValue()Get 参数修改前的值StringgetParamName()Get 参数名称voidsetInstanceId(String InstanceId)Set 实例IDvoidsetIsSucess(Boolean IsSucess)Set 参数是否修改成功voidsetModifyTime(String ModifyTime)Set 修改时间voidsetNewValue(String NewValue)Set 参数修改后的值voidsetOldValue(String OldValue)Set 参数修改前的值voidsetParamName(String ParamName)Set 参数名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ParamRecord
public ParamRecord()
-
ParamRecord
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例ID- Returns:
- InstanceId 实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID- Parameters:
InstanceId- 实例ID
-
getParamName
public String getParamName()
Get 参数名称- Returns:
- ParamName 参数名称
-
setParamName
public void setParamName(String ParamName)
Set 参数名称- Parameters:
ParamName- 参数名称
-
getOldValue
public String getOldValue()
Get 参数修改前的值- Returns:
- OldValue 参数修改前的值
-
setOldValue
public void setOldValue(String OldValue)
Set 参数修改前的值- Parameters:
OldValue- 参数修改前的值
-
getNewValue
public String getNewValue()
Get 参数修改后的值- Returns:
- NewValue 参数修改后的值
-
setNewValue
public void setNewValue(String NewValue)
Set 参数修改后的值- Parameters:
NewValue- 参数修改后的值
-
getIsSucess
public Boolean getIsSucess()
Get 参数是否修改成功- Returns:
- IsSucess 参数是否修改成功
-
setIsSucess
public void setIsSucess(Boolean IsSucess)
Set 参数是否修改成功- Parameters:
IsSucess- 参数是否修改成功
-
getModifyTime
public String getModifyTime()
Get 修改时间- Returns:
- ModifyTime 修改时间
-
setModifyTime
public void setModifyTime(String ModifyTime)
Set 修改时间- Parameters:
ModifyTime- 修改时间
-
-