Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
log_analytics
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: match_info.pyc
a O��f3 � @ 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_count�matchingLogEntryEndIndex� regexScore� stepCountN)� swagger_types� attribute_map�_matching_log_entry_end_index�_regex_score�_step_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >