floatValue = $floatValue; } public function getFloatValue() { return $this->floatValue; } /** * @param string */ public function setIntValue($intValue) { $this->intValue = $intValue; } /** * @return string */ public function getIntValue() { return $this->intValue; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setStringValue($stringValue) { $this->stringValue = $stringValue; } /** * @return string */ public function getStringValue() { return $this->stringValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSTablesModelStructureModelParametersParameter::class, 'Google_Service_CloudNaturalLanguage_XPSTablesModelStructureModelParametersParameter');