public class TextParams extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getRegex()
Get 填写正则表达式:长度128
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSeparator()
Get 逗号、| 、制表符、空格、换行符、%、#,限制长度为 1。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRegex(String Regex)
Set 填写正则表达式:长度128
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSeparator(String Separator)
Set 逗号、| 、制表符、空格、换行符、%、#,限制长度为 1。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TextParams()
public TextParams(TextParams source)
public String getSeparator()
public void setSeparator(String Separator)
Separator
- 逗号、| 、制表符、空格、换行符、%、#,限制长度为 1。
注意:此字段可能返回 null,表示取不到有效值。public String getRegex()
public void setRegex(String Regex)
Regex
- 填写正则表达式:长度128
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.