Class PrometheusAgentInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.PrometheusAgentInfo
-
public class PrometheusAgentInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClusterId()
Get 集群idString
getClusterType()
Get 集群类型String
getDescribe()
Get 备注void
setClusterId(String ClusterId)
Set 集群idvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PrometheusAgentInfo
public PrometheusAgentInfo()
-
PrometheusAgentInfo
public 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.
-
-
Method Detail
-
getClusterType
public String getClusterType()
Get 集群类型- Returns:
- ClusterType 集群类型
-
setClusterType
public void setClusterType(String ClusterType)
Set 集群类型- Parameters:
ClusterType
- 集群类型
-
getClusterId
public String getClusterId()
Get 集群id- Returns:
- ClusterId 集群id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群id- Parameters:
ClusterId
- 集群id
-
getDescribe
public String getDescribe()
Get 备注- Returns:
- Describe 备注
-
setDescribe
public void setDescribe(String Describe)
Set 备注- Parameters:
Describe
- 备注
-
-