rawTextFromQuery = $rawTextFromQuery; } /** * @return string */ public function getRawTextFromQuery() { return $this->rawTextFromQuery; } /** * @param int */ public function setRoomCount($roomCount) { $this->roomCount = $roomCount; } /** * @return int */ public function getRoomCount() { return $this->roomCount; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUserDefinedName($userDefinedName) { $this->userDefinedName = $userDefinedName; } /** * @return string */ public function getUserDefinedName() { return $this->userDefinedName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantLogsRoomAnnotationLog::class, 'Google_Service_Contentwarehouse_AssistantLogsRoomAnnotationLog');