Class ReplaceParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.ReplaceParam
-
public class ReplaceParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReplaceParam()ReplaceParam(ReplaceParam 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 StringgetNewValue()Get 替换值StringgetOldValue()Get 被替换值voidsetNewValue(String NewValue)Set 替换值voidsetOldValue(String OldValue)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
-
ReplaceParam
public ReplaceParam()
-
ReplaceParam
public ReplaceParam(ReplaceParam 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
-
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- 替换值
-
-