Class ModifyTracingConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcm.v20210413.models.ModifyTracingConfigRequest
-
public class ModifyTracingConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyTracingConfigRequest()
ModifyTracingConfigRequest(ModifyTracingConfigRequest 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 APM
getAPM()
Get 腾讯云 APM 服务相关参数Boolean
getEnable()
Get 是否启用调用跟踪String
getMeshId()
Get mesh名字Float
getSampling()
Get 调用跟踪采样值TracingZipkin
getZipkin()
Get 调用追踪Zipkin相关配置void
setAPM(APM APM)
Set 腾讯云 APM 服务相关参数void
setEnable(Boolean Enable)
Set 是否启用调用跟踪void
setMeshId(String MeshId)
Set mesh名字void
setSampling(Float Sampling)
Set 调用跟踪采样值void
setZipkin(TracingZipkin Zipkin)
Set 调用追踪Zipkin相关配置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
-
ModifyTracingConfigRequest
public ModifyTracingConfigRequest()
-
ModifyTracingConfigRequest
public ModifyTracingConfigRequest(ModifyTracingConfigRequest 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
-
getMeshId
public String getMeshId()
Get mesh名字- Returns:
- MeshId mesh名字
-
setMeshId
public void setMeshId(String MeshId)
Set mesh名字- Parameters:
MeshId
- mesh名字
-
getEnable
public Boolean getEnable()
Get 是否启用调用跟踪- Returns:
- Enable 是否启用调用跟踪
-
setEnable
public void setEnable(Boolean Enable)
Set 是否启用调用跟踪- Parameters:
Enable
- 是否启用调用跟踪
-
getAPM
public APM getAPM()
Get 腾讯云 APM 服务相关参数- Returns:
- APM 腾讯云 APM 服务相关参数
-
setAPM
public void setAPM(APM APM)
Set 腾讯云 APM 服务相关参数- Parameters:
APM
- 腾讯云 APM 服务相关参数
-
getSampling
public Float getSampling()
Get 调用跟踪采样值- Returns:
- Sampling 调用跟踪采样值
-
setSampling
public void setSampling(Float Sampling)
Set 调用跟踪采样值- Parameters:
Sampling
- 调用跟踪采样值
-
getZipkin
public TracingZipkin getZipkin()
Get 调用追踪Zipkin相关配置- Returns:
- Zipkin 调用追踪Zipkin相关配置
-
setZipkin
public void setZipkin(TracingZipkin Zipkin)
Set 调用追踪Zipkin相关配置- Parameters:
Zipkin
- 调用追踪Zipkin相关配置
-
-