public class AgentInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AgentInput() |
AgentInput(AgentInput 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 |
getAppVarId()
Get 应用变量参数
|
String |
getCustomVarId()
Get 自定义变量(API参数)
|
String |
getEnvVarId()
Get 环境变量参数
|
Long |
getInputType()
Get 输入来源类型:0 用户输入,3 自定义变量(API参数)
|
AgentInputSystemVariable |
getSystemVariable()
Get 系统参数
|
AgentInputUserInputValue |
getUserInputValue()
Get 用户手写输入
|
void |
setAppVarId(String AppVarId)
Set 应用变量参数
|
void |
setCustomVarId(String CustomVarId)
Set 自定义变量(API参数)
|
void |
setEnvVarId(String EnvVarId)
Set 环境变量参数
|
void |
setInputType(Long InputType)
Set 输入来源类型:0 用户输入,3 自定义变量(API参数)
|
void |
setSystemVariable(AgentInputSystemVariable SystemVariable)
Set 系统参数
|
void |
setUserInputValue(AgentInputUserInputValue UserInputValue)
Set 用户手写输入
|
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 AgentInput()
public AgentInput(AgentInput source)
public Long getInputType()
public void setInputType(Long InputType)
InputType
- 输入来源类型:0 用户输入,3 自定义变量(API参数)public AgentInputUserInputValue getUserInputValue()
public void setUserInputValue(AgentInputUserInputValue UserInputValue)
UserInputValue
- 用户手写输入public String getCustomVarId()
public void setCustomVarId(String CustomVarId)
CustomVarId
- 自定义变量(API参数)public String getEnvVarId()
public void setEnvVarId(String EnvVarId)
EnvVarId
- 环境变量参数public String getAppVarId()
public void setAppVarId(String AppVarId)
AppVarId
- 应用变量参数public AgentInputSystemVariable getSystemVariable()
public void setSystemVariable(AgentInputSystemVariable SystemVariable)
SystemVariable
- 系统参数Copyright © 2025. All rights reserved.