ruạṛ
a ���ft � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )� ParsedContentz0 Parsed representation of the log file. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ParsedContent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param field_names: The value to assign to the field_names property of this ParsedContent. :type field_names: list[str] :param field_display_names: The value to assign to the field_display_names property of this ParsedContent. :type field_display_names: list[str] :param parsed_field_values: The value to assign to the parsed_field_values property of this ParsedContent. :type parsed_field_values: list[oci.log_analytics.models.ParsedField] :param log_content: The value to assign to the log_content property of this ParsedContent. :type log_content: str :param sample_size: The value to assign to the sample_size property of this ParsedContent. :type sample_size: int :param match_status: The value to assign to the match_status property of this ParsedContent. :type match_status: str z list[str]zlist[ParsedField]�str�int)�field_names�field_display_names�parsed_field_values�log_content�sample_size�match_statusZ fieldNamesZfieldDisplayNamesZparsedFieldValuesZ logContentZ sampleSizeZmatchStatusN)Z swagger_typesZ attribute_map�_field_names�_field_display_names�_parsed_field_values�_log_content�_sample_size� _match_status)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/log_analytics/models/parsed_content.py�__init__ s( � � zParsedContent.__init__c C s | j S )z� Gets the field_names of this ParsedContent. List of field names. :return: The field_names of this ParsedContent. :rtype: list[str] �r �r r r r r I s zParsedContent.field_namesc C s || _ dS )z� Sets the field_names of this ParsedContent. List of field names. :param field_names: The field_names of this ParsedContent. :type: list[str] Nr )r r r r r r U s c C s | j S )z� Gets the field_display_names of this ParsedContent. List of field display names. :return: The field_display_names of this ParsedContent. :rtype: list[str] �r r r r r r a s z!ParsedContent.field_display_namesc C s || _ dS )z� Sets the field_display_names of this ParsedContent. List of field display names. :param field_display_names: The field_display_names of this ParsedContent. :type: list[str] Nr )r r r r r r m s c C s | j S )z� Gets the parsed_field_values of this ParsedContent. Parsed field values. :return: The parsed_field_values of this ParsedContent. :rtype: list[oci.log_analytics.models.ParsedField] �r r r r r r y s z!ParsedContent.parsed_field_valuesc C s || _ dS )z� Sets the parsed_field_values of this ParsedContent. Parsed field values. :param parsed_field_values: The parsed_field_values of this ParsedContent. :type: list[oci.log_analytics.models.ParsedField] Nr )r r r r r r � s c C s | j S )z� Gets the log_content of this ParsedContent. Sample log entries picked up from the given file for validation. :return: The log_content of this ParsedContent. :rtype: str �r r r r r r � s zParsedContent.log_contentc C s || _ dS )z� Sets the log_content of this ParsedContent. Sample log entries picked up from the given file for validation. :param log_content: The log_content of this ParsedContent. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the sample_size of this ParsedContent. Sample Size taken for validation. :return: The sample_size of this ParsedContent. :rtype: int �r r r r r r � s zParsedContent.sample_sizec C s || _ dS )z� Sets the sample_size of this ParsedContent. Sample Size taken for validation. :param sample_size: The sample_size of this ParsedContent. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the match_status of this ParsedContent. Match Status. :return: The match_status of this ParsedContent. :rtype: str �r r r r r r � s zParsedContent.match_statusc C s || _ dS )z� Sets the match_status of this ParsedContent. Match Status. :param match_status: The match_status of this ParsedContent. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zParsedContent.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zParsedContent.__eq__c C s | |k S r! r r$ r r r �__ne__� s zParsedContent.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"