Class ModifyApmInstanceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apm.v20210622.models.ModifyApmInstanceRequest
-
public class ModifyApmInstanceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getCustomShowTags()
Get 用户自定义展示标签列表String
getDescription()
Get 实例详情Long
getErrorSample()
Get 是否开启错误采样 0 关 1 开Long
getErrRateThreshold()
Get 错误率阈值String
getInstanceId()
Get 实例IDLong
getIsRelatedLog()
Get 是否开启日志功能 0 关 1 开String
getLogRegion()
Get 日志地域String
getLogSet()
Get CLS日志集 | ES集群IDString
getLogSource()
Get CLS | ESString
getLogTopicID()
Get CLS日志主题ID | ES 索引名String
getName()
Get 实例名Boolean
getOpenBilling()
Get 是否开启计费Long
getSampleRate()
Get 采样率Long
getSlowRequestSavedThreshold()
Get 慢请求阈值Long
getSpanDailyCounters()
Get 实例上报额度ApmTag[]
getTags()
Get 标签列表Long
getTraceDuration()
Get Trace数据保存时长void
setCustomShowTags(String[] CustomShowTags)
Set 用户自定义展示标签列表void
setDescription(String Description)
Set 实例详情void
setErrorSample(Long ErrorSample)
Set 是否开启错误采样 0 关 1 开void
setErrRateThreshold(Long ErrRateThreshold)
Set 错误率阈值void
setInstanceId(String InstanceId)
Set 实例IDvoid
setIsRelatedLog(Long IsRelatedLog)
Set 是否开启日志功能 0 关 1 开void
setLogRegion(String LogRegion)
Set 日志地域void
setLogSet(String LogSet)
Set CLS日志集 | ES集群IDvoid
setLogSource(String LogSource)
Set CLS | ESvoid
setLogTopicID(String LogTopicID)
Set CLS日志主题ID | ES 索引名void
setName(String Name)
Set 实例名void
setOpenBilling(Boolean OpenBilling)
Set 是否开启计费void
setSampleRate(Long SampleRate)
Set 采样率void
setSlowRequestSavedThreshold(Long SlowRequestSavedThreshold)
Set 慢请求阈值void
setSpanDailyCounters(Long SpanDailyCounters)
Set 实例上报额度void
setTags(ApmTag[] Tags)
Set 标签列表void
setTraceDuration(Long TraceDuration)
Set Trace数据保存时长void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyApmInstanceRequest
public ModifyApmInstanceRequest()
-
ModifyApmInstanceRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例ID- Returns:
- InstanceId 实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID- Parameters:
InstanceId
- 实例ID
-
getName
public String getName()
Get 实例名- Returns:
- Name 实例名
-
setName
public void setName(String Name)
Set 实例名- Parameters:
Name
- 实例名
-
getTags
public ApmTag[] getTags()
Get 标签列表- Returns:
- Tags 标签列表
-
setTags
public void setTags(ApmTag[] Tags)
Set 标签列表- Parameters:
Tags
- 标签列表
-
getDescription
public String getDescription()
Get 实例详情- Returns:
- Description 实例详情
-
setDescription
public void setDescription(String Description)
Set 实例详情- Parameters:
Description
- 实例详情
-
getTraceDuration
public Long getTraceDuration()
Get Trace数据保存时长- Returns:
- TraceDuration Trace数据保存时长
-
setTraceDuration
public void setTraceDuration(Long TraceDuration)
Set Trace数据保存时长- Parameters:
TraceDuration
- Trace数据保存时长
-
getOpenBilling
public Boolean getOpenBilling()
Get 是否开启计费- Returns:
- OpenBilling 是否开启计费
-
setOpenBilling
public void setOpenBilling(Boolean OpenBilling)
Set 是否开启计费- Parameters:
OpenBilling
- 是否开启计费
-
getSpanDailyCounters
public Long getSpanDailyCounters()
Get 实例上报额度- Returns:
- SpanDailyCounters 实例上报额度
-
setSpanDailyCounters
public void setSpanDailyCounters(Long SpanDailyCounters)
Set 实例上报额度- Parameters:
SpanDailyCounters
- 实例上报额度
-
getErrRateThreshold
public Long getErrRateThreshold()
Get 错误率阈值- Returns:
- ErrRateThreshold 错误率阈值
-
setErrRateThreshold
public void setErrRateThreshold(Long ErrRateThreshold)
Set 错误率阈值- Parameters:
ErrRateThreshold
- 错误率阈值
-
getSampleRate
public Long getSampleRate()
Get 采样率- Returns:
- SampleRate 采样率
-
setSampleRate
public void setSampleRate(Long SampleRate)
Set 采样率- Parameters:
SampleRate
- 采样率
-
getErrorSample
public Long getErrorSample()
Get 是否开启错误采样 0 关 1 开- Returns:
- ErrorSample 是否开启错误采样 0 关 1 开
-
setErrorSample
public void setErrorSample(Long ErrorSample)
Set 是否开启错误采样 0 关 1 开- Parameters:
ErrorSample
- 是否开启错误采样 0 关 1 开
-
getSlowRequestSavedThreshold
public Long getSlowRequestSavedThreshold()
Get 慢请求阈值- Returns:
- SlowRequestSavedThreshold 慢请求阈值
-
setSlowRequestSavedThreshold
public void setSlowRequestSavedThreshold(Long SlowRequestSavedThreshold)
Set 慢请求阈值- Parameters:
SlowRequestSavedThreshold
- 慢请求阈值
-
getIsRelatedLog
public Long getIsRelatedLog()
Get 是否开启日志功能 0 关 1 开- Returns:
- IsRelatedLog 是否开启日志功能 0 关 1 开
-
setIsRelatedLog
public void setIsRelatedLog(Long IsRelatedLog)
Set 是否开启日志功能 0 关 1 开- Parameters:
IsRelatedLog
- 是否开启日志功能 0 关 1 开
-
getLogRegion
public String getLogRegion()
Get 日志地域- Returns:
- LogRegion 日志地域
-
setLogRegion
public void setLogRegion(String LogRegion)
Set 日志地域- Parameters:
LogRegion
- 日志地域
-
getLogTopicID
public String getLogTopicID()
Get CLS日志主题ID | ES 索引名- Returns:
- LogTopicID CLS日志主题ID | ES 索引名
-
setLogTopicID
public void setLogTopicID(String LogTopicID)
Set CLS日志主题ID | ES 索引名- Parameters:
LogTopicID
- CLS日志主题ID | ES 索引名
-
getLogSet
public String getLogSet()
Get CLS日志集 | ES集群ID- Returns:
- LogSet CLS日志集 | ES集群ID
-
setLogSet
public void setLogSet(String LogSet)
Set CLS日志集 | ES集群ID- Parameters:
LogSet
- CLS日志集 | ES集群ID
-
getLogSource
public String getLogSource()
Get CLS | ES- Returns:
- LogSource CLS | ES
-
setLogSource
public void setLogSource(String LogSource)
Set CLS | ES- Parameters:
LogSource
- CLS | ES
-
getCustomShowTags
public String[] getCustomShowTags()
Get 用户自定义展示标签列表- Returns:
- CustomShowTags 用户自定义展示标签列表
-
setCustomShowTags
public void setCustomShowTags(String[] CustomShowTags)
Set 用户自定义展示标签列表- Parameters:
CustomShowTags
- 用户自定义展示标签列表
-
-