public class TextParams extends AbstractModel
header, skipSign| 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 Entered regex (128 characters)
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSeparator()
Get Comma, | , tab, space, line break, %, or #, which can contain only 1 character. 
 | 
void | 
setRegex(String Regex)
Set Entered regex (128 characters)
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSeparator(String Separator)
Set Comma, | , tab, space, line break, %, or #, which can contain only 1 character. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TextParams()
public TextParams(TextParams source)
public String getSeparator()
public void setSeparator(String Separator)
Separator - Comma, | , tab, space, line break, %, or #, which can contain only 1 character.
Note: this field may return null, indicating that no valid values can be obtained.public String getRegex()
public void setRegex(String Regex)
Regex - Entered regex (128 characters)
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.