/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceNetworking
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceNetworking/SystemParameter.php (1699B)
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_ServiceNetworking_SystemParameter');