public class AgentProcedureDebugging extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AgentProcedureDebugging()  | 
AgentProcedureDebugging(AgentProcedureDebugging 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 | 
getContent()
Get Model thinking content. 
 | 
String | 
getDisplayContent()
Get The specific text content to be displayed. 
 | 
String | 
getDisplayStatus()
Get Display the ongoing status. 
 | 
Long | 
getDisplayType()
Get Display type. 
 | 
String | 
getDisplayUrl()
Get URL opened through the browser in cloud desktop. 
 | 
QuoteInfo[] | 
getQuoteInfos()
Get Index displayed by the search engine. 
 | 
AgentReference[] | 
getReferences()
Get Specific reference source. 
 | 
String | 
getSandboxUrl()
Get URL of cloud desktop. 
 | 
void | 
setContent(String Content)
Set Model thinking content. 
 | 
void | 
setDisplayContent(String DisplayContent)
Set The specific text content to be displayed. 
 | 
void | 
setDisplayStatus(String DisplayStatus)
Set Display the ongoing status. 
 | 
void | 
setDisplayType(Long DisplayType)
Set Display type. 
 | 
void | 
setDisplayUrl(String DisplayUrl)
Set URL opened through the browser in cloud desktop. 
 | 
void | 
setQuoteInfos(QuoteInfo[] QuoteInfos)
Set Index displayed by the search engine. 
 | 
void | 
setReferences(AgentReference[] References)
Set Specific reference source. 
 | 
void | 
setSandboxUrl(String SandboxUrl)
Set URL of cloud desktop. 
 | 
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 AgentProcedureDebugging()
public AgentProcedureDebugging(AgentProcedureDebugging source)
public String getContent()
public void setContent(String Content)
Content - Model thinking content.public String getDisplayContent()
public void setDisplayContent(String DisplayContent)
DisplayContent - The specific text content to be displayed.public Long getDisplayType()
public void setDisplayType(Long DisplayType)
DisplayType - Display type.public QuoteInfo[] getQuoteInfos()
public void setQuoteInfos(QuoteInfo[] QuoteInfos)
QuoteInfos - Index displayed by the search engine.public AgentReference[] getReferences()
public void setReferences(AgentReference[] References)
References - Specific reference source.public String getDisplayStatus()
public void setDisplayStatus(String DisplayStatus)
DisplayStatus - Display the ongoing status.public String getSandboxUrl()
public void setSandboxUrl(String SandboxUrl)
SandboxUrl - URL of cloud desktop.public String getDisplayUrl()
public void setDisplayUrl(String DisplayUrl)
DisplayUrl - URL opened through the browser in cloud desktop.Copyright © 2025. All rights reserved.