creationTimestamp = $creationTimestamp;
}
public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
/**
* @param Google_Service_Compute_HttpRouteAction
*/
public function setDefaultRouteAction(Google_Service_Compute_HttpRouteAction $defaultRouteAction)
{
$this->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;
}
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
public function getFingerprint()
{
return $this->fingerprint;
}
/**
* @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;
}
/**
* @param Google_Service_Compute_HostRule[]
*/
public function setHostRules($hostRules)
{
$this->hostRules = $hostRules;
}
/**
* @return Google_Service_Compute_HostRule[]
*/
public function getHostRules()
{
return $this->hostRules;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_Compute_PathMatcher[]
*/
public function setPathMatchers($pathMatchers)
{
$this->pathMatchers = $pathMatchers;
}
/**
* @return Google_Service_Compute_PathMatcher[]
*/
public function getPathMatchers()
{
return $this->pathMatchers;
}
public function setRegion($region)
{
$this->region = $region;
}
public function getRegion()
{
return $this->region;
}
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
public function getSelfLink()
{
return $this->selfLink;
}
/**
* @param Google_Service_Compute_UrlMapTest[]
*/
public function setTests($tests)
{
$this->tests = $tests;
}
/**
* @return Google_Service_Compute_UrlMapTest[]
*/
public function getTests()
{
return $this->tests;
}
}