ruạṛ
a N��f!. � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sh e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�FlowNodez� The flow node can be connected to other nodes in a data flow with input and output links and is bound to an opertor which defines the semantics of the node. c K s� ddddddddddddd �| _ d ddd ddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a" Initializes a new FlowNode object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this FlowNode. :type key: str :param model_type: The value to assign to the model_type property of this FlowNode. :type model_type: str :param model_version: The value to assign to the model_version property of this FlowNode. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this FlowNode. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this FlowNode. :type name: str :param description: The value to assign to the description property of this FlowNode. :type description: str :param input_links: The value to assign to the input_links property of this FlowNode. :type input_links: list[oci.data_integration.models.InputLink] :param output_links: The value to assign to the output_links property of this FlowNode. :type output_links: list[oci.data_integration.models.OutputLink] :param operator: The value to assign to the operator property of this FlowNode. :type operator: oci.data_integration.models.Operator :param ui_properties: The value to assign to the ui_properties property of this FlowNode. :type ui_properties: oci.data_integration.models.UIProperties :param config_provider_delegate: The value to assign to the config_provider_delegate property of this FlowNode. :type config_provider_delegate: oci.data_integration.models.ConfigProvider :param object_status: The value to assign to the object_status property of this FlowNode. :type object_status: int �str�ParentReferencezlist[InputLink]zlist[OutputLink]�Operator�UIProperties�ConfigProvider�int)�key� model_type� model_version� parent_ref�name�description�input_links�output_links�operator� ui_properties�config_provider_delegate� object_statusr � modelType�modelVersion� parentRefr r � inputLinks�outputLinksr �uiProperties�configProviderDelegate�objectStatusN)� swagger_types� attribute_map�_key�_model_type�_model_version�_parent_ref�_name�_description�_input_links� _output_links� _operator�_ui_properties�_config_provider_delegate�_object_status)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/flow_node.py�__init__ sL 7��zFlowNode.__init__c C s | j S )z� Gets the key of this FlowNode. The key of the object. :return: The key of this FlowNode. :rtype: str �r# �r/ r1 r1 r2 r q s zFlowNode.keyc C s || _ dS )z� Sets the key of this FlowNode. The key of the object. :param key: The key of this FlowNode. :type: str Nr4 )r/ r r1 r1 r2 r } s c C s | j S )z� Gets the model_type of this FlowNode. The type of the object. :return: The model_type of this FlowNode. :rtype: str �r$ r5 r1 r1 r2 r � s zFlowNode.model_typec C s || _ dS )z� Sets the model_type of this FlowNode. The type of the object. :param model_type: The model_type of this FlowNode. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the model_version of this FlowNode. The model version of an object. :return: The model_version of this FlowNode. :rtype: str �r% r5 r1 r1 r2 r � s zFlowNode.model_versionc C s || _ dS )z� Sets the model_version of this FlowNode. The model version of an object. :param model_version: The model_version of this FlowNode. :type: str Nr7 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the parent_ref of this FlowNode. :return: The parent_ref of this FlowNode. :rtype: oci.data_integration.models.ParentReference �r&