ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractColumn� )�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 )�TableColumnz> Result column that contains a table within each row. c K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new TableColumn object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.TableColumn.type` attribute of this class is ``TABLE_COLUMN`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this TableColumn. Allowed values for this property are: "COLUMN", "CHART_COLUMN", "CHART_DATA_COLUMN", "TIME_STATS_COLUMN", "TIME_STATS_DATA_COLUMN", "TIME_CLUSTER_COLUMN", "TIME_CLUSTER_DATA_COLUMN", "TABLE_COLUMN", "TIME_COLUMN", "TREND_COLUMN", "CLASSIFY_COLUMN" :type type: str :param display_name: The value to assign to the display_name property of this TableColumn. :type display_name: str :param sub_system: The value to assign to the sub_system property of this TableColumn. Allowed values for this property are: "LOG" :type sub_system: str :param values: The value to assign to the values property of this TableColumn. :type values: list[oci.log_analytics.models.FieldValue] :param is_list_of_values: The value to assign to the is_list_of_values property of this TableColumn. :type is_list_of_values: bool :param is_multi_valued: The value to assign to the is_multi_valued property of this TableColumn. :type is_multi_valued: bool :param is_case_sensitive: The value to assign to the is_case_sensitive property of this TableColumn. :type is_case_sensitive: bool :param is_groupable: The value to assign to the is_groupable property of this TableColumn. :type is_groupable: bool :param is_evaluable: The value to assign to the is_evaluable property of this TableColumn. :type is_evaluable: bool :param is_hidden: The value to assign to the is_hidden property of this TableColumn. :type is_hidden: bool :param value_type: The value to assign to the value_type property of this TableColumn. Allowed values for this property are: "BOOLEAN", "STRING", "DOUBLE", "FLOAT", "LONG", "INTEGER", "TIMESTAMP", "FACET", "TABLE" :type value_type: str :param original_display_name: The value to assign to the original_display_name property of this TableColumn. :type original_display_name: str :param internal_name: The value to assign to the internal_name property of this TableColumn. :type internal_name: str :param columns: The value to assign to the columns property of this TableColumn. :type columns: list[oci.log_analytics.models.AbstractColumn] :param result: The value to assign to the result property of this TableColumn. :type result: list[dict(str, object)] :param are_partial_results: The value to assign to the are_partial_results property of this TableColumn. :type are_partial_results: bool �strzlist[FieldValue]�boolzlist[AbstractColumn]zlist[dict(str, object)])�typeZdisplay_nameZ sub_system�valuesZis_list_of_valuesZis_multi_valuedZis_case_sensitiveZis_groupableZis_evaluableZ is_hiddenZ value_typeZoriginal_display_nameZ internal_name�columns�result�are_partial_resultsr ZdisplayNameZ subSystemr ZisListOfValuesZ isMultiValuedZisCaseSensitiveZisGroupableZisEvaluableZisHiddenZ valueTypeZoriginalDisplayNameZinternalNamer r ZarePartialResultsNZTABLE_COLUMN)Z swagger_typesZ attribute_mapZ_typeZ _display_nameZ_sub_systemZ_valuesZ_is_list_of_valuesZ_is_multi_valuedZ_is_case_sensitiveZ _is_groupableZ _is_evaluableZ _is_hiddenZ_value_typeZ_original_display_nameZ_internal_name�_columns�_result�_are_partial_results)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/log_analytics/models/table_column.py�__init__ sf K��zTableColumn.__init__c C s | j S )z� Gets the columns of this TableColumn. Column descriptors for the table result. :return: The columns of this TableColumn. :rtype: list[oci.log_analytics.models.AbstractColumn] �r �r r r r r � s zTableColumn.columnsc C s || _ dS )z� Sets the columns of this TableColumn. Column descriptors for the table result. :param columns: The columns of this TableColumn. :type: list[oci.log_analytics.models.AbstractColumn] Nr )r r r r r r � s c C s | j S )z� Gets the result of this TableColumn. Results data of the table. :return: The result of this TableColumn. :rtype: list[dict(str, object)] �r r r r r r � s zTableColumn.resultc C s || _ dS )z� Sets the result of this TableColumn. Results data of the table. :param result: The result of this TableColumn. :type: list[dict(str, object)] Nr )r r r r r r � s c C s | j S )z� Gets the are_partial_results of this TableColumn. True if query did not complete processing all data. :return: The are_partial_results of this TableColumn. :rtype: bool �r r r r r r � s zTableColumn.are_partial_resultsc C s || _ dS )z� Sets the are_partial_results of this TableColumn. True if query did not complete processing all data. :param are_partial_results: The are_partial_results of this TableColumn. :type: bool Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zTableColumn.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zTableColumn.__eq__c C s | |k S r r r r r r �__ne__� s zTableColumn.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"