Class ClusterExternalServiceInfo

    • Constructor Detail

      • ClusterExternalServiceInfo

        public ClusterExternalServiceInfo()
      • ClusterExternalServiceInfo

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

      • getDependType

        public Long getDependType()
        Get 依赖关系,0:被其他集群依赖,1:依赖其他集群 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DependType 依赖关系,0:被其他集群依赖,1:依赖其他集群 注意:此字段可能返回 null,表示取不到有效值。
      • setDependType

        public void setDependType​(Long DependType)
        Set 依赖关系,0:被其他集群依赖,1:依赖其他集群 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DependType - 依赖关系,0:被其他集群依赖,1:依赖其他集群 注意:此字段可能返回 null,表示取不到有效值。
      • getService

        public String getService()
        Get 共用组件 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Service 共用组件 注意:此字段可能返回 null,表示取不到有效值。
      • setService

        public void setService​(String Service)
        Set 共用组件 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Service - 共用组件 注意:此字段可能返回 null,表示取不到有效值。
      • getClusterId

        public String getClusterId()
        Get 共用集群 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClusterId 共用集群 注意:此字段可能返回 null,表示取不到有效值。
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 共用集群 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClusterId - 共用集群 注意:此字段可能返回 null,表示取不到有效值。
      • getClusterStatus

        public Long getClusterStatus()
        Get 共用集群状态 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClusterStatus 共用集群状态 注意:此字段可能返回 null,表示取不到有效值。
      • setClusterStatus

        public void setClusterStatus​(Long ClusterStatus)
        Set 共用集群状态 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClusterStatus - 共用集群状态 注意:此字段可能返回 null,表示取不到有效值。