ruạṛ
a N��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PushDownOperation� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ st e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )�Joinzn The information about the join operator. The join operator links data from multiple inbound sources. � INNER_JOIN� LEFT_JOIN� RIGHT_JOIN� FULL_JOINc K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new Join object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.Join.model_type` attribute of this class is ``JOIN`` 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 Join. Allowed values for this property are: "FILTER", "JOIN", "SELECT", "SORT", "QUERY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param condition: The value to assign to the condition property of this Join. :type condition: str :param policy: The value to assign to the policy property of this Join. Allowed values for this property are: "INNER_JOIN", "LEFT_JOIN", "RIGHT_JOIN", "FULL_JOIN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type policy: str �str)� model_type� condition�policy� modelTyper r N�JOIN)� swagger_types� attribute_map�_model_type� _condition�_policy)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/join.py�__init__ s ��z Join.__init__c C s | j S )z� Gets the condition of this Join. The join condition. :return: The condition of this Join. :rtype: str �r �r r r r r H s zJoin.conditionc C s || _ dS )z� Sets the condition of this Join. The join condition. :param condition: The condition of this Join. :type: str Nr )r r r r r r T s c C s | j S )ab Gets the policy of this Join. The type of join. Allowed values for this property are: "INNER_JOIN", "LEFT_JOIN", "RIGHT_JOIN", "FULL_JOIN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The policy of this Join. :rtype: str )r r r r r r ` s zJoin.policyc C s g d�}t ||�sd}|| _dS )z� Sets the policy of this Join. The type of join. :param policy: The policy of this Join. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r o s c C s t | �S �N)r r r r r �__repr__~ s z Join.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zJoin.__eq__c C s | |k S r! r r$ r r r �__ne__� s zJoin.__ne__N)�__name__� __module__�__qualname__�__doc__�POLICY_INNER_JOIN�POLICY_LEFT_JOIN�POLICY_RIGHT_JOIN�POLICY_FULL_JOINr �propertyr �setterr r"