public class PrometheusAgentOverview extends AbstractModel
Constructor and Description |
---|
PrometheusAgentOverview() |
PrometheusAgentOverview(PrometheusAgentOverview 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 集群id
|
String |
getClusterName()
Get 集群名称
|
String |
getClusterType()
Get 集群类型
|
String |
getStatus()
Get agent状态
normal = 正常
abnormal = 异常
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setClusterName(String ClusterName)
Set 集群名称
|
void |
setClusterType(String ClusterType)
Set 集群类型
|
void |
setStatus(String Status)
Set agent状态
normal = 正常
abnormal = 异常
|
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, toJsonString
public PrometheusAgentOverview()
public PrometheusAgentOverview(PrometheusAgentOverview source)
public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- 集群类型public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String getStatus()
public void setStatus(String Status)
Status
- agent状态
normal = 正常
abnormal = 异常public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称Copyright © 2021. All rights reserved.