major = $major; } public function getMajor() { return $this->major; } public function setMinor($minor) { $this->minor = $minor; } public function getMinor() { return $this->minor; } public function setPatch($patch) { $this->patch = $patch; } public function getPatch() { return $this->patch; } public function setPrerelease($prerelease) { $this->prerelease = $prerelease; } public function getPrerelease() { return $this->prerelease; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BuildBazelSemverSemVer::class, 'Google_Service_RemoteBuildExecution_BuildBazelSemverSemVer');