paths = $paths;
}
public function getPaths()
{
return $this->paths;
}
/**
* @param Google_Service_Compute_HttpRouteAction
*/
public function setRouteAction(Google_Service_Compute_HttpRouteAction $routeAction)
{
$this->routeAction = $routeAction;
}
/**
* @return Google_Service_Compute_HttpRouteAction
*/
public function getRouteAction()
{
return $this->routeAction;
}
public function setService($service)
{
$this->service = $service;
}
public function getService()
{
return $this->service;
}
/**
* @param Google_Service_Compute_HttpRedirectAction
*/
public function setUrlRedirect(Google_Service_Compute_HttpRedirectAction $urlRedirect)
{
$this->urlRedirect = $urlRedirect;
}
/**
* @return Google_Service_Compute_HttpRedirectAction
*/
public function getUrlRedirect()
{
return $this->urlRedirect;
}
}