public class DescribeBaseMetricsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeBaseMetricsRequest() | 
| DescribeBaseMetricsRequest(DescribeBaseMetricsRequest 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[] | getDimensions()Get Filter by dimension. | 
| String | getMetricName()Get Metric name. | 
| String | getNamespace()Get Service namespace. | 
| void | setDimensions(String[] Dimensions)Set Filter by dimension. | 
| void | setMetricName(String MetricName)Set Metric name. | 
| void | setNamespace(String Namespace)Set Service namespace. | 
| 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, toJsonStringpublic DescribeBaseMetricsRequest()
public DescribeBaseMetricsRequest(DescribeBaseMetricsRequest source)
public String getNamespace()
public void setNamespace(String Namespace)
Namespace - Service namespace. Tencent Cloud services have different namespaces. For more information on service namespaces, see the monitoring metric documentation of each service. For example, see [CVM Monitoring Metrics](https://intl.cloud.tencent.com/document/product/248/6843?from_cn_redirect=1) for the namespace of CVMpublic String getMetricName()
public void setMetricName(String MetricName)
MetricName - Metric name. Tencent Cloud services have different metric names. For more information on metric names, see the monitoring metric documentation of each service. For example, see [CVM Monitoring Metrics](https://intl.cloud.tencent.com/document/product/248/6843?from_cn_redirect=1) for the metric names of CVMpublic String[] getDimensions()
public void setDimensions(String[] Dimensions)
Dimensions - Filter by dimension. This parameter is optional.Copyright © 2022. All rights reserved.