Class DescribeAllNamespacesRequest


  • public class DescribeAllNamespacesRequest
    extends AbstractModel
    • 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过滤 不填默认查询所有