Class PrometheusAgentInfo

    • Constructor Detail

      • PrometheusAgentInfo

        public PrometheusAgentInfo()
      • PrometheusAgentInfo

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

      • getClusterType

        public String getClusterType()
        Get 集群类型
        Returns:
        ClusterType 集群类型
      • setClusterType

        public void setClusterType​(String ClusterType)
        Set 集群类型
        Parameters:
        ClusterType - 集群类型
      • getClusterId

        public String getClusterId()
        Get 集群id
        Returns:
        ClusterId 集群id
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群id
        Parameters:
        ClusterId - 集群id
      • getDescribe

        public String getDescribe()
        Get 备注
        Returns:
        Describe 备注
      • setDescribe

        public void setDescribe​(String Describe)
        Set 备注
        Parameters:
        Describe - 备注