public class ApmApplicationConfigView extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ApmApplicationConfigView()  | 
ApmApplicationConfigView(ApmApplicationConfigView 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 | 
|---|---|
Boolean | 
getAgentEnable()
Get Probe master switch. 
 | 
String | 
getErrorCodeFilter()
Get HTTP status code filtering. 
 | 
Boolean | 
getEventEnable()
Get Application diagnosis switch (deprecated). 
 | 
String | 
getExceptionFilter()
Get Error type filtering. 
 | 
String | 
getInstanceKey()
Get Business system id. 
 | 
Instrument[] | 
getInstrumentList()
Get Component list switch (deprecated). 
 | 
Long | 
getIsRelatedLog()
Get Log feature switch. 
 | 
String | 
getLogSet()
Get Log set. 
 | 
String | 
getLogSource()
Get Log source. 
 | 
String | 
getLogTopicID()
Get Log topic. 
 | 
String | 
getOperationNameFilter()
Get API filtering. 
 | 
String | 
getServiceName()
Get Application name    . 
 | 
Boolean | 
getSnapshotEnable()
Get Method stack snapshot switch: true to enable, false to disable. 
 | 
Long | 
getSnapshotTimeout()
Get Slow call listening trigger threshold. 
 | 
Boolean | 
getTraceSquash()
Get Link compression switch (deprecated). 
 | 
String | 
getUrlConvergence()
Get URL convergence rule in the form of a regular expression. 
 | 
Long | 
getUrlConvergenceSwitch()
Get URL convergence switch. 
 | 
Long | 
getUrlConvergenceThreshold()
Get URL convergence threshold. 
 | 
String | 
getUrlExclude()
Get URL exclusion rule in the form of a regular expression. 
 | 
void | 
setAgentEnable(Boolean AgentEnable)
Set Probe master switch. 
 | 
void | 
setErrorCodeFilter(String ErrorCodeFilter)
Set HTTP status code filtering. 
 | 
void | 
setEventEnable(Boolean EventEnable)
Set Application diagnosis switch (deprecated). 
 | 
void | 
setExceptionFilter(String ExceptionFilter)
Set Error type filtering. 
 | 
void | 
setInstanceKey(String InstanceKey)
Set Business system id. 
 | 
void | 
setInstrumentList(Instrument[] InstrumentList)
Set Component list switch (deprecated). 
 | 
void | 
setIsRelatedLog(Long IsRelatedLog)
Set Log feature switch. 
 | 
void | 
setLogSet(String LogSet)
Set Log set. 
 | 
void | 
setLogSource(String LogSource)
Set Log source. 
 | 
void | 
setLogTopicID(String LogTopicID)
Set Log topic. 
 | 
void | 
setOperationNameFilter(String OperationNameFilter)
Set API filtering. 
 | 
void | 
setServiceName(String ServiceName)
Set Application name    . 
 | 
void | 
setSnapshotEnable(Boolean SnapshotEnable)
Set Method stack snapshot switch: true to enable, false to disable. 
 | 
void | 
setSnapshotTimeout(Long SnapshotTimeout)
Set Slow call listening trigger threshold. 
 | 
void | 
setTraceSquash(Boolean TraceSquash)
Set Link compression switch (deprecated). 
 | 
void | 
setUrlConvergence(String UrlConvergence)
Set URL convergence rule in the form of a regular expression. 
 | 
void | 
setUrlConvergenceSwitch(Long UrlConvergenceSwitch)
Set URL convergence switch. 
 | 
void | 
setUrlConvergenceThreshold(Long UrlConvergenceThreshold)
Set URL convergence threshold. 
 | 
void | 
setUrlExclude(String UrlExclude)
Set URL exclusion rule in the form of a regular expression. 
 | 
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 ApmApplicationConfigView()
public ApmApplicationConfigView(ApmApplicationConfigView source)
public String getInstanceKey()
public void setInstanceKey(String InstanceKey)
InstanceKey - Business system id.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName - Application name        .public String getOperationNameFilter()
public void setOperationNameFilter(String OperationNameFilter)
OperationNameFilter - API filtering.public String getExceptionFilter()
public void setExceptionFilter(String ExceptionFilter)
ExceptionFilter - Error type filtering.public String getErrorCodeFilter()
public void setErrorCodeFilter(String ErrorCodeFilter)
ErrorCodeFilter - HTTP status code filtering.public Boolean getEventEnable()
public void setEventEnable(Boolean EventEnable)
EventEnable - Application diagnosis switch (deprecated).public Long getUrlConvergenceSwitch()
public void setUrlConvergenceSwitch(Long UrlConvergenceSwitch)
UrlConvergenceSwitch - URL convergence switch. 0: off; 1: on.public Long getUrlConvergenceThreshold()
public void setUrlConvergenceThreshold(Long UrlConvergenceThreshold)
UrlConvergenceThreshold - URL convergence threshold.public String getUrlConvergence()
public void setUrlConvergence(String UrlConvergence)
UrlConvergence - URL convergence rule in the form of a regular expression.public String getUrlExclude()
public void setUrlExclude(String UrlExclude)
UrlExclude - URL exclusion rule in the form of a regular expression.public Long getIsRelatedLog()
public void setIsRelatedLog(Long IsRelatedLog)
IsRelatedLog - Log feature switch. 0: off; 1: on.public String getLogSource()
public void setLogSource(String LogSource)
LogSource - Log source.public String getLogSet()
public void setLogSet(String LogSet)
LogSet - Log set.public String getLogTopicID()
public void setLogTopicID(String LogTopicID)
LogTopicID - Log topic.public Boolean getSnapshotEnable()
public void setSnapshotEnable(Boolean SnapshotEnable)
SnapshotEnable - Method stack snapshot switch: true to enable, false to disable.public Long getSnapshotTimeout()
public void setSnapshotTimeout(Long SnapshotTimeout)
SnapshotTimeout - Slow call listening trigger threshold.public Boolean getAgentEnable()
public void setAgentEnable(Boolean AgentEnable)
AgentEnable - Probe master switch.public Instrument[] getInstrumentList()
public void setInstrumentList(Instrument[] InstrumentList)
InstrumentList - Component list switch (deprecated).public Boolean getTraceSquash()
public void setTraceSquash(Boolean TraceSquash)
TraceSquash - Link compression switch (deprecated).Copyright © 2025. All rights reserved.