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 List of custom display tags.
|
String |
getDashboardTopicID()
Get Associated dashboard id, which takes effect after the associated dashboard is enabled.
|
String |
getDescription()
Get Business system description.
|
Long |
getErrorSample()
Get Error sampling switch (0: off, 1: on).
|
Long |
getErrRateThreshold()
Get Error rate warning line.
|
Long |
getFree()
Get Whether it is free (0 = paid edition; 1 = tsf restricted free edition; 2 = free edition), default 0.
|
String |
getInstanceId()
Get Business system id.
|
Long |
getIsInstrumentationVulnerabilityScan()
Get Whether to enable component vulnerability detection (0 = no, 1 = yes).
|
Long |
getIsRelatedDashboard()
Get Whether to associate the dashboard (0 = off, 1 = on).
|
Long |
getIsRelatedLog()
Get Log feature switch (0: off; 1: on).
|
Long |
getIsSqlInjectionAnalysis()
Get SQL injection detection switch (0: off, 1: on).
|
String |
getLogRegion()
Get Log region, which takes effect after the log feature is enabled.
|
String |
getLogSet()
Get Logset, which takes effect only after the log feature is enabled.
|
String |
getLogSource()
Get Log source, which takes effect only after the log feature is enabled.
|
String |
getLogTopicID()
Get CLS log topic id, which takes effect after the log feature is enabled.
|
String |
getName()
Get Business system name.
|
Boolean |
getOpenBilling()
Get Billing switch.
|
Long |
getPayMode()
Get Modify billing mode (1: prepaid, 0: pay-as-you-go).
|
Long |
getResponseDurationWarningThreshold()
Get Response time warning line.
|
Long |
getSampleRate()
Get Sampling rate (unit: %).
|
Long |
getSlowRequestSavedThreshold()
Get Sampling slow call saving threshold (unit: ms).
|
Long |
getSpanDailyCounters()
Get Business system report limit.
|
ApmTag[] |
getTags()
Get Tag list.
|
Long |
getTraceDuration()
Get Retention period of trace data (unit: days).
|
void |
setCustomShowTags(String[] CustomShowTags)
Set List of custom display tags.
|
void |
setDashboardTopicID(String DashboardTopicID)
Set Associated dashboard id, which takes effect after the associated dashboard is enabled.
|
void |
setDescription(String Description)
Set Business system description.
|
void |
setErrorSample(Long ErrorSample)
Set Error sampling switch (0: off, 1: on).
|
void |
setErrRateThreshold(Long ErrRateThreshold)
Set Error rate warning line.
|
void |
setFree(Long Free)
Set Whether it is free (0 = paid edition; 1 = tsf restricted free edition; 2 = free edition), default 0.
|
void |
setInstanceId(String InstanceId)
Set Business system id.
|
void |
setIsInstrumentationVulnerabilityScan(Long IsInstrumentationVulnerabilityScan)
Set Whether to enable component vulnerability detection (0 = no, 1 = yes).
|
void |
setIsRelatedDashboard(Long IsRelatedDashboard)
Set Whether to associate the dashboard (0 = off, 1 = on).
|
void |
setIsRelatedLog(Long IsRelatedLog)
Set Log feature switch (0: off; 1: on).
|
void |
setIsSqlInjectionAnalysis(Long IsSqlInjectionAnalysis)
Set SQL injection detection switch (0: off, 1: on).
|
void |
setLogRegion(String LogRegion)
Set Log region, which takes effect after the log feature is enabled.
|
void |
setLogSet(String LogSet)
Set Logset, which takes effect only after the log feature is enabled.
|
void |
setLogSource(String LogSource)
Set Log source, which takes effect only after the log feature is enabled.
|
void |
setLogTopicID(String LogTopicID)
Set CLS log topic id, which takes effect after the log feature is enabled.
|
void |
setName(String Name)
Set Business system name.
|
void |
setOpenBilling(Boolean OpenBilling)
Set Billing switch.
|
void |
setPayMode(Long PayMode)
Set Modify billing mode (1: prepaid, 0: pay-as-you-go).
|
void |
setResponseDurationWarningThreshold(Long ResponseDurationWarningThreshold)
Set Response time warning line.
|
void |
setSampleRate(Long SampleRate)
Set Sampling rate (unit: %).
|
void |
setSlowRequestSavedThreshold(Long SlowRequestSavedThreshold)
Set Sampling slow call saving threshold (unit: ms).
|
void |
setSpanDailyCounters(Long SpanDailyCounters)
Set Business system report limit.
|
void |
setTags(ApmTag[] Tags)
Set Tag list.
|
void |
setTraceDuration(Long TraceDuration)
Set Retention period of trace data (unit: days).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyApmInstanceRequest()
public ModifyApmInstanceRequest(ModifyApmInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Business system id.public String getName()
public void setName(String Name)
Name
- Business system name.public ApmTag[] getTags()
public void setTags(ApmTag[] Tags)
Tags
- Tag list.public String getDescription()
public void setDescription(String Description)
Description
- Business system description.public Long getTraceDuration()
public void setTraceDuration(Long TraceDuration)
TraceDuration
- Retention period of trace data (unit: days).public Boolean getOpenBilling()
public void setOpenBilling(Boolean OpenBilling)
OpenBilling
- Billing switch.public Long getSpanDailyCounters()
public void setSpanDailyCounters(Long SpanDailyCounters)
SpanDailyCounters
- Business system report limit.public Long getErrRateThreshold()
public void setErrRateThreshold(Long ErrRateThreshold)
ErrRateThreshold
- Error rate warning line. when the average error rate of the application exceeds this threshold, the system will give an abnormal note.public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate
- Sampling rate (unit: %).public Long getErrorSample()
public void setErrorSample(Long ErrorSample)
ErrorSample
- Error sampling switch (0: off, 1: on).public Long getSlowRequestSavedThreshold()
public void setSlowRequestSavedThreshold(Long SlowRequestSavedThreshold)
SlowRequestSavedThreshold
- Sampling slow call saving threshold (unit: ms).public Long getIsRelatedLog()
public void setIsRelatedLog(Long IsRelatedLog)
IsRelatedLog
- Log feature switch (0: off; 1: on).public String getLogRegion()
public void setLogRegion(String LogRegion)
LogRegion
- Log region, which takes effect after the log feature is enabled.public String getLogTopicID()
public void setLogTopicID(String LogTopicID)
LogTopicID
- CLS log topic id, which takes effect after the log feature is enabled.public String getLogSet()
public void setLogSet(String LogSet)
LogSet
- Logset, which takes effect only after the log feature is enabled.public String getLogSource()
public void setLogSource(String LogSource)
LogSource
- Log source, which takes effect only after the log feature is enabled.public String[] getCustomShowTags()
public void setCustomShowTags(String[] CustomShowTags)
CustomShowTags
- List of custom display tags.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Modify billing mode (1: prepaid, 0: pay-as-you-go).public Long getResponseDurationWarningThreshold()
public void setResponseDurationWarningThreshold(Long ResponseDurationWarningThreshold)
ResponseDurationWarningThreshold
- Response time warning line.public Long getFree()
public void setFree(Long Free)
Free
- Whether it is free (0 = paid edition; 1 = tsf restricted free edition; 2 = free edition), default 0.public Long getIsRelatedDashboard()
public void setIsRelatedDashboard(Long IsRelatedDashboard)
IsRelatedDashboard
- Whether to associate the dashboard (0 = off, 1 = on).public String getDashboardTopicID()
public void setDashboardTopicID(String DashboardTopicID)
DashboardTopicID
- Associated dashboard id, which takes effect after the associated dashboard is enabled.public Long getIsSqlInjectionAnalysis()
public void setIsSqlInjectionAnalysis(Long IsSqlInjectionAnalysis)
IsSqlInjectionAnalysis
- SQL injection detection switch (0: off, 1: on).public Long getIsInstrumentationVulnerabilityScan()
public void setIsInstrumentationVulnerabilityScan(Long IsInstrumentationVulnerabilityScan)
IsInstrumentationVulnerabilityScan
- Whether to enable component vulnerability detection (0 = no, 1 = yes).Copyright © 2025. All rights reserved.