matchProbability = $matchProbability; } /** * @return float */ public function getMatchProbability() { return $this->matchProbability; } /** * @param bool */ public function setOtherSlotsMentioned($otherSlotsMentioned) { $this->otherSlotsMentioned = $otherSlotsMentioned; } /** * @return bool */ public function getOtherSlotsMentioned() { return $this->otherSlotsMentioned; } /** * @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(RepositoryWebrefPatternInfo::class, 'Google_Service_Contentwarehouse_RepositoryWebrefPatternInfo');