Class InstanceUpgradeClusterStatus


  • public class InstanceUpgradeClusterStatus
    extends AbstractModel
    • Constructor Detail

      • InstanceUpgradeClusterStatus

        public InstanceUpgradeClusterStatus()
      • InstanceUpgradeClusterStatus

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

      • getPodTotal

        public Long getPodTotal()
        Get pod总数
        Returns:
        PodTotal pod总数
      • setPodTotal

        public void setPodTotal​(Long PodTotal)
        Set pod总数
        Parameters:
        PodTotal - pod总数
      • getNotReadyPod

        public Long getNotReadyPod()
        Get NotReady pod总数
        Returns:
        NotReadyPod NotReady pod总数
      • setNotReadyPod

        public void setNotReadyPod​(Long NotReadyPod)
        Set NotReady pod总数
        Parameters:
        NotReadyPod - NotReady pod总数