ruạṛ
a ���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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�DataflowApplicationzR Minimum information required to recognize a Dataflow Application object. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DataflowApplication object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param application_id: The value to assign to the application_id property of this DataflowApplication. :type application_id: str :param compartment_id: The value to assign to the compartment_id property of this DataflowApplication. :type compartment_id: str :param config_values: The value to assign to the config_values property of this DataflowApplication. :type config_values: oci.data_integration.models.ConfigValues �strZConfigValues)�application_id�compartment_id� config_valuesZ applicationIdZ compartmentIdZconfigValuesN)Z swagger_typesZ attribute_map�_application_id�_compartment_id�_config_values)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/data_integration/models/dataflow_application.py�__init__ s ��zDataflowApplication.__init__c C s | j S )z� Gets the application_id of this DataflowApplication. The application id for which Oracle Cloud Infrastructure data flow task is to be created. :return: The application_id of this DataflowApplication. :rtype: str �r �r r r r r 4 s z"DataflowApplication.application_idc C s || _ dS )a Sets the application_id of this DataflowApplication. The application id for which Oracle Cloud Infrastructure data flow task is to be created. :param application_id: The application_id of this DataflowApplication. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the compartment_id of this DataflowApplication. The compartmentId id under which Oracle Cloud Infrastructure dataflow application lies. :return: The compartment_id of this DataflowApplication. :rtype: str �r r r r r r L s z"DataflowApplication.compartment_idc C s || _ dS )a Sets the compartment_id of this DataflowApplication. The compartmentId id under which Oracle Cloud Infrastructure dataflow application lies. :param compartment_id: The compartment_id of this DataflowApplication. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the config_values of this DataflowApplication. :return: The config_values of this DataflowApplication. :rtype: oci.data_integration.models.ConfigValues �r r r r r r d s z!DataflowApplication.config_valuesc C s || _ dS )z� Sets the config_values of this DataflowApplication. :param config_values: The config_values of this DataflowApplication. :type: oci.data_integration.models.ConfigValues Nr )r r r r r r n s c C s t | �S �N)r r r r r �__repr__x s zDataflowApplication.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__{ s zDataflowApplication.__eq__c C s | |k S r r r r r r �__ne__� s zDataflowApplication.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"