public class PrometheusAlertManagerConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
PrometheusAlertManagerConfig() |
PrometheusAlertManagerConfig(PrometheusAlertManagerConfig 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 |
getClusterId()
Get alertmanager部署所在集群ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterType()
Get alertmanager部署所在集群类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUrl()
Get alertmanager url
|
void |
setClusterId(String ClusterId)
Set alertmanager部署所在集群ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterType(String ClusterType)
Set alertmanager部署所在集群类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUrl(String Url)
Set alertmanager url
|
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, toJsonString
public PrometheusAlertManagerConfig()
public PrometheusAlertManagerConfig(PrometheusAlertManagerConfig source)
public String getUrl()
public void setUrl(String Url)
Url
- alertmanager urlpublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- alertmanager部署所在集群类型
注意:此字段可能返回 null,表示取不到有效值。public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- alertmanager部署所在集群ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.