httpHeader = $httpHeader; } /** * @return string */ public function getHttpHeader() { return $this->httpHeader; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setUrlQueryParameter($urlQueryParameter) { $this->urlQueryParameter = $urlQueryParameter; } /** * @return string */ public function getUrlQueryParameter() { return $this->urlQueryParameter; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SystemParameter::class, 'Google_Service_ServiceConsumerManagement_SystemParameter');