reason = $reason; } /** * @return string */ public function getReason() { return $this->reason; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClusterUpgradeGKEUpgradeFeatureCondition::class, 'Google_Service_GKEHub_ClusterUpgradeGKEUpgradeFeatureCondition');