Class LinkPrometheusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcm.v20210413.models.LinkPrometheusRequest
-
public class LinkPrometheusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LinkPrometheusRequest()LinkPrometheusRequest(LinkPrometheusRequest 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 StringgetMeshID()Get 网格IDPrometheusConfiggetPrometheus()Get 配置voidsetMeshID(String MeshID)Set 网格IDvoidsetPrometheus(PrometheusConfig Prometheus)Set 配置voidtoMap(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
-
LinkPrometheusRequest
public LinkPrometheusRequest()
-
LinkPrometheusRequest
public LinkPrometheusRequest(LinkPrometheusRequest 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 网格ID- Returns:
- MeshID 网格ID
-
setMeshID
public void setMeshID(String MeshID)
Set 网格ID- Parameters:
MeshID- 网格ID
-
getPrometheus
public PrometheusConfig getPrometheus()
Get 配置- Returns:
- Prometheus 配置
-
setPrometheus
public void setPrometheus(PrometheusConfig Prometheus)
Set 配置- Parameters:
Prometheus- 配置
-
-