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� �Zdd� Z dd� Zdd� ZdS )�CompositeFieldMapz A composite field map. c K sj ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a_ Initializes a new CompositeFieldMap object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.CompositeFieldMap.model_type` attribute of this class is ``COMPOSITE_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 CompositeFieldMap. 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 CompositeFieldMap. :type description: str :param key: The value to assign to the key property of this CompositeFieldMap. :type key: str :param model_version: The value to assign to the model_version property of this CompositeFieldMap. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CompositeFieldMap. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this CompositeFieldMap. :type config_values: oci.data_integration.models.ConfigValues :param object_status: The value to assign to the object_status property of this CompositeFieldMap. :type object_status: int :param field_maps: The value to assign to the field_maps property of this CompositeFieldMap. :type field_maps: list[oci.data_integration.models.FieldMap] �strZParentReferenceZConfigValues�intzlist[FieldMap])Z model_type�description�key� model_version� parent_ref� config_values� object_status� field_mapsZ modelTyper r ZmodelVersionZ parentRefZconfigValuesZobjectStatusZ fieldMapsNZCOMPOSITE_FIELD_MAP) Z swagger_typesZ attribute_mapZ_model_typeZ_description�_key�_model_version�_parent_ref�_config_values�_object_status�_field_maps)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/data_integration/models/composite_field_map.py�__init__ s6 )��zCompositeFieldMap.__init__c C s | j S )z� Gets the key of this CompositeFieldMap. The object key. :return: The key of this CompositeFieldMap. :rtype: str �r �r r r r r Z s zCompositeFieldMap.keyc C s || _ dS )z� Sets the key of this CompositeFieldMap. The object key. :param key: The key of this CompositeFieldMap. :type: str Nr )r r r r r r f s c C s | j S )z� Gets the model_version of this CompositeFieldMap. The object's model version. :return: The model_version of this CompositeFieldMap. :rtype: str �r r r r r r r s zCompositeFieldMap.model_versionc C s || _ dS )z� Sets the model_version of this CompositeFieldMap. The object's model version. :param model_version: The model_version of this CompositeFieldMap. :type: str Nr )r r r r r r ~ s c C s | j S )z� Gets the parent_ref of this CompositeFieldMap. :return: The parent_ref of this CompositeFieldMap. :rtype: oci.data_integration.models.ParentReference �r r r r r r � s zCompositeFieldMap.parent_refc C s || _ dS )z� Sets the parent_ref of this CompositeFieldMap. :param parent_ref: The parent_ref of this CompositeFieldMap. :type: oci.data_integration.models.ParentReference Nr )r r r r r r � s c C s | j S )z� Gets the config_values of this CompositeFieldMap. :return: The config_values of this CompositeFieldMap. :rtype: oci.data_integration.models.ConfigValues �r r r r r r � s zCompositeFieldMap.config_valuesc C s || _ dS )z� Sets the config_values of this CompositeFieldMap. :param config_values: The config_values of this CompositeFieldMap. :type: oci.data_integration.models.ConfigValues Nr! )r r r r r r � s c C s | j S )a Gets the object_status of this CompositeFieldMap. The status of an object that can be set to value 1 for shallow references across objects, other values reserved. :return: The object_status of this CompositeFieldMap. :rtype: int �r r r r r r � s zCompositeFieldMap.object_statusc C s || _ dS )a Sets the object_status of this CompositeFieldMap. The status of an object that can be set to value 1 for shallow references across objects, other values reserved. :param object_status: The object_status of this CompositeFieldMap. :type: int Nr"