Class DescribePrometheusConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.DescribePrometheusConfigRequest
-
public class DescribePrometheusConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribePrometheusConfigRequest()
DescribePrometheusConfigRequest(DescribePrometheusConfigRequest 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
getInstanceId()
Get 实例idvoid
setClusterId(String ClusterId)
Set 集群idvoid
setClusterType(String ClusterType)
Set 集群类型void
setInstanceId(String InstanceId)
Set 实例idvoid
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
-
DescribePrometheusConfigRequest
public DescribePrometheusConfigRequest()
-
DescribePrometheusConfigRequest
public DescribePrometheusConfigRequest(DescribePrometheusConfigRequest 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
-
getInstanceId
public String getInstanceId()
Get 实例id- Returns:
- InstanceId 实例id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例id- Parameters:
InstanceId
- 实例id
-
getClusterId
public String getClusterId()
Get 集群id- Returns:
- ClusterId 集群id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群id- Parameters:
ClusterId
- 集群id
-
getClusterType
public String getClusterType()
Get 集群类型- Returns:
- ClusterType 集群类型
-
setClusterType
public void setClusterType(String ClusterType)
Set 集群类型- Parameters:
ClusterType
- 集群类型
-
-