elementIdentifier = $elementIdentifier; } /** * @return string */ public function getElementIdentifier() { return $this->elementIdentifier; } /** * @param string */ public function setElementType($elementType) { $this->elementType = $elementType; } /** * @return string */ public function getElementType() { return $this->elementType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoNodeIdentifier::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoNodeIdentifier');