public class AgentProcedure extends AbstractModel
header, skipSign
Constructor and Description |
---|
AgentProcedure() |
AgentProcedure(AgentProcedure 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 |
getAgentIcon()
Get Agent的图标
注意:此字段可能返回 null,表示取不到有效值。
|
AgentProcedureDebugging |
getDebugging()
Get Agent调试信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getElapsed()
Get 当前请求执行时间, 单位 ms
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIcon()
Get 图标
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIndex()
Get 索引
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 执行过程英语名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNodeName()
Get 工作流节点名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getReplyIndex()
Get 用于展示思考放在哪个回复气泡中
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSourceAgentName()
Get 主agent
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 状态常量: 使用中: processing, 成功: success, 失败: failed
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSwitch()
Get 是否切换Agent,取值为"main"或者"workflow",不切换为空
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTargetAgentName()
Get 挂号agent
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTitle()
Get 中文名, 用于展示
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getWorkflowName()
Get 工作流名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAgentIcon(String AgentIcon)
Set Agent的图标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDebugging(AgentProcedureDebugging Debugging)
Set Agent调试信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElapsed(Long Elapsed)
Set 当前请求执行时间, 单位 ms
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIcon(String Icon)
Set 图标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndex(Long Index)
Set 索引
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 执行过程英语名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNodeName(String NodeName)
Set 工作流节点名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReplyIndex(Long ReplyIndex)
Set 用于展示思考放在哪个回复气泡中
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSourceAgentName(String SourceAgentName)
Set 主agent
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 状态常量: 使用中: processing, 成功: success, 失败: failed
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSwitch(String Switch)
Set 是否切换Agent,取值为"main"或者"workflow",不切换为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTargetAgentName(String TargetAgentName)
Set 挂号agent
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTitle(String Title)
Set 中文名, 用于展示
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWorkflowName(String WorkflowName)
Set 工作流名称
注意:此字段可能返回 null,表示取不到有效值。
|
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 AgentProcedure()
public AgentProcedure(AgentProcedure source)
public Long getIndex()
public void setIndex(Long Index)
Index
- 索引
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 执行过程英语名
注意:此字段可能返回 null,表示取不到有效值。public String getTitle()
public void setTitle(String Title)
Title
- 中文名, 用于展示
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 状态常量: 使用中: processing, 成功: success, 失败: failed
注意:此字段可能返回 null,表示取不到有效值。public String getIcon()
public void setIcon(String Icon)
Icon
- 图标
注意:此字段可能返回 null,表示取不到有效值。public AgentProcedureDebugging getDebugging()
public void setDebugging(AgentProcedureDebugging Debugging)
Debugging
- Agent调试信息
注意:此字段可能返回 null,表示取不到有效值。public String getSwitch()
public void setSwitch(String Switch)
Switch
- 是否切换Agent,取值为"main"或者"workflow",不切换为空
注意:此字段可能返回 null,表示取不到有效值。public String getWorkflowName()
public void setWorkflowName(String WorkflowName)
WorkflowName
- 工作流名称
注意:此字段可能返回 null,表示取不到有效值。public Long getElapsed()
public void setElapsed(Long Elapsed)
Elapsed
- 当前请求执行时间, 单位 ms
注意:此字段可能返回 null,表示取不到有效值。public String getNodeName()
public void setNodeName(String NodeName)
NodeName
- 工作流节点名称
注意:此字段可能返回 null,表示取不到有效值。public Long getReplyIndex()
public void setReplyIndex(Long ReplyIndex)
ReplyIndex
- 用于展示思考放在哪个回复气泡中
注意:此字段可能返回 null,表示取不到有效值。public String getSourceAgentName()
public void setSourceAgentName(String SourceAgentName)
SourceAgentName
- 主agent
注意:此字段可能返回 null,表示取不到有效值。public String getTargetAgentName()
public void setTargetAgentName(String TargetAgentName)
TargetAgentName
- 挂号agent
注意:此字段可能返回 null,表示取不到有效值。public String getAgentIcon()
public void setAgentIcon(String AgentIcon)
AgentIcon
- Agent的图标
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.