Class ModifyClusterMachineRequest

    • Constructor Detail

      • ModifyClusterMachineRequest

        public ModifyClusterMachineRequest()
      • ModifyClusterMachineRequest

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

      • getClusterId

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

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

        public MachineInfo[] getServerList()
        Get svr占用的机器
        Returns:
        ServerList svr占用的机器
      • setServerList

        public void setServerList​(MachineInfo[] ServerList)
        Set svr占用的机器
        Parameters:
        ServerList - svr占用的机器
      • getProxyList

        public MachineInfo[] getProxyList()
        Get proxy占用的机器
        Returns:
        ProxyList proxy占用的机器
      • setProxyList

        public void setProxyList​(MachineInfo[] ProxyList)
        Set proxy占用的机器
        Parameters:
        ProxyList - proxy占用的机器
      • getClusterType

        public Long getClusterType()
        Get 集群类型1共享集群2独占集群
        Returns:
        ClusterType 集群类型1共享集群2独占集群
      • setClusterType

        public void setClusterType​(Long ClusterType)
        Set 集群类型1共享集群2独占集群
        Parameters:
        ClusterType - 集群类型1共享集群2独占集群