public class DescribeBaseMetricsRequest extends AbstractModel
Constructor and Description |
---|
DescribeBaseMetricsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getMetricName()
Get Metric name.
|
String |
getNamespace()
Get Service namespace.
|
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, toJsonString
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 CVMCopyright © 2020. All rights reserved.