annotatedSpanDevice = $annotatedSpanDevice; } /** * @return string */ public function getAnnotatedSpanDevice() { return $this->annotatedSpanDevice; } /** * @param string */ public function setAnnotatedSpanRoom($annotatedSpanRoom) { $this->annotatedSpanRoom = $annotatedSpanRoom; } /** * @return string */ public function getAnnotatedSpanRoom() { return $this->annotatedSpanRoom; } /** * @param string */ public function setAnnotatedSpanStructure($annotatedSpanStructure) { $this->annotatedSpanStructure = $annotatedSpanStructure; } /** * @return string */ public function getAnnotatedSpanStructure() { return $this->annotatedSpanStructure; } /** * @param string */ public function setProcessedMentionedSpan($processedMentionedSpan) { $this->processedMentionedSpan = $processedMentionedSpan; } /** * @return string */ public function getProcessedMentionedSpan() { return $this->processedMentionedSpan; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantVerticalsHomeautomationProtoDeviceTargetingOutputQueryInfo::class, 'Google_Service_Contentwarehouse_AssistantVerticalsHomeautomationProtoDeviceTargetingOutputQueryInfo');