ruạṛ
a N��fM � @ 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 �str�ParentReference�int� OutputLink�FieldMap� Expression) � model_type�key� model_version� parent_ref� object_status�description�port� from_link� field_map� condition� modelTyper �modelVersion� parentRef�objectStatusr r �fromLink�fieldMapr N�CONDITIONAL_INPUT_LINK)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_object_status�_description�_port� _from_link� _field_map� _condition)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 f 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 Nr1 )r, r r. r. r/ r p 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* r2 r. r. r/ r z 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 Nr3 )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+ r2 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 Nr4 )r, r r. r. r/ r � s c C s t | �S �N)r r2 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 r5 r. r8 r. r. r/ �__ne__� s zConditionalInputLink.__ne__N) �__name__� __module__�__qualname__�__doc__r0 �propertyr �setterr r r6 r: r; r. r. r. r/ r s"