Class DescribePrometheusTargetsTMPRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.DescribePrometheusTargetsTMPRequest
-
public class DescribePrometheusTargetsTMPRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribePrometheusTargetsTMPRequest()
DescribePrometheusTargetsTMPRequest(DescribePrometheusTargetsTMPRequest 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 集群类型Filter[]
getFilters()
Get 过滤条件,当前支持 Name=state Value=up, down, unknownString
getInstanceId()
Get 实例idvoid
setClusterId(String ClusterId)
Set 集群idvoid
setClusterType(String ClusterType)
Set 集群类型void
setFilters(Filter[] Filters)
Set 过滤条件,当前支持 Name=state Value=up, down, unknownvoid
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
-
DescribePrometheusTargetsTMPRequest
public DescribePrometheusTargetsTMPRequest()
-
DescribePrometheusTargetsTMPRequest
public DescribePrometheusTargetsTMPRequest(DescribePrometheusTargetsTMPRequest 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
-
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
-
getFilters
public Filter[] getFilters()
Get 过滤条件,当前支持 Name=state Value=up, down, unknown- Returns:
- Filters 过滤条件,当前支持 Name=state Value=up, down, unknown
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件,当前支持 Name=state Value=up, down, unknown- Parameters:
Filters
- 过滤条件,当前支持 Name=state Value=up, down, unknown
-
-