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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�VerifyOutputz% Verify acceleration output. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new VerifyOutput object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param scheduled_task_id: The value to assign to the scheduled_task_id property of this VerifyOutput. :type scheduled_task_id: str :param response_time_in_ms: The value to assign to the response_time_in_ms property of this VerifyOutput. :type response_time_in_ms: int :param total_matched_count: The value to assign to the total_matched_count property of this VerifyOutput. :type total_matched_count: int :param total_count: The value to assign to the total_count property of this VerifyOutput. :type total_count: int :param columns: The value to assign to the columns property of this VerifyOutput. :type columns: list[oci.log_analytics.models.ResultColumn] :param results: The value to assign to the results property of this VerifyOutput. :type results: list[dict(str, object)] �str�intzlist[ResultColumn]zlist[dict(str, object)])�scheduled_task_id�response_time_in_ms�total_matched_count�total_count�columns�resultsZscheduledTaskIdZresponseTimeInMsZtotalMatchedCountZ totalCountr r N)Z swagger_typesZ attribute_map�_scheduled_task_id�_response_time_in_ms�_total_matched_count�_total_count�_columns�_results)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/log_analytics/models/verify_output.py�__init__ s( � � zVerifyOutput.__init__c C s | j S )z� **[Required]** Gets the scheduled_task_id of this VerifyOutput. Acceleration task identifier. :return: The scheduled_task_id of this VerifyOutput. :rtype: str �r �r r r r r I s zVerifyOutput.scheduled_task_idc C s || _ dS )z� Sets the scheduled_task_id of this VerifyOutput. Acceleration task identifier. :param scheduled_task_id: The scheduled_task_id of this VerifyOutput. :type: str Nr )r r r r r r U s c C s | j S )z� **[Required]** Gets the response_time_in_ms of this VerifyOutput. Response time in ms. :return: The response_time_in_ms of this VerifyOutput. :rtype: int �r r r r r r a s z VerifyOutput.response_time_in_msc C s || _ dS )z� Sets the response_time_in_ms of this VerifyOutput. Response time in ms. :param response_time_in_ms: The response_time_in_ms of this VerifyOutput. :type: int Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the total_matched_count of this VerifyOutput. Total match count. :return: The total_matched_count of this VerifyOutput. :rtype: int �r r r r r r y s z VerifyOutput.total_matched_countc C s || _ dS )z� Sets the total_matched_count of this VerifyOutput. Total match count. :param total_matched_count: The total_matched_count of this VerifyOutput. :type: int Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the total_count of this VerifyOutput. Total count. :return: The total_count of this VerifyOutput. :rtype: int �r r r r r r � s zVerifyOutput.total_countc C s || _ dS )z� Sets the total_count of this VerifyOutput. Total count. :param total_count: The total_count of this VerifyOutput. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the columns of this VerifyOutput. Acceleration result columns, included if requested (shouldIncludeResults). :return: The columns of this VerifyOutput. :rtype: list[oci.log_analytics.models.ResultColumn] �r r r r r r � s zVerifyOutput.columnsc C s || _ dS )a Sets the columns of this VerifyOutput. Acceleration result columns, included if requested (shouldIncludeResults). :param columns: The columns of this VerifyOutput. :type: list[oci.log_analytics.models.ResultColumn] Nr )r r r r r r � s c C s | j S )z� Gets the results of this VerifyOutput. Acceleration result values, included if requested (shouldIncludeResults). :return: The results of this VerifyOutput. :rtype: list[dict(str, object)] �r r r r r r � s zVerifyOutput.resultsc C s || _ dS )z� Sets the results of this VerifyOutput. Acceleration result values, included if requested (shouldIncludeResults). :param results: The results of this VerifyOutput. :type: list[dict(str, object)] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zVerifyOutput.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zVerifyOutput.__eq__c C s | |k S r! r r$ r r r �__ne__� s zVerifyOutput.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"