Class TextFile
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.TextFile
-
public class TextFile extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormat()Get 文本类型,本参数取值为TextFile。StringgetRegex()Get 处理文本用的正则表达式。 注意:此字段可能返回 null,表示取不到有效值。voidsetFormat(String Format)Set 文本类型,本参数取值为TextFile。voidsetRegex(String Regex)Set 处理文本用的正则表达式。 注意:此字段可能返回 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
-
TextFile
public TextFile()
-
TextFile
public TextFile(TextFile 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
-
getFormat
public String getFormat()
Get 文本类型,本参数取值为TextFile。- Returns:
- Format 文本类型,本参数取值为TextFile。
-
setFormat
public void setFormat(String Format)
Set 文本类型,本参数取值为TextFile。- Parameters:
Format- 文本类型,本参数取值为TextFile。
-
getRegex
public String getRegex()
Get 处理文本用的正则表达式。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Regex 处理文本用的正则表达式。 注意:此字段可能返回 null,表示取不到有效值。
-
setRegex
public void setRegex(String Regex)
Set 处理文本用的正则表达式。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Regex- 处理文本用的正则表达式。 注意:此字段可能返回 null,表示取不到有效值。
-
-