public class TemplateMonitor extends AbstractModel
header, skipSign
Constructor and Description |
---|
TemplateMonitor() |
TemplateMonitor(TemplateMonitor 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 |
getMetricChineseName()
Get Metric in Chinese
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMetricId()
Get Monitoring metric ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMetricName()
Get Metric name
|
Long |
getMonitorId()
Get pk
|
Long |
getObjectTypeId()
Get Object type ID of the monitoring metric
|
void |
setMetricChineseName(String MetricChineseName)
Set Metric in Chinese
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMetricId(Long MetricId)
Set Monitoring metric ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMetricName(String MetricName)
Set Metric name
|
void |
setMonitorId(Long MonitorId)
Set pk
|
void |
setObjectTypeId(Long ObjectTypeId)
Set Object type ID of the monitoring metric
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TemplateMonitor()
public TemplateMonitor(TemplateMonitor source)
public Long getMonitorId()
public void setMonitorId(Long MonitorId)
MonitorId
- pkpublic Long getMetricId()
public void setMetricId(Long MetricId)
MetricId
- Monitoring metric ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getObjectTypeId()
public void setObjectTypeId(Long ObjectTypeId)
ObjectTypeId
- Object type ID of the monitoring metricpublic String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Metric namepublic String getMetricChineseName()
public void setMetricChineseName(String MetricChineseName)
MetricChineseName
- Metric in Chinese
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.