executable = $executable; } /** * @return string */ public function getExecutable() { return $this->executable; } /** * @param string */ public function setExecutableVersion($executableVersion) { $this->executableVersion = $executableVersion; } /** * @return string */ public function getExecutableVersion() { return $this->executableVersion; } /** * @param string */ public function setLanguage($language) { $this->language = $language; } /** * @return string */ public function getLanguage() { return $this->language; } /** * @param string */ public function setRulesetName($rulesetName) { $this->rulesetName = $rulesetName; } /** * @return string */ public function getRulesetName() { return $this->rulesetName; } /** * @param string */ public function setSyncTime($syncTime) { $this->syncTime = $syncTime; } /** * @return string */ public function getSyncTime() { return $this->syncTime; } /** * @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(GetReleaseExecutableResponse::class, 'Google_Service_FirebaseRules_GetReleaseExecutableResponse');