alarmState = $alarmState; } /** * @return GoogleAssistantEmbeddedV1Alarms */ public function getAlarmState() { return $this->alarmState; } /** * @param string */ public function setContextParams($contextParams) { $this->contextParams = $contextParams; } /** * @return string */ public function getContextParams() { return $this->contextParams; } /** * @param string */ public function setDeviceTime($deviceTime) { $this->deviceTime = $deviceTime; } /** * @return string */ public function getDeviceTime() { return $this->deviceTime; } /** * @param GoogleTypeTimeZone */ public function setDeviceTimeZone(GoogleTypeTimeZone $deviceTimeZone) { $this->deviceTimeZone = $deviceTimeZone; } /** * @return GoogleTypeTimeZone */ public function getDeviceTimeZone() { return $this->deviceTimeZone; } /** * @param bool */ public function setDoNotDisturb($doNotDisturb) { $this->doNotDisturb = $doNotDisturb; } /** * @return bool */ public function getDoNotDisturb() { return $this->doNotDisturb; } /** * @param GoogleAssistantEmbeddedV1FitnessActivities */ public function setFitnessActivitiesState(GoogleAssistantEmbeddedV1FitnessActivities $fitnessActivitiesState) { $this->fitnessActivitiesState = $fitnessActivitiesState; } /** * @return GoogleAssistantEmbeddedV1FitnessActivities */ public function getFitnessActivitiesState() { return $this->fitnessActivitiesState; } /** * @param GoogleAssistantEmbeddedV1Timers */ public function setTimerState(GoogleAssistantEmbeddedV1Timers $timerState) { $this->timerState = $timerState; } /** * @return GoogleAssistantEmbeddedV1Timers */ public function getTimerState() { return $this->timerState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAssistantAccessoryV1DeviceState::class, 'Google_Service_Contentwarehouse_GoogleAssistantAccessoryV1DeviceState');