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. Different Tencent Cloud services have different namespaces. For more information on service namespaces, see the monitoring API documentation of each product. For example, you can see [CVM Monitoring APIs](https://cloud.tencent.com/document/api/248/30385) for the namespace of CVM.public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Metric name. Different Tencent Cloud services have different metric names. For more information on service metric names, see the monitoring API documentation of each product. For example, you can see the [CVM Monitoring APIs](https://cloud.tencent.com/document/api/248/30385) for the metric names of CVM.Copyright © 2020. All rights reserved.