id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param bool */ public function setIsGsx($isGsx) { $this->isGsx = $isGsx; } /** * @return bool */ public function getIsGsx() { return $this->isGsx; } /** * @param bool */ public function setIsLocal($isLocal) { $this->isLocal = $isLocal; } /** * @return bool */ public function getIsLocal() { return $this->isLocal; } /** * @param bool */ public function setIsPla($isPla) { $this->isPla = $isPla; } /** * @return bool */ public function getIsPla() { return $this->isPla; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId');