fieldIndex = $fieldIndex; } /** * @return int */ public function getFieldIndex() { return $this->fieldIndex; } /** * @param string */ public function setFieldType($fieldType) { $this->fieldType = $fieldType; } /** * @return string */ public function getFieldType() { return $this->fieldType; } /** * @param string */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiInAppNotificationTargetOriginatingField::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiInAppNotificationTargetOriginatingField');