/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Replicapool
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Replicapool/Replica.php (1391B)
name = $name;
}
public function getName()
{
return $this->name;
}
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
public function getSelfLink()
{
return $this->selfLink;
}
/**
* @param Google_Service_Replicapool_ReplicaStatus
*/
public function setStatus(Google_Service_Replicapool_ReplicaStatus $status)
{
$this->status = $status;
}
/**
* @return Google_Service_Replicapool_ReplicaStatus
*/
public function getStatus()
{
return $this->status;
}
}