notifications = $notifications; } /** * @return array[] */ public function getNotifications() { return $this->notifications; } /** * @param array[] */ public function setStates($states) { $this->states = $states; } /** * @return array[] */ public function getStates() { return $this->states; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportStateAndNotificationDevice::class, 'Google_Service_HomeGraphService_ReportStateAndNotificationDevice');