public class ModifyApmInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyApmInstanceRequest() |
ModifyApmInstanceRequest(ModifyApmInstanceRequest 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[] |
getCustomShowTags()
Get 用户自定义展示标签列表
|
String |
getDashboardTopicID()
Get 关联的 Dashboard ID,开启关联 Dashboard 后才会生效
|
String |
getDescription()
Get 业务系统描述
|
Long |
getErrorSample()
Get 是否开启错误采样(0=关, 1=开)
|
Long |
getErrRateThreshold()
Get 错误率警示线,当应用的平均错误率超出该阈值时,系统会给出异常提示。
|
Long |
getFree()
Get 是否免费(0=付费版;1=TSF 受限免费版;2=免费版),默认0
|
String |
getInstanceId()
Get 业务系统 ID
|
Long |
getIsInstrumentationVulnerabilityScan()
Get 是否开启组件漏洞检测(0=关,1=开)
|
Long |
getIsRelatedDashboard()
Get 是否关联 Dashboard(0=关,1=开)
|
Long |
getIsRelatedLog()
Get 是否开启日志功能(0=关, 1=开)
|
Long |
getIsSqlInjectionAnalysis()
Get 是否开启 SQL 注入检测(0=关,1=开)
|
String |
getLogRegion()
Get 日志地域,开启日志功能后才会生效
|
String |
getLogSet()
Get 日志集,开启日志功能后才会生效
|
String |
getLogSource()
Get 日志源,开启日志功能后才会生效
|
String |
getLogTopicID()
Get CLS 日志主题 ID,开启日志功能后才会生效
|
String |
getName()
Get 业务系统名
|
Boolean |
getOpenBilling()
Get 是否开启计费
|
Long |
getPayMode()
Get 修改计费模式(1为预付费,0为按量付费)
|
Long |
getResponseDurationWarningThreshold()
Get 响应时间警示线
|
Long |
getSampleRate()
Get 采样率(单位:%)
|
Long |
getSlowRequestSavedThreshold()
Get 采样慢调用保存阈值(单位:ms)
|
Long |
getSpanDailyCounters()
Get 业务系统上报额度
|
ApmTag[] |
getTags()
Get Tag 列表
|
Long |
getTraceDuration()
Get Trace 数据保存时长(单位:天)
|
void |
setCustomShowTags(String[] CustomShowTags)
Set 用户自定义展示标签列表
|
void |
setDashboardTopicID(String DashboardTopicID)
Set 关联的 Dashboard ID,开启关联 Dashboard 后才会生效
|
void |
setDescription(String Description)
Set 业务系统描述
|
void |
setErrorSample(Long ErrorSample)
Set 是否开启错误采样(0=关, 1=开)
|
void |
setErrRateThreshold(Long ErrRateThreshold)
Set 错误率警示线,当应用的平均错误率超出该阈值时,系统会给出异常提示。
|
void |
setFree(Long Free)
Set 是否免费(0=付费版;1=TSF 受限免费版;2=免费版),默认0
|
void |
setInstanceId(String InstanceId)
Set 业务系统 ID
|
void |
setIsInstrumentationVulnerabilityScan(Long IsInstrumentationVulnerabilityScan)
Set 是否开启组件漏洞检测(0=关,1=开)
|
void |
setIsRelatedDashboard(Long IsRelatedDashboard)
Set 是否关联 Dashboard(0=关,1=开)
|
void |
setIsRelatedLog(Long IsRelatedLog)
Set 是否开启日志功能(0=关, 1=开)
|
void |
setIsSqlInjectionAnalysis(Long IsSqlInjectionAnalysis)
Set 是否开启 SQL 注入检测(0=关,1=开)
|
void |
setLogRegion(String LogRegion)
Set 日志地域,开启日志功能后才会生效
|
void |
setLogSet(String LogSet)
Set 日志集,开启日志功能后才会生效
|
void |
setLogSource(String LogSource)
Set 日志源,开启日志功能后才会生效
|
void |
setLogTopicID(String LogTopicID)
Set CLS 日志主题 ID,开启日志功能后才会生效
|
void |
setName(String Name)
Set 业务系统名
|
void |
setOpenBilling(Boolean OpenBilling)
Set 是否开启计费
|
void |
setPayMode(Long PayMode)
Set 修改计费模式(1为预付费,0为按量付费)
|
void |
setResponseDurationWarningThreshold(Long ResponseDurationWarningThreshold)
Set 响应时间警示线
|
void |
setSampleRate(Long SampleRate)
Set 采样率(单位:%)
|
void |
setSlowRequestSavedThreshold(Long SlowRequestSavedThreshold)
Set 采样慢调用保存阈值(单位:ms)
|
void |
setSpanDailyCounters(Long SpanDailyCounters)
Set 业务系统上报额度
|
void |
setTags(ApmTag[] Tags)
Set Tag 列表
|
void |
setTraceDuration(Long TraceDuration)
Set Trace 数据保存时长(单位:天)
|
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 ModifyApmInstanceRequest()
public ModifyApmInstanceRequest(ModifyApmInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 业务系统 IDpublic String getName()
public void setName(String Name)
Name
- 业务系统名public ApmTag[] getTags()
public void setTags(ApmTag[] Tags)
Tags
- Tag 列表public String getDescription()
public void setDescription(String Description)
Description
- 业务系统描述public Long getTraceDuration()
public void setTraceDuration(Long TraceDuration)
TraceDuration
- Trace 数据保存时长(单位:天)public Boolean getOpenBilling()
public void setOpenBilling(Boolean OpenBilling)
OpenBilling
- 是否开启计费public Long getSpanDailyCounters()
public void setSpanDailyCounters(Long SpanDailyCounters)
SpanDailyCounters
- 业务系统上报额度public Long getErrRateThreshold()
public void setErrRateThreshold(Long ErrRateThreshold)
ErrRateThreshold
- 错误率警示线,当应用的平均错误率超出该阈值时,系统会给出异常提示。public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate
- 采样率(单位:%)public Long getErrorSample()
public void setErrorSample(Long ErrorSample)
ErrorSample
- 是否开启错误采样(0=关, 1=开)public Long getSlowRequestSavedThreshold()
public void setSlowRequestSavedThreshold(Long SlowRequestSavedThreshold)
SlowRequestSavedThreshold
- 采样慢调用保存阈值(单位:ms)public Long getIsRelatedLog()
public void setIsRelatedLog(Long IsRelatedLog)
IsRelatedLog
- 是否开启日志功能(0=关, 1=开)public String getLogRegion()
public void setLogRegion(String LogRegion)
LogRegion
- 日志地域,开启日志功能后才会生效public String getLogTopicID()
public void setLogTopicID(String LogTopicID)
LogTopicID
- CLS 日志主题 ID,开启日志功能后才会生效public String getLogSet()
public void setLogSet(String LogSet)
LogSet
- 日志集,开启日志功能后才会生效public String getLogSource()
public void setLogSource(String LogSource)
LogSource
- 日志源,开启日志功能后才会生效public String[] getCustomShowTags()
public void setCustomShowTags(String[] CustomShowTags)
CustomShowTags
- 用户自定义展示标签列表public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 修改计费模式(1为预付费,0为按量付费)public Long getResponseDurationWarningThreshold()
public void setResponseDurationWarningThreshold(Long ResponseDurationWarningThreshold)
ResponseDurationWarningThreshold
- 响应时间警示线public Long getFree()
public void setFree(Long Free)
Free
- 是否免费(0=付费版;1=TSF 受限免费版;2=免费版),默认0public Long getIsRelatedDashboard()
public void setIsRelatedDashboard(Long IsRelatedDashboard)
IsRelatedDashboard
- 是否关联 Dashboard(0=关,1=开)public String getDashboardTopicID()
public void setDashboardTopicID(String DashboardTopicID)
DashboardTopicID
- 关联的 Dashboard ID,开启关联 Dashboard 后才会生效public Long getIsSqlInjectionAnalysis()
public void setIsSqlInjectionAnalysis(Long IsSqlInjectionAnalysis)
IsSqlInjectionAnalysis
- 是否开启 SQL 注入检测(0=关,1=开)public Long getIsInstrumentationVulnerabilityScan()
public void setIsInstrumentationVulnerabilityScan(Long IsInstrumentationVulnerabilityScan)
IsInstrumentationVulnerabilityScan
- 是否开启组件漏洞检测(0=关,1=开)Copyright © 2025. All rights reserved.