public class EnablePrometheusConf extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPath()Get URL path for monitoring | 
| Long | getPort()Get The listening port of the applicaiton | 
| void | setPath(String Path)Set URL path for monitoring | 
| void | setPort(Long Port)Set The listening port of the applicaiton | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic EnablePrometheusConf()
public EnablePrometheusConf(EnablePrometheusConf source)
public Long getPort()
public void setPort(Long Port)
Port - The listening port of the applicaitonpublic String getPath()
public void setPath(String Path)
Path - URL path for monitoringCopyright © 2023. All rights reserved.