public class EnablePrometheusConf extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 © 2025. All rights reserved.