public class DescribeApmAgentRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeApmAgentRequest() |
DescribeApmAgentRequest(DescribeApmAgentRequest 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 |
getAgentType()
Get Access method: currently supports access and reporting via skywalking, ot, and ebpf methods.
|
String |
getInstanceId()
Get Business system id.
|
String |
getLanguageEnvironment()
Get Language reporting is now supported for java, golang, php, python, dotnet, nodejs.
|
String |
getNetworkMode()
Get Reporting environment: currently supports pl (private network reporting), public (public network), and inner (self-developed vpc) environment reporting.
|
String |
getReportMethod()
Get Reporting method, deprecated.
|
void |
setAgentType(String AgentType)
Set Access method: currently supports access and reporting via skywalking, ot, and ebpf methods.
|
void |
setInstanceId(String InstanceId)
Set Business system id.
|
void |
setLanguageEnvironment(String LanguageEnvironment)
Set Language reporting is now supported for java, golang, php, python, dotnet, nodejs.
|
void |
setNetworkMode(String NetworkMode)
Set Reporting environment: currently supports pl (private network reporting), public (public network), and inner (self-developed vpc) environment reporting.
|
void |
setReportMethod(String ReportMethod)
Set Reporting method, deprecated.
|
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 DescribeApmAgentRequest()
public DescribeApmAgentRequest(DescribeApmAgentRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Business system id.public String getAgentType()
public void setAgentType(String AgentType)
AgentType
- Access method: currently supports access and reporting via skywalking, ot, and ebpf methods. if not specified, ot is used by default.public String getNetworkMode()
public void setNetworkMode(String NetworkMode)
NetworkMode
- Reporting environment: currently supports pl (private network reporting), public (public network), and inner (self-developed vpc) environment reporting. if not specified, the default is public.public String getLanguageEnvironment()
public void setLanguageEnvironment(String LanguageEnvironment)
LanguageEnvironment
- Language reporting is now supported for java, golang, php, python, dotnet, nodejs. if not specified, golang is used by default.public String getReportMethod()
public void setReportMethod(String ReportMethod)
ReportMethod
- Reporting method, deprecated.Copyright © 2025. All rights reserved.