defaultRouteAction = $defaultRouteAction;
}
/**
* @return Google_Service_Compute_HttpRouteAction
*/
public function getDefaultRouteAction()
{
return $this->defaultRouteAction;
}
public function setDefaultService($defaultService)
{
$this->defaultService = $defaultService;
}
public function getDefaultService()
{
return $this->defaultService;
}
/**
* @param Google_Service_Compute_HttpRedirectAction
*/
public function setDefaultUrlRedirect(Google_Service_Compute_HttpRedirectAction $defaultUrlRedirect)
{
$this->defaultUrlRedirect = $defaultUrlRedirect;
}
/**
* @return Google_Service_Compute_HttpRedirectAction
*/
public function getDefaultUrlRedirect()
{
return $this->defaultUrlRedirect;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
/**
* @param Google_Service_Compute_HttpHeaderAction
*/
public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction)
{
$this->headerAction = $headerAction;
}
/**
* @return Google_Service_Compute_HttpHeaderAction
*/
public function getHeaderAction()
{
return $this->headerAction;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_Compute_PathRule[]
*/
public function setPathRules($pathRules)
{
$this->pathRules = $pathRules;
}
/**
* @return Google_Service_Compute_PathRule[]
*/
public function getPathRules()
{
return $this->pathRules;
}
/**
* @param Google_Service_Compute_HttpRouteRule[]
*/
public function setRouteRules($routeRules)
{
$this->routeRules = $routeRules;
}
/**
* @return Google_Service_Compute_HttpRouteRule[]
*/
public function getRouteRules()
{
return $this->routeRules;
}
}