billingAccountName = $billingAccountName; } public function getBillingAccountName() { return $this->billingAccountName; } public function setBillingEnabled($billingEnabled) { $this->billingEnabled = $billingEnabled; } public function getBillingEnabled() { return $this->billingEnabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } }