Class ModifyParamItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.ModifyParamItem
-
public class ModifyParamItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyParamItem()
ModifyParamItem(ModifyParamItem 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
getCurrentValue()
Get 参数当前值String
getOldValue()
Get 参数旧值(只在出参时有用) 注意:此字段可能返回 null,表示取不到有效值。String
getParamName()
Get 参数名void
setCurrentValue(String CurrentValue)
Set 参数当前值void
setOldValue(String OldValue)
Set 参数旧值(只在出参时有用) 注意:此字段可能返回 null,表示取不到有效值。void
setParamName(String ParamName)
Set 参数名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
-
ModifyParamItem
public ModifyParamItem()
-
ModifyParamItem
public ModifyParamItem(ModifyParamItem 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
- 参数名
-
getCurrentValue
public String getCurrentValue()
Get 参数当前值- Returns:
- CurrentValue 参数当前值
-
setCurrentValue
public void setCurrentValue(String CurrentValue)
Set 参数当前值- Parameters:
CurrentValue
- 参数当前值
-
getOldValue
public String getOldValue()
Get 参数旧值(只在出参时有用) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OldValue 参数旧值(只在出参时有用) 注意:此字段可能返回 null,表示取不到有效值。
-
setOldValue
public void setOldValue(String OldValue)
Set 参数旧值(只在出参时有用) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OldValue
- 参数旧值(只在出参时有用) 注意:此字段可能返回 null,表示取不到有效值。
-
-