ruạṛ
a ���fi � @ 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 )�ParseQueryOutputzf Returns a parser agnostic breakdown of a query string for client query string introspection. c K sP ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new ParseQueryOutput object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_query_string: The value to assign to the display_query_string property of this ParseQueryOutput. :type display_query_string: str :param internal_query_string: The value to assign to the internal_query_string property of this ParseQueryOutput. :type internal_query_string: str :param columns: The value to assign to the columns property of this ParseQueryOutput. :type columns: list[oci.log_analytics.models.AbstractColumn] :param response_time_in_ms: The value to assign to the response_time_in_ms property of this ParseQueryOutput. :type response_time_in_ms: int :param time_filter: The value to assign to the time_filter property of this ParseQueryOutput. :type time_filter: oci.log_analytics.models.TimeRange :param commands: The value to assign to the commands property of this ParseQueryOutput. :type commands: list[oci.log_analytics.models.AbstractCommandDescriptor] �strzlist[AbstractColumn]�intZ TimeRangezlist[AbstractCommandDescriptor])�display_query_string�internal_query_string�columns�response_time_in_ms�time_filter�commandsZdisplayQueryStringZinternalQueryStringr ZresponseTimeInMsZ timeFilterr N)Z swagger_typesZ attribute_map�_display_query_string�_internal_query_string�_columns�_response_time_in_ms�_time_filter� _commands)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/log_analytics/models/parse_query_output.py�__init__ s( � � zParseQueryOutput.__init__c C s | j S )a **[Required]** Gets the display_query_string of this ParseQueryOutput. Display string formatted by query builder of user specified query string. :return: The display_query_string of this ParseQueryOutput. :rtype: str �r �r r r r r I s z%ParseQueryOutput.display_query_stringc C s || _ dS )a Sets the display_query_string of this ParseQueryOutput. Display string formatted by query builder of user specified query string. :param display_query_string: The display_query_string of this ParseQueryOutput. :type: str Nr )r r r r r r U s c C s | j S )a **[Required]** Gets the internal_query_string of this ParseQueryOutput. Internal string formatted by query builder of user specified query string. :return: The internal_query_string of this ParseQueryOutput. :rtype: str �r r r r r r a s z&ParseQueryOutput.internal_query_stringc C s || _ dS )a Sets the internal_query_string of this ParseQueryOutput. Internal string formatted by query builder of user specified query string. :param internal_query_string: The internal_query_string of this ParseQueryOutput. :type: str Nr )r r r r r r m s c C s | j S )a Gets the columns of this ParseQueryOutput. List of columns returned by the specified query string as result output. :return: The columns of this ParseQueryOutput. :rtype: list[oci.log_analytics.models.AbstractColumn] �r r r r r r y s zParseQueryOutput.columnsc C s || _ dS )a Sets the columns of this ParseQueryOutput. List of columns returned by the specified query string as result output. :param columns: The columns of this ParseQueryOutput. :type: list[oci.log_analytics.models.AbstractColumn] Nr )r r r r r r � s c C s | j S )z� Gets the response_time_in_ms of this ParseQueryOutput. Operation response time. :return: The response_time_in_ms of this ParseQueryOutput. :rtype: int �r r r r r r � s z$ParseQueryOutput.response_time_in_msc C s || _ dS )z� Sets the response_time_in_ms of this ParseQueryOutput. Operation response time. :param response_time_in_ms: The response_time_in_ms of this ParseQueryOutput. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the time_filter of this ParseQueryOutput. :return: The time_filter of this ParseQueryOutput. :rtype: oci.log_analytics.models.TimeRange �r r r r r r � s zParseQueryOutput.time_filterc C s || _ dS )z� Sets the time_filter of this ParseQueryOutput. :param time_filter: The time_filter of this ParseQueryOutput. :type: oci.log_analytics.models.TimeRange Nr )r r r r r r � s c C s | j S )a Gets the commands of this ParseQueryOutput. List of querylanguage command descriptors, describing the specfied query string. :return: The commands of this ParseQueryOutput. :rtype: list[oci.log_analytics.models.AbstractCommandDescriptor] �r r r r r r � s zParseQueryOutput.commandsc C s || _ dS )a Sets the commands of this ParseQueryOutput. List of querylanguage command descriptors, describing the specfied query string. :param commands: The commands of this ParseQueryOutput. :type: list[oci.log_analytics.models.AbstractCommandDescriptor] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zParseQueryOutput.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zParseQueryOutput.__eq__c C s | |k S r! r r$ r r r �__ne__� s zParseQueryOutput.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"