changeReports = $changeReports; } /** * @return Google_Service_ServiceManagement_ChangeReport */ public function getChangeReports() { return $this->changeReports; } /** * @param Google_Service_ServiceManagement_Diagnostic */ public function setDiagnostics($diagnostics) { $this->diagnostics = $diagnostics; } /** * @return Google_Service_ServiceManagement_Diagnostic */ public function getDiagnostics() { return $this->diagnostics; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } }