clusterId = $clusterId; } /** * @return string */ public function getClusterId() { return $this->clusterId; } /** * @param string */ public function setLastMatchingItemId($lastMatchingItemId) { $this->lastMatchingItemId = $lastMatchingItemId; } /** * @return string */ public function getLastMatchingItemId() { return $this->lastMatchingItemId; } /** * @param MultiKey */ public function setLastMatchingItemKey(MultiKey $lastMatchingItemKey) { $this->lastMatchingItemKey = $lastMatchingItemKey; } /** * @return MultiKey */ public function getLastMatchingItemKey() { return $this->lastMatchingItemKey; } /** * @param MultiKey[] */ public function setMatchingItemKey($matchingItemKey) { $this->matchingItemKey = $matchingItemKey; } /** * @return MultiKey[] */ public function getMatchingItemKey() { return $this->matchingItemKey; } /** * @param Rank */ public function setRank(Rank $rank) { $this->rank = $rank; } /** * @return Rank */ public function getRank() { return $this->rank; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FuseboxItemThreadMatchInfo::class, 'Google_Service_CloudSearch_FuseboxItemThreadMatchInfo');