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 |
getDescription()
Get 实例详情
|
Long |
getErrorSample()
Get 是否开启错误采样 0 关 1 开
|
Long |
getErrRateThreshold()
Get 错误率阈值
|
String |
getInstanceId()
Get 实例ID
|
Long |
getIsRelatedLog()
Get 是否开启日志功能 0 关 1 开
|
String |
getLogRegion()
Get 日志地域
|
String |
getLogSet()
Get CLS日志集 | ES集群ID
|
String |
getLogSource()
Get CLS | ES
|
String |
getLogTopicID()
Get CLS日志主题ID | ES 索引名
|
String |
getName()
Get 实例名
|
Boolean |
getOpenBilling()
Get 是否开启计费
|
Long |
getPayMode()
Get 修改计费模式
1为预付费
0为按量付费
|
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 实例ID
|
void |
setIsRelatedLog(Long IsRelatedLog)
Set 是否开启日志功能 0 关 1 开
|
void |
setLogRegion(String LogRegion)
Set 日志地域
|
void |
setLogSet(String LogSet)
Set CLS日志集 | ES集群ID
|
void |
setLogSource(String LogSource)
Set CLS | ES
|
void |
setLogTopicID(String LogTopicID)
Set CLS日志主题ID | ES 索引名
|
void |
setName(String Name)
Set 实例名
|
void |
setOpenBilling(Boolean OpenBilling)
Set 是否开启计费
|
void |
setPayMode(Long PayMode)
Set 修改计费模式
1为预付费
0为按量付费
|
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.
|
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
- 实例IDpublic String getName()
public void setName(String Name)
Name
- 实例名public ApmTag[] getTags()
public void setTags(ApmTag[] Tags)
Tags
- 标签列表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
- 慢请求阈值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 | ES 索引名public String getLogSet()
public void setLogSet(String LogSet)
LogSet
- CLS日志集 | ES集群IDpublic String getLogSource()
public void setLogSource(String LogSource)
LogSource
- CLS | ESpublic String[] getCustomShowTags()
public void setCustomShowTags(String[] CustomShowTags)
CustomShowTags
- 用户自定义展示标签列表public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 修改计费模式
1为预付费
0为按量付费Copyright © 2024. All rights reserved.