clusterId = $clusterId; } /** * @return string */ public function getClusterId() { return $this->clusterId; } /** * @param int */ public function setIndexForDebugging($indexForDebugging) { $this->indexForDebugging = $indexForDebugging; } /** * @return int */ public function getIndexForDebugging() { return $this->indexForDebugging; } /** * @param string */ public function setReason($reason) { $this->reason = $reason; } /** * @return string */ public function getReason() { return $this->reason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingDocjoinerServingTimeClusterId::class, 'Google_Service_Contentwarehouse_IndexingDocjoinerServingTimeClusterId');