ruạṛ
a N��fg+ � @ 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 @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CsvFormatAttributez# The CSV format attribute. c K s� dddddddddddd�| _ dddddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )a� Initializes a new CsvFormatAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.CsvFormatAttribute.model_type` attribute of this class is ``CSV_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 CsvFormatAttribute. Allowed values for this property are: "JSON_FORMAT", "CSV_FORMAT", "AVRO_FORMAT", "PARQUET_FORMAT" :type model_type: str :param encoding: The value to assign to the encoding property of this CsvFormatAttribute. :type encoding: str :param escape_character: The value to assign to the escape_character property of this CsvFormatAttribute. :type escape_character: str :param delimiter: The value to assign to the delimiter property of this CsvFormatAttribute. :type delimiter: str :param quote_character: The value to assign to the quote_character property of this CsvFormatAttribute. :type quote_character: str :param has_header: The value to assign to the has_header property of this CsvFormatAttribute. :type has_header: bool :param is_file_pattern: The value to assign to the is_file_pattern property of this CsvFormatAttribute. :type is_file_pattern: bool :param timestamp_format: The value to assign to the timestamp_format property of this CsvFormatAttribute. :type timestamp_format: str :param is_quote_all: The value to assign to the is_quote_all property of this CsvFormatAttribute. :type is_quote_all: bool :param is_multiline: The value to assign to the is_multiline property of this CsvFormatAttribute. :type is_multiline: bool :param is_trailing_delimiter: The value to assign to the is_trailing_delimiter property of this CsvFormatAttribute. :type is_trailing_delimiter: bool �str�bool)� model_type�encoding�escape_character� delimiter�quote_character� has_header�is_file_pattern�timestamp_format�is_quote_all�is_multiline�is_trailing_delimiter� modelTyper �escapeCharacterr �quoteCharacter� hasHeader� isFilePattern�timestampFormat� isQuoteAll�isMultiline�isTrailingDelimiterN� CSV_FORMAT) � swagger_types� attribute_map�_model_type� _encoding�_escape_character� _delimiter�_quote_character�_has_header�_is_file_pattern�_timestamp_format� _is_quote_all� _is_multiline�_is_trailing_delimiter)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/csv_format_attribute.py�__init__ sH 5��zCsvFormatAttribute.__init__c C s | j S )z� Gets the encoding of this CsvFormatAttribute. The encoding for the file. :return: The encoding of this CsvFormatAttribute. :rtype: str �r# �r- r/ r/ r0 r m s zCsvFormatAttribute.encodingc C s || _ dS )z� Sets the encoding of this CsvFormatAttribute. The encoding for the file. :param encoding: The encoding of this CsvFormatAttribute. :type: str Nr2 )r- r r/ r/ r0 r y s c C s | j S )z� Gets the escape_character of this CsvFormatAttribute. The escape character for the CSV format. :return: The escape_character of this CsvFormatAttribute. :rtype: str �r$ r3 r/ r/ r0 r � s z#CsvFormatAttribute.escape_characterc C s || _ dS )z� Sets the escape_character of this CsvFormatAttribute. The escape character for the CSV format. :param escape_character: The escape_character of this CsvFormatAttribute. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the delimiter of this CsvFormatAttribute. The delimiter for the CSV format. :return: The delimiter of this CsvFormatAttribute. :rtype: str �r% r3 r/ r/ r0 r � s zCsvFormatAttribute.delimiterc C s || _ dS )z� Sets the delimiter of this CsvFormatAttribute. The delimiter for the CSV format. :param delimiter: The delimiter of this CsvFormatAttribute. :type: str Nr5 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the quote_character of this CsvFormatAttribute. The quote character for the CSV format. :return: The quote_character of this CsvFormatAttribute. :rtype: str �r&