Class CommonNamespaceNew

    • Constructor Detail

      • CommonNamespaceNew

        public CommonNamespaceNew()
      • CommonNamespaceNew

        public CommonNamespaceNew​(CommonNamespaceNew 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

      • getId

        public String getId()
        Get 命名空间标示
        Returns:
        Id 命名空间标示
      • setId

        public void setId​(String Id)
        Set 命名空间标示
        Parameters:
        Id - 命名空间标示
      • getName

        public String getName()
        Get 命名空间名称
        Returns:
        Name 命名空间名称
      • setName

        public void setName​(String Name)
        Set 命名空间名称
        Parameters:
        Name - 命名空间名称
      • getMonitorType

        public String getMonitorType()
        Get 监控类型
        Returns:
        MonitorType 监控类型
      • setMonitorType

        public void setMonitorType​(String MonitorType)
        Set 监控类型
        Parameters:
        MonitorType - 监控类型
      • getDimensions

        public DimensionNew[] getDimensions()
        Get 维度信息
        Returns:
        Dimensions 维度信息
      • setDimensions

        public void setDimensions​(DimensionNew[] Dimensions)
        Set 维度信息
        Parameters:
        Dimensions - 维度信息