Class RegexReplaceParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.RegexReplaceParam
-
public class RegexReplaceParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RegexReplaceParam()RegexReplaceParam(RegexReplaceParam 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 替换新值StringgetRegex()Get 正则表达式voidsetNewValue(String NewValue)Set 替换新值voidsetRegex(String Regex)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
-
RegexReplaceParam
public RegexReplaceParam()
-
RegexReplaceParam
public RegexReplaceParam(RegexReplaceParam 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
-
getRegex
public String getRegex()
Get 正则表达式- Returns:
- Regex 正则表达式
-
setRegex
public void setRegex(String Regex)
Set 正则表达式- Parameters:
Regex- 正则表达式
-
getNewValue
public String getNewValue()
Get 替换新值- Returns:
- NewValue 替换新值
-
setNewValue
public void setNewValue(String NewValue)
Set 替换新值- Parameters:
NewValue- 替换新值
-
-