compressedName = $compressedName; } /** * @return string */ public function getCompressedName() { return $this->compressedName; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } /** * @param int */ public function setValueFloat($valueFloat) { $this->valueFloat = $valueFloat; } /** * @return int */ public function getValueFloat() { return $this->valueFloat; } /** * @param int */ public function setValueInt($valueInt) { $this->valueInt = $valueInt; } /** * @return int */ public function getValueInt() { return $this->valueInt; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BiasingPerDocData2BiasingField::class, 'Google_Service_Contentwarehouse_BiasingPerDocData2BiasingField');