public class PrometheusAgentInfo extends AbstractModel
Constructor and Description |
---|
PrometheusAgentInfo() |
PrometheusAgentInfo(PrometheusAgentInfo 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 |
getClusterType()
Get 集群类型
|
String |
getDescribe()
Get 备注
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setClusterType(String ClusterType)
Set 集群类型
|
void |
setDescribe(String Describe)
Set 备注
|
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 PrometheusAgentInfo()
public PrometheusAgentInfo(PrometheusAgentInfo source)
public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- 集群类型public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String getDescribe()
public void setDescribe(String Describe)
Describe
- 备注Copyright © 2022. All rights reserved.