Class Extraction
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.Extraction
-
public class Extraction extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description Extraction()Extraction(Extraction 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 StringgetExtractionInputPath()Get JsonPath, 不指定则使用默认值$.StringgetFormat()Get 取值: TEXT/JSONTextParamsgetTextParams()Get 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。voidsetExtractionInputPath(String ExtractionInputPath)Set JsonPath, 不指定则使用默认值$.voidsetFormat(String Format)Set 取值: TEXT/JSONvoidsetTextParams(TextParams TextParams)Set 仅在Text需要传递 注意:此字段可能返回 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
-
Extraction
public Extraction()
-
Extraction
public Extraction(Extraction 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
-
getExtractionInputPath
public String getExtractionInputPath()
Get JsonPath, 不指定则使用默认值$.- Returns:
- ExtractionInputPath JsonPath, 不指定则使用默认值$.
-
setExtractionInputPath
public void setExtractionInputPath(String ExtractionInputPath)
Set JsonPath, 不指定则使用默认值$.- Parameters:
ExtractionInputPath- JsonPath, 不指定则使用默认值$.
-
getFormat
public String getFormat()
Get 取值: TEXT/JSON- Returns:
- Format 取值: TEXT/JSON
-
setFormat
public void setFormat(String Format)
Set 取值: TEXT/JSON- Parameters:
Format- 取值: TEXT/JSON
-
getTextParams
public TextParams getTextParams()
Get 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TextParams 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。
-
setTextParams
public void setTextParams(TextParams TextParams)
Set 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TextParams- 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。
-
-