ruạṛ
a ���f.* � @ 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 @ s 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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�DirectFieldMapz, The information about a field map. c K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )a� Initializes a new DirectFieldMap object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DirectFieldMap.model_type` attribute of this class is ``DIRECT_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 DirectFieldMap. 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 DirectFieldMap. :type description: str :param key: The value to assign to the key property of this DirectFieldMap. :type key: str :param model_version: The value to assign to the model_version property of this DirectFieldMap. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this DirectFieldMap. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this DirectFieldMap. :type config_values: oci.data_integration.models.ConfigValues :param source_typed_object: The value to assign to the source_typed_object property of this DirectFieldMap. :type source_typed_object: str :param target_typed_object: The value to assign to the target_typed_object property of this DirectFieldMap. :type target_typed_object: str :param source_scope_reference: The value to assign to the source_scope_reference property of this DirectFieldMap. :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 DirectFieldMap. :type target_scope_reference: oci.data_integration.models.ScopeReference :param object_status: The value to assign to the object_status property of this DirectFieldMap. :type object_status: int �strZParentReferenceZConfigValuesZScopeReference�int)Z model_type�description�key� model_version� parent_ref� config_values�source_typed_object�target_typed_object�source_scope_reference�target_scope_reference� object_statusZ modelTyper r ZmodelVersionZ parentRefZconfigValuesZsourceTypedObjectZtargetTypedObjectZsourceScopeReferenceZtargetScopeReferenceZobjectStatusNZDIRECT_FIELD_MAP) Z swagger_typesZ attribute_mapZ_model_typeZ_description�_key�_model_version�_parent_ref�_config_values�_source_typed_object�_target_typed_object�_source_scope_reference�_target_scope_reference�_object_status)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/data_integration/models/direct_field_map.py�__init__ sH 5��zDirectFieldMap.__init__c C s | j S )z� Gets the key of this DirectFieldMap. The object key. :return: The key of this DirectFieldMap. :rtype: str �r �r r r r! r o s zDirectFieldMap.keyc C s || _ dS )z� Sets the key of this DirectFieldMap. The object key. :param key: The key of this DirectFieldMap. :type: str Nr# )r r r r r! r { s c C s | j S )z� Gets the model_version of this DirectFieldMap. The object's model version. :return: The model_version of this DirectFieldMap. :rtype: str �r r$ r r r! r � s zDirectFieldMap.model_versionc C s || _ dS )z� Sets the model_version of this DirectFieldMap. The object's model version. :param model_version: The model_version of this DirectFieldMap. :type: str Nr% )r r r r r! r � s c C s | j S )z� Gets the parent_ref of this DirectFieldMap. :return: The parent_ref of this DirectFieldMap. :rtype: oci.data_integration.models.ParentReference �r r$ r r r! r � s zDirectFieldMap.parent_refc C s || _ dS )z� Sets the parent_ref of this DirectFieldMap. :param parent_ref: The parent_ref of this DirectFieldMap. :type: oci.data_integration.models.ParentReference Nr&