ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�FlowPortLink� )�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 d d� Z dd� Zdd� ZdS )�ConditionalInputLinkz; The information about the conditional input link. c K s~ ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a' Initializes a new ConditionalInputLink object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.ConditionalInputLink.model_type` attribute of this class is ``CONDITIONAL_INPUT_LINK`` 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 ConditionalInputLink. Allowed values for this property are: "CONDITIONAL_INPUT_LINK", "OUTPUT_LINK", "INPUT_LINK" :type model_type: str :param key: The value to assign to the key property of this ConditionalInputLink. :type key: str :param model_version: The value to assign to the model_version property of this ConditionalInputLink. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this ConditionalInputLink. :type parent_ref: oci.data_integration.models.ParentReference :param object_status: The value to assign to the object_status property of this ConditionalInputLink. :type object_status: int :param description: The value to assign to the description property of this ConditionalInputLink. :type description: str :param port: The value to assign to the port property of this ConditionalInputLink. :type port: str :param from_link: The value to assign to the from_link property of this ConditionalInputLink. :type from_link: oci.data_integration.models.OutputLink :param field_map: The value to assign to the field_map property of this ConditionalInputLink. :type field_map: oci.data_integration.models.FieldMap :param condition: The value to assign to the condition property of this ConditionalInputLink. :type condition: oci.data_integration.models.Expression �strZParentReference�intZ OutputLinkZFieldMapZ Expression) Z model_type�keyZ model_versionZ parent_refZ object_status�description�port� from_link� field_map� conditionZ modelTyper ZmodelVersionZ parentRefZobjectStatusr r ZfromLinkZfieldMapr NZCONDITIONAL_INPUT_LINK)Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_refZ_object_statusZ_descriptionZ_port� _from_link� _field_map� _condition)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/data_integration/models/conditional_input_link.py�__init__ sB 1�� zConditionalInputLink.__init__c C s | j S )z� Gets the from_link of this ConditionalInputLink. :return: The from_link of this ConditionalInputLink. :rtype: oci.data_integration.models.OutputLink �r �r r r r r h s zConditionalInputLink.from_linkc C s || _ dS )z� Sets the from_link of this ConditionalInputLink. :param from_link: The from_link of this ConditionalInputLink. :type: oci.data_integration.models.OutputLink Nr )r r r r r r r s c C s | j S )z� Gets the field_map of this ConditionalInputLink. :return: The field_map of this ConditionalInputLink. :rtype: oci.data_integration.models.FieldMap �r r r r r r | s zConditionalInputLink.field_mapc C s || _ dS )z� Sets the field_map of this ConditionalInputLink. :param field_map: The field_map of this ConditionalInputLink. :type: oci.data_integration.models.FieldMap Nr )r r r r r r � s c C s | j S )z� Gets the condition of this ConditionalInputLink. :return: The condition of this ConditionalInputLink. :rtype: oci.data_integration.models.Expression �r r r r r r � s zConditionalInputLink.conditionc C s || _ dS )z� Sets the condition of this ConditionalInputLink. :param condition: The condition of this ConditionalInputLink. :type: oci.data_integration.models.Expression Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zConditionalInputLink.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zConditionalInputLink.__eq__c C s | |k S r r r r r r �__ne__� s zConditionalInputLink.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"