deviceAnnotation = $deviceAnnotation; } /** * @return AssistantLogsDeviceAnnotationLog */ public function getDeviceAnnotation() { return $this->deviceAnnotation; } /** * @param AssistantLogsDeviceAnnotationLog[] */ public function setDeviceAnnotations($deviceAnnotations) { $this->deviceAnnotations = $deviceAnnotations; } /** * @return AssistantLogsDeviceAnnotationLog[] */ public function getDeviceAnnotations() { return $this->deviceAnnotations; } /** * @param AssistantLogsProviderAnnotationLog */ public function setProviderAnnotation(AssistantLogsProviderAnnotationLog $providerAnnotation) { $this->providerAnnotation = $providerAnnotation; } /** * @return AssistantLogsProviderAnnotationLog */ public function getProviderAnnotation() { return $this->providerAnnotation; } /** * @param AssistantLogsRoomAnnotationLog */ public function setRoomAnnotation(AssistantLogsRoomAnnotationLog $roomAnnotation) { $this->roomAnnotation = $roomAnnotation; } /** * @return AssistantLogsRoomAnnotationLog */ public function getRoomAnnotation() { return $this->roomAnnotation; } /** * @param AssistantLogsRoomAnnotationLog[] */ public function setRoomAnnotations($roomAnnotations) { $this->roomAnnotations = $roomAnnotations; } /** * @return AssistantLogsRoomAnnotationLog[] */ public function getRoomAnnotations() { return $this->roomAnnotations; } /** * @param AssistantLogsStructureAnnotationLog[] */ public function setStructureAnnotations($structureAnnotations) { $this->structureAnnotations = $structureAnnotations; } /** * @return AssistantLogsStructureAnnotationLog[] */ public function getStructureAnnotations() { return $this->structureAnnotations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantLogsQueryAnnotationLog::class, 'Google_Service_Contentwarehouse_AssistantLogsQueryAnnotationLog');