dataType = $dataType; } /** * @return string */ public function getDataType() { return $this->dataType; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param bool */ public function setMasked($masked) { $this->masked = $masked; } /** * @return bool */ public function getMasked() { return $this->masked; } /** * @param EnterpriseCrmFrontendsEventbusProtoParameterValueType */ public function setValue(EnterpriseCrmFrontendsEventbusProtoParameterValueType $value) { $this->value = $value; } /** * @return EnterpriseCrmFrontendsEventbusProtoParameterValueType */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmFrontendsEventbusProtoParameterEntry::class, 'Google_Service_Integrations_EnterpriseCrmFrontendsEventbusProtoParameterEntry');