Class DescribeAllNamespacesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.DescribeAllNamespacesRequest
-
public class DescribeAllNamespacesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeAllNamespacesRequest
public DescribeAllNamespacesRequest()
-
DescribeAllNamespacesRequest
public 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.
-
-
Method Detail
-
getSceneType
public String getSceneType()
Get 根据使用场景过滤 目前仅有"ST_ALARM"=告警类型- Returns:
- SceneType 根据使用场景过滤 目前仅有"ST_ALARM"=告警类型
-
setSceneType
public void setSceneType(String SceneType)
Set 根据使用场景过滤 目前仅有"ST_ALARM"=告警类型- Parameters:
SceneType
- 根据使用场景过滤 目前仅有"ST_ALARM"=告警类型
-
getModule
public String getModule()
Get 固定值,为"monitor"- Returns:
- Module 固定值,为"monitor"
-
setModule
public void setModule(String Module)
Set 固定值,为"monitor"- Parameters:
Module
- 固定值,为"monitor"
-
getMonitorTypes
public String[] getMonitorTypes()
Get 根据监控类型过滤 不填默认查所有类型 "MT_QCE"=云产品监控- Returns:
- MonitorTypes 根据监控类型过滤 不填默认查所有类型 "MT_QCE"=云产品监控
-
setMonitorTypes
public void setMonitorTypes(String[] MonitorTypes)
Set 根据监控类型过滤 不填默认查所有类型 "MT_QCE"=云产品监控- Parameters:
MonitorTypes
- 根据监控类型过滤 不填默认查所有类型 "MT_QCE"=云产品监控
-
getIds
public String[] getIds()
Get 根据namespace的Id过滤 不填默认查询所有- Returns:
- Ids 根据namespace的Id过滤 不填默认查询所有
-
setIds
public void setIds(String[] Ids)
Set 根据namespace的Id过滤 不填默认查询所有- Parameters:
Ids
- 根据namespace的Id过滤 不填默认查询所有
-
-