maxSupportedAlarms = $maxSupportedAlarms; } /** * @return int */ public function getMaxSupportedAlarms() { return $this->maxSupportedAlarms; } /** * @param bool */ public function setRestrictAlarmsToNextDay($restrictAlarmsToNextDay) { $this->restrictAlarmsToNextDay = $restrictAlarmsToNextDay; } /** * @return bool */ public function getRestrictAlarmsToNextDay() { return $this->restrictAlarmsToNextDay; } /** * @param bool */ public function setSupportsStopAction($supportsStopAction) { $this->supportsStopAction = $supportsStopAction; } /** * @return bool */ public function getSupportsStopAction() { return $this->supportsStopAction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantDevicesPlatformProtoAlarmCapability::class, 'Google_Service_Contentwarehouse_AssistantDevicesPlatformProtoAlarmCapability');