public class DescribeAllNamespacesRequest extends AbstractModel
Constructor and Description |
---|
DescribeAllNamespacesRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getIds()
Get 根据namespace的Id过滤 不填默认查询所有
|
String |
getModule()
Get 固定值,为"monitor"
|
String[] |
getMonitorTypes()
Get 根据监控类型过滤 不填默认查所有类型 "MT_QCE"=云产品监控
|
String |
getSceneType()
Get 根据使用场景过滤 "ST_DASHBOARD"=Dashboard类型 或 "ST_ALARM"=告警类型
|
void |
setIds(String[] Ids)
Set 根据namespace的Id过滤 不填默认查询所有
|
void |
setModule(String Module)
Set 固定值,为"monitor"
|
void |
setMonitorTypes(String[] MonitorTypes)
Set 根据监控类型过滤 不填默认查所有类型 "MT_QCE"=云产品监控
|
void |
setSceneType(String SceneType)
Set 根据使用场景过滤 "ST_DASHBOARD"=Dashboard类型 或 "ST_ALARM"=告警类型
|
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 getSceneType()
public void setSceneType(String SceneType)
SceneType
- 根据使用场景过滤 "ST_DASHBOARD"=Dashboard类型 或 "ST_ALARM"=告警类型public String getModule()
public void setModule(String Module)
Module
- 固定值,为"monitor"public String[] getMonitorTypes()
public void setMonitorTypes(String[] MonitorTypes)
MonitorTypes
- 根据监控类型过滤 不填默认查所有类型 "MT_QCE"=云产品监控public String[] getIds()
public void setIds(String[] Ids)
Ids
- 根据namespace的Id过滤 不填默认查询所有Copyright © 2021. All rights reserved.