public class ItemNames extends AbstractModel
header, skipSign
Constructor and Description |
---|
ItemNames() |
ItemNames(ItemNames 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 |
getKeyName()
Get 自定义抽取功能需返回的字段名称。
|
String |
getKeyPrompt()
Get 抽取字段的描述内容。
|
Long |
getKeyType()
Get 默认 0;0表示kv对 1表示 表格字段。
|
void |
setKeyName(String KeyName)
Set 自定义抽取功能需返回的字段名称。
|
void |
setKeyPrompt(String KeyPrompt)
Set 抽取字段的描述内容。
|
void |
setKeyType(Long KeyType)
Set 默认 0;0表示kv对 1表示 表格字段。
|
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, toJsonString
public ItemNames()
public ItemNames(ItemNames source)
public String getKeyName()
public void setKeyName(String KeyName)
KeyName
- 自定义抽取功能需返回的字段名称。public Long getKeyType()
public void setKeyType(Long KeyType)
KeyType
- 默认 0;0表示kv对 1表示 表格字段。public String getKeyPrompt()
public void setKeyPrompt(String KeyPrompt)
KeyPrompt
- 抽取字段的描述内容。Copyright © 2025. All rights reserved.