rawTextFromQuery = $rawTextFromQuery; } /** * @return string */ public function getRawTextFromQuery() { return $this->rawTextFromQuery; } /** * @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(AssistantLogsDeviceAnnotationLog::class, 'Google_Service_Contentwarehouse_AssistantLogsDeviceAnnotationLog');