componentUpgrades = $componentUpgrades; } /** * @return VmwareUpgradeComponent[] */ public function getComponentUpgrades() { return $this->componentUpgrades; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param string */ public function setEstimatedDuration($estimatedDuration) { $this->estimatedDuration = $estimatedDuration; } /** * @return string */ public function getEstimatedDuration() { return $this->estimatedDuration; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param Schedule */ public function setSchedule(Schedule $schedule) { $this->schedule = $schedule; } /** * @return Schedule */ public function getSchedule() { return $this->schedule; } /** * @param string */ public function setStartVersion($startVersion) { $this->startVersion = $startVersion; } /** * @return string */ public function getStartVersion() { return $this->startVersion; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setTargetVersion($targetVersion) { $this->targetVersion = $targetVersion; } /** * @return string */ public function getTargetVersion() { return $this->targetVersion; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUid($uid) { $this->uid = $uid; } /** * @return string */ public function getUid() { return $this->uid; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Upgrade::class, 'Google_Service_VMwareEngine_Upgrade');