ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractFormatAttribute� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�ParquetFormatAttributez' The PARQUET format attribute. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) a� Initializes a new ParquetFormatAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.ParquetFormatAttribute.model_type` attribute of this class is ``PARQUET_FORMAT`` 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 ParquetFormatAttribute. Allowed values for this property are: "JSON_FORMAT", "CSV_FORMAT", "AVRO_FORMAT" :type model_type: str :param is_file_pattern: The value to assign to the is_file_pattern property of this ParquetFormatAttribute. :type is_file_pattern: bool :param compression: The value to assign to the compression property of this ParquetFormatAttribute. :type compression: str �str�bool)� model_type�is_file_pattern�compression� modelType� isFilePatternr N�PARQUET_FORMAT)� swagger_types� attribute_map�_model_type�_is_file_pattern�_compression)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/parquet_format_attribute.py�__init__ s ��zParquetFormatAttribute.__init__c C s | j S )z� Gets the compression of this ParquetFormatAttribute. The compression for the file. :return: The compression of this ParquetFormatAttribute. :rtype: str �r �r r r r r 5 s z"ParquetFormatAttribute.compressionc C s || _ dS )z� Sets the compression of this ParquetFormatAttribute. The compression for the file. :param compression: The compression of this ParquetFormatAttribute. :type: str Nr )r r r r r r A s c C s t | �S �N)r r r r r �__repr__M s zParquetFormatAttribute.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__P s zParquetFormatAttribute.__eq__c C s | |k S r r r r r r �__ne__V s zParquetFormatAttribute.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r"