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 @ 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 �str�ConfigValues)�application_id�compartment_id� config_values� applicationId� compartmentId�configValuesN)� swagger_types� attribute_map�_application_id�_compartment_id�_config_values)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >