alarms = $alarms; } /** * @return GoogleAssistantEmbeddedV1Alarm[] */ public function getAlarms() { return $this->alarms; } /** * @param string */ public function setSnoozeDuration($snoozeDuration) { $this->snoozeDuration = $snoozeDuration; } /** * @return string */ public function getSnoozeDuration() { return $this->snoozeDuration; } /** * @param string */ public function setStateFetchError($stateFetchError) { $this->stateFetchError = $stateFetchError; } /** * @return string */ public function getStateFetchError() { return $this->stateFetchError; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAssistantEmbeddedV1Alarms::class, 'Google_Service_Contentwarehouse_GoogleAssistantEmbeddedV1Alarms');