Class InstanceParamHistory
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.InstanceParamHistory
-
public class InstanceParamHistory extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InstanceParamHistory
public InstanceParamHistory()
-
InstanceParamHistory
public 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.
-
-
Method Detail
-
getParamName
public String getParamName()
Get 参数名称。- Returns:
- ParamName 参数名称。
-
setParamName
public void setParamName(String ParamName)
Set 参数名称。- Parameters:
ParamName
- 参数名称。
-
getPreValue
public String getPreValue()
Get 参数修改之前的值。- Returns:
- PreValue 参数修改之前的值。
-
setPreValue
public void setPreValue(String PreValue)
Set 参数修改之前的值。- Parameters:
PreValue
- 参数修改之前的值。
-
getNewValue
public String getNewValue()
Get 参数修改之后的值。- Returns:
- NewValue 参数修改之后的值。
-
setNewValue
public void setNewValue(String NewValue)
Set 参数修改之后的值。- Parameters:
NewValue
- 参数修改之后的值。
-
getStatus
public Long getStatus()
Get 参数配置状态。 - 1:参数配置修改中。 - 2:参数配置修改成功。 - 3:参数配置修改失败。- Returns:
- Status 参数配置状态。 - 1:参数配置修改中。 - 2:参数配置修改成功。 - 3:参数配置修改失败。
-
setStatus
public void setStatus(Long Status)
Set 参数配置状态。 - 1:参数配置修改中。 - 2:参数配置修改成功。 - 3:参数配置修改失败。- Parameters:
Status
- 参数配置状态。 - 1:参数配置修改中。 - 2:参数配置修改成功。 - 3:参数配置修改失败。
-
getModifyTime
public String getModifyTime()
Get 修改时间。- Returns:
- ModifyTime 修改时间。
-
setModifyTime
public void setModifyTime(String ModifyTime)
Set 修改时间。- Parameters:
ModifyTime
- 修改时间。
-
-