ruạṛ
a N��f62 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�FieldMap� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�DirectNamedFieldMapz A named field map. c K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a Initializes a new DirectNamedFieldMap object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DirectNamedFieldMap.model_type` attribute of this class is ``DIRECT_NAMED_FIELD_MAP`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this DirectNamedFieldMap. Allowed values for this property are: "DIRECT_NAMED_FIELD_MAP", "COMPOSITE_FIELD_MAP", "DIRECT_FIELD_MAP", "RULE_BASED_FIELD_MAP", "CONDITIONAL_COMPOSITE_FIELD_MAP", "NAMED_ENTITY_MAP", "RULE_BASED_ENTITY_MAP" :type model_type: str :param description: The value to assign to the description property of this DirectNamedFieldMap. :type description: str :param key: The value to assign to the key property of this DirectNamedFieldMap. :type key: str :param model_version: The value to assign to the model_version property of this DirectNamedFieldMap. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this DirectNamedFieldMap. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this DirectNamedFieldMap. :type config_values: oci.data_integration.models.ConfigValues :param source_typed_object: The value to assign to the source_typed_object property of this DirectNamedFieldMap. :type source_typed_object: str :param target_typed_object: The value to assign to the target_typed_object property of this DirectNamedFieldMap. :type target_typed_object: str :param source_scope_reference: The value to assign to the source_scope_reference property of this DirectNamedFieldMap. :type source_scope_reference: oci.data_integration.models.ScopeReference :param target_scope_reference: The value to assign to the target_scope_reference property of this DirectNamedFieldMap. :type target_scope_reference: oci.data_integration.models.ScopeReference :param source_field_name: The value to assign to the source_field_name property of this DirectNamedFieldMap. :type source_field_name: str :param target_field_name: The value to assign to the target_field_name property of this DirectNamedFieldMap. :type target_field_name: str :param object_status: The value to assign to the object_status property of this DirectNamedFieldMap. :type object_status: int �str�ParentReference�ConfigValues�ScopeReference�int) � model_type�description�key� model_version� parent_ref� config_values�source_typed_object�target_typed_object�source_scope_reference�target_scope_reference�source_field_name�target_field_name� object_status� modelTyper r �modelVersion� parentRef�configValues�sourceTypedObject�targetTypedObject�sourceScopeReference�targetScopeReference�sourceFieldName�targetFieldName�objectStatusN�DIRECT_NAMED_FIELD_MAP)� swagger_types� attribute_map�_model_type�_description�_key�_model_version�_parent_ref�_config_values�_source_typed_object�_target_typed_object�_source_scope_reference�_target_scope_reference�_source_field_name�_target_field_name�_object_status)�self�kwargs� r8 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/direct_named_field_map.py�__init__ sT =��zDirectNamedFieldMap.__init__c C s | j S )z� Gets the key of this DirectNamedFieldMap. The object key. :return: The key of this DirectNamedFieldMap. :rtype: str �r+ �r6 r8 r8 r9 r { s zDirectNamedFieldMap.keyc C s || _ dS )z� Sets the key of this DirectNamedFieldMap. The object key. :param key: The key of this DirectNamedFieldMap. :type: str Nr; )r6 r r8 r8 r9 r � s c C s | j S )z� Gets the model_version of this DirectNamedFieldMap. The object's model version. :return: The model_version of this DirectNamedFieldMap. :rtype: str �r, r<