public class MonitorTypeNamespace extends AbstractModel
| Constructor and Description |
|---|
MonitorTypeNamespace() |
MonitorTypeNamespace(MonitorTypeNamespace 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 |
getMonitorType()
Get 监控类型
|
String |
getNamespace()
Get 策略类型值
|
void |
setMonitorType(String MonitorType)
Set 监控类型
|
void |
setNamespace(String Namespace)
Set 策略类型值
|
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 MonitorTypeNamespace()
public MonitorTypeNamespace(MonitorTypeNamespace source)
public String getMonitorType()
public void setMonitorType(String MonitorType)
MonitorType - 监控类型public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 策略类型值Copyright © 2021. All rights reserved.