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 )� MatchInfoz MatchInfo c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MatchInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param matching_log_entry_end_index: The value to assign to the matching_log_entry_end_index property of this MatchInfo. :type matching_log_entry_end_index: int :param regex_score: The value to assign to the regex_score property of this MatchInfo. :type regex_score: int :param step_count: The value to assign to the step_count property of this MatchInfo. :type step_count: int �int)�matching_log_entry_end_index�regex_score� step_countZmatchingLogEntryEndIndexZ regexScoreZ stepCountN)Z swagger_typesZ attribute_map�_matching_log_entry_end_index�_regex_score�_step_count)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/log_analytics/models/match_info.py�__init__ s ��zMatchInfo.__init__c C s | j S )z� Gets the matching_log_entry_end_index of this MatchInfo. The end index of the matching log entry. :return: The matching_log_entry_end_index of this MatchInfo. :rtype: int �r �r r r r r 4 s z&MatchInfo.matching_log_entry_end_indexc C s || _ dS )z� Sets the matching_log_entry_end_index of this MatchInfo. The end index of the matching log entry. :param matching_log_entry_end_index: The matching_log_entry_end_index of this MatchInfo. :type: int Nr )r r r r r r @ s c C s | j S )z� Gets the regex_score of this MatchInfo. The regular expression score. :return: The regex_score of this MatchInfo. :rtype: int �r r r r r r L s zMatchInfo.regex_scorec C s || _ dS )z� Sets the regex_score of this MatchInfo. The regular expression score. :param regex_score: The regex_score of this MatchInfo. :type: int Nr )r r r r r r X s c C s | j S )z� Gets the step_count of this MatchInfo. The step count. :return: The step_count of this MatchInfo. :rtype: int �r r r r r r d s zMatchInfo.step_countc C s || _ dS )z� Sets the step_count of this MatchInfo. The step count. :param step_count: The step_count of this MatchInfo. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zMatchInfo.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zMatchInfo.__eq__c C s | |k S r r r r r r �__ne__� s zMatchInfo.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"