public class AICallExtractConfigElement extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AICallExtractConfigElement()  | 
AICallExtractConfigElement(AICallExtractConfigElement 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[] | 
getChoices()
Get When infotype is selector, this field needs to be configured. 
 | 
String[] | 
getExamples()
Get Example of extracted content from the configuration item. 
 | 
String | 
getInfoContent()
Get Specific content of the configuration item. 
 | 
String | 
getInfoName()
Get Configuration item name, duplicat. 
 | 
String | 
getInfoType()
Get Configuration item type, including. 
 | 
void | 
setChoices(String[] Choices)
Set When infotype is selector, this field needs to be configured. 
 | 
void | 
setExamples(String[] Examples)
Set Example of extracted content from the configuration item. 
 | 
void | 
setInfoContent(String InfoContent)
Set Specific content of the configuration item. 
 | 
void | 
setInfoName(String InfoName)
Set Configuration item name, duplicat. 
 | 
void | 
setInfoType(String InfoType)
Set Configuration item type, including. 
 | 
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 AICallExtractConfigElement()
public AICallExtractConfigElement(AICallExtractConfigElement source)
public String getInfoType()
public void setInfoType(String InfoType)
InfoType - Configuration item type, including.
Text.
Selector option.
Boolean value.
Number.public String getInfoName()
public void setInfoName(String InfoName)
InfoName - Configuration item name, duplicat.public String getInfoContent()
public void setInfoContent(String InfoContent)
InfoContent - Specific content of the configuration item.public String[] getExamples()
public void setExamples(String[] Examples)
Examples - Example of extracted content from the configuration item.public String[] getChoices()
public void setChoices(String[] Choices)
Choices - When infotype is selector, this field needs to be configured.Copyright © 2025. All rights reserved.