booleanValue = $booleanValue; } /** * @return bool */ public function getBooleanValue() { return $this->booleanValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } /** * @param GoogleProtobufEmpty */ public function setEmpty(GoogleProtobufEmpty $empty) { $this->empty = $empty; } /** * @return GoogleProtobufEmpty */ public function getEmpty() { return $this->empty; } /** * @param string */ public function setLongValue($longValue) { $this->longValue = $longValue; } /** * @return string */ public function getLongValue() { return $this->longValue; } /** * @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(EnterpriseCrmCardsCellValue::class, 'Google_Service_Integrations_EnterpriseCrmCardsCellValue');