public class InputBoxConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
InputBoxConfig() |
InputBoxConfig(InputBoxConfig 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 |
---|---|
Long[] |
getInputBoxButtons()
Get 输入框按钮,1:上传图片、2:上传文档,3:腾讯文档,4:联网搜索
|
void |
setInputBoxButtons(Long[] InputBoxButtons)
Set 输入框按钮,1:上传图片、2:上传文档,3:腾讯文档,4:联网搜索
|
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 InputBoxConfig()
public InputBoxConfig(InputBoxConfig source)
public Long[] getInputBoxButtons()
public void setInputBoxButtons(Long[] InputBoxButtons)
InputBoxButtons
- 输入框按钮,1:上传图片、2:上传文档,3:腾讯文档,4:联网搜索Copyright © 2025. All rights reserved.