epoch = $epoch; } /** * @return int */ public function getEpoch() { return $this->epoch; } /** * @param string */ public function setFullName($fullName) { $this->fullName = $fullName; } /** * @return string */ public function getFullName() { return $this->fullName; } /** * @param bool */ public function setInclusive($inclusive) { $this->inclusive = $inclusive; } /** * @return bool */ public function getInclusive() { return $this->inclusive; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setRevision($revision) { $this->revision = $revision; } /** * @return string */ public function getRevision() { return $this->revision; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Version::class, 'Google_Service_OnDemandScanning_Version');