onlyIn = $onlyIn; } /** * @return NewsReconServiceLrsQ2lrs2QueryToLrsEntryLocaleRestrict */ public function getOnlyIn() { return $this->onlyIn; } /** * @param string */ public function setPattern($pattern) { $this->pattern = $pattern; } /** * @return string */ public function getPattern() { return $this->pattern; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NewsReconServiceLrsQ2lrs2QueryToLrsEntryPattern::class, 'Google_Service_Contentwarehouse_NewsReconServiceLrsQ2lrs2QueryToLrsEntryPattern');