Class EnablePrometheusConf
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.EnablePrometheusConf
-
public class EnablePrometheusConf extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EnablePrometheusConf()EnablePrometheusConf(EnablePrometheusConf 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 StringgetPath()Get 业务指标暴露的url pathLonggetPort()Get 应用开放的监听端口voidsetPath(String Path)Set 业务指标暴露的url pathvoidsetPort(Long Port)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
-
EnablePrometheusConf
public EnablePrometheusConf()
-
EnablePrometheusConf
public EnablePrometheusConf(EnablePrometheusConf 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
-
getPort
public Long getPort()
Get 应用开放的监听端口- Returns:
- Port 应用开放的监听端口
-
setPort
public void setPort(Long Port)
Set 应用开放的监听端口- Parameters:
Port- 应用开放的监听端口
-
getPath
public String getPath()
Get 业务指标暴露的url path- Returns:
- Path 业务指标暴露的url path
-
setPath
public void setPath(String Path)
Set 业务指标暴露的url path- Parameters:
Path- 业务指标暴露的url path
-
-