Class TextParams
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.TextParams
-
public class TextParams extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TextParams()TextParams(TextParams 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 StringgetRegex()Get 填写正则表达式:长度128 注意:此字段可能返回 null,表示取不到有效值。StringgetSeparator()Get 逗号、| 、制表符、空格、换行符、%、#,限制长度为 1。 注意:此字段可能返回 null,表示取不到有效值。voidsetRegex(String Regex)Set 填写正则表达式:长度128 注意:此字段可能返回 null,表示取不到有效值。voidsetSeparator(String Separator)Set 逗号、| 、制表符、空格、换行符、%、#,限制长度为 1。 注意:此字段可能返回 null,表示取不到有效值。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
-
TextParams
public TextParams()
-
TextParams
public TextParams(TextParams 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
-
getSeparator
public String getSeparator()
Get 逗号、| 、制表符、空格、换行符、%、#,限制长度为 1。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Separator 逗号、| 、制表符、空格、换行符、%、#,限制长度为 1。 注意:此字段可能返回 null,表示取不到有效值。
-
setSeparator
public void setSeparator(String Separator)
Set 逗号、| 、制表符、空格、换行符、%、#,限制长度为 1。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Separator- 逗号、| 、制表符、空格、换行符、%、#,限制长度为 1。 注意:此字段可能返回 null,表示取不到有效值。
-
getRegex
public String getRegex()
Get 填写正则表达式:长度128 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Regex 填写正则表达式:长度128 注意:此字段可能返回 null,表示取不到有效值。
-
setRegex
public void setRegex(String Regex)
Set 填写正则表达式:长度128 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Regex- 填写正则表达式:长度128 注意:此字段可能返回 null,表示取不到有效值。
-
-