ruạṛ
a N��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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�RuleBasedEntityMapz! A map of rule patterns. � MAPBYNAME�MAPBYPATTERNc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )aV Initializes a new RuleBasedEntityMap object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.RuleBasedEntityMap.model_type` attribute of this class is ``RULE_BASED_ENTITY_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 RuleBasedEntityMap. 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", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param description: The value to assign to the description property of this RuleBasedEntityMap. :type description: str :param key: The value to assign to the key property of this RuleBasedEntityMap. :type key: str :param model_version: The value to assign to the model_version property of this RuleBasedEntityMap. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this RuleBasedEntityMap. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this RuleBasedEntityMap. :type config_values: oci.data_integration.models.ConfigValues :param map_type: The value to assign to the map_type property of this RuleBasedEntityMap. Allowed values for this property are: "MAPBYNAME", "MAPBYPATTERN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type map_type: str :param from_pattern: The value to assign to the from_pattern property of this RuleBasedEntityMap. :type from_pattern: str :param to_pattern: The value to assign to the to_pattern property of this RuleBasedEntityMap. :type to_pattern: str :param is_java_regex_syntax: The value to assign to the is_java_regex_syntax property of this RuleBasedEntityMap. :type is_java_regex_syntax: bool :param object_status: The value to assign to the object_status property of this RuleBasedEntityMap. :type object_status: int �str�ParentReference�ConfigValues�bool�int)� model_type�description�key� model_version� parent_ref� config_values�map_type�from_pattern� to_pattern�is_java_regex_syntax� object_status� modelTyper r �modelVersion� parentRef�configValues�mapType�fromPattern� toPattern�isJavaRegexSyntax�objectStatusN�RULE_BASED_ENTITY_MAP) � swagger_types� attribute_map�_model_type�_description�_key�_model_version�_parent_ref�_config_values� _map_type� _from_pattern�_to_pattern�_is_java_regex_syntax�_object_status)�self�kwargs� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/rule_based_entity_map.py�__init__ sH 8��zRuleBasedEntityMap.__init__c C s | j S )z� Gets the key of this RuleBasedEntityMap. The object key. :return: The key of this RuleBasedEntityMap. :rtype: str �r) �r2 r4 r4 r5 r x s zRuleBasedEntityMap.keyc C s || _ dS )z� Sets the key of this RuleBasedEntityMap. The object key. :param key: The key of this RuleBasedEntityMap. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the model_version of this RuleBasedEntityMap. The object's model version. :return: The model_version of this RuleBasedEntityMap. :rtype: str �r* r8 r4 r4 r5 r � s z RuleBasedEntityMap.model_versionc C s || _ dS )z� Sets the model_version of this RuleBasedEntityMap. The object's model version. :param model_version: The model_version of this RuleBasedEntityMap. :type: str Nr9 )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the parent_ref of this RuleBasedEntityMap. :return: The parent_ref of this RuleBasedEntityMap. :rtype: oci.data_integration.models.ParentReference �r+ r8 r4 r4 r5 r � s zRuleBasedEntityMap.parent_refc C s || _ dS )z� Sets the parent_ref of this RuleBasedEntityMap. :param parent_ref: The parent_ref of this RuleBasedEntityMap. :type: oci.data_integration.models.ParentReference Nr: )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the config_values of this RuleBasedEntityMap. :return: The config_values of this RuleBasedEntityMap. :rtype: oci.data_integration.models.ConfigValues �r, r8 r4 r4 r5 r � s z RuleBasedEntityMap.config_valuesc C s || _ dS )z� Sets the config_values of this RuleBasedEntityMap. :param config_values: The config_values of this RuleBasedEntityMap. :type: oci.data_integration.models.ConfigValues Nr; )r2 r r4 r4 r5 r � s c C s | j S )a_ Gets the map_type of this RuleBasedEntityMap. mapType Allowed values for this property are: "MAPBYNAME", "MAPBYPATTERN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The map_type of this RuleBasedEntityMap. :rtype: str )r- r8 r4 r4 r5 r � s zRuleBasedEntityMap.map_typec C s ddg}t ||�sd}|| _dS )z� Sets the map_type of this RuleBasedEntityMap. mapType :param map_type: The map_type of this RuleBasedEntityMap. :type: str r r �UNKNOWN_ENUM_VALUEN)r r- )r2 r �allowed_valuesr4 r4 r5 r � s c C s | j S )z� Gets the from_pattern of this RuleBasedEntityMap. The pattern to map from. :return: The from_pattern of this RuleBasedEntityMap. :rtype: str �r. r8 r4 r4 r5 r � s zRuleBasedEntityMap.from_patternc C s || _ dS )z� Sets the from_pattern of this RuleBasedEntityMap. The pattern to map from. :param from_pattern: The from_pattern of this RuleBasedEntityMap. :type: str Nr>