public class DescribeAllNamespacesRequest extends AbstractModel
Constructor and Description |
---|
DescribeAllNamespacesRequest() |
DescribeAllNamespacesRequest(DescribeAllNamespacesRequest 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[] |
getIds()
Get 根据namespace的Id过滤 不填默认查询所有
|
String |
getModule()
Get 固定值,为"monitor"
|
String[] |
getMonitorTypes()
Get 根据监控类型过滤 不填默认查所有类型 "MT_QCE"=云产品监控
|
String |
getSceneType()
Get 根据使用场景过滤 目前仅有"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_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 DescribeAllNamespacesRequest()
public DescribeAllNamespacesRequest(DescribeAllNamespacesRequest source)
public String getSceneType()
public void setSceneType(String SceneType)
SceneType
- 根据使用场景过滤 目前仅有"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.