minNumBathrooms = $minNumBathrooms; } public function getMinNumBathrooms() { return $this->minNumBathrooms; } /** * @param string */ public function setMinNumBedrooms($minNumBedrooms) { $this->minNumBedrooms = $minNumBedrooms; } /** * @return string */ public function getMinNumBedrooms() { return $this->minNumBedrooms; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingLocalRoomConstraint::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingLocalRoomConstraint');