public class AgentShell extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AgentShell() | 
| AgentShell(AgentShell 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 | getByHandAccess()Get 手动接入脚本串
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getByShellAccess()Get 自动接入脚本串
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getEtlIp()Get 数据接收Ip
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getEtlPort()Get 数据接收port
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getJaegerPort()Get Jaeger数据接收port
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getSkyWalkingPort()Get SkyWalking数据接收port
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getToken()Get 鉴权token
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getZipkinPort()Get Zipkin数据接收port
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setByHandAccess(String ByHandAccess)Set 手动接入脚本串
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setByShellAccess(String ByShellAccess)Set 自动接入脚本串
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEtlIp(String EtlIp)Set 数据接收Ip
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEtlPort(String EtlPort)Set 数据接收port
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setJaegerPort(String JaegerPort)Set Jaeger数据接收port
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSkyWalkingPort(String SkyWalkingPort)Set SkyWalking数据接收port
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setToken(String Token)Set 鉴权token
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setZipkinPort(String ZipkinPort)Set Zipkin数据接收port
注意:此字段可能返回 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, toJsonStringpublic AgentShell()
public AgentShell(AgentShell source)
public String getToken()
public void setToken(String Token)
Token - 鉴权token
注意:此字段可能返回 null,表示取不到有效值。public String getEtlIp()
public void setEtlIp(String EtlIp)
EtlIp - 数据接收Ip
注意:此字段可能返回 null,表示取不到有效值。public String getEtlPort()
public void setEtlPort(String EtlPort)
EtlPort - 数据接收port
注意:此字段可能返回 null,表示取不到有效值。public String getByHandAccess()
public void setByHandAccess(String ByHandAccess)
ByHandAccess - 手动接入脚本串
注意:此字段可能返回 null,表示取不到有效值。public String getByShellAccess()
public void setByShellAccess(String ByShellAccess)
ByShellAccess - 自动接入脚本串
注意:此字段可能返回 null,表示取不到有效值。public String getSkyWalkingPort()
public void setSkyWalkingPort(String SkyWalkingPort)
SkyWalkingPort - SkyWalking数据接收port
注意:此字段可能返回 null,表示取不到有效值。public String getZipkinPort()
public void setZipkinPort(String ZipkinPort)
ZipkinPort - Zipkin数据接收port
注意:此字段可能返回 null,表示取不到有效值。public String getJaegerPort()
public void setJaegerPort(String JaegerPort)
JaegerPort - Jaeger数据接收port
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.