rewriterType = $rewriterType; } /** * @return string */ public function getRewriterType() { return $this->rewriterType; } /** * @param string */ public function setTemporaryAceTag($temporaryAceTag) { $this->temporaryAceTag = $temporaryAceTag; } /** * @return string */ public function getTemporaryAceTag() { return $this->temporaryAceTag; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpLoggingQusClientCallPathInfo::class, 'Google_Service_Contentwarehouse_NlpLoggingQusClientCallPathInfo');