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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�ChartDataColumnzC A data series specific to a particular link output field. c K s� dddddddddddddddd�| _ dddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a; Initializes a new ChartDataColumn object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.ChartDataColumn.type` attribute of this class is ``CHART_DATA_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 ChartDataColumn. 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 ChartDataColumn. :type display_name: str :param sub_system: The value to assign to the sub_system property of this ChartDataColumn. Allowed values for this property are: "LOG" :type sub_system: str :param values: The value to assign to the values property of this ChartDataColumn. :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 ChartDataColumn. :type is_list_of_values: bool :param is_multi_valued: The value to assign to the is_multi_valued property of this ChartDataColumn. :type is_multi_valued: bool :param is_case_sensitive: The value to assign to the is_case_sensitive property of this ChartDataColumn. :type is_case_sensitive: bool :param is_groupable: The value to assign to the is_groupable property of this ChartDataColumn. :type is_groupable: bool :param is_evaluable: The value to assign to the is_evaluable property of this ChartDataColumn. :type is_evaluable: bool :param is_hidden: The value to assign to the is_hidden property of this ChartDataColumn. :type is_hidden: bool :param value_type: The value to assign to the value_type property of this ChartDataColumn. 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 ChartDataColumn. :type original_display_name: str :param internal_name: The value to assign to the internal_name property of this ChartDataColumn. :type internal_name: str :param data_items: The value to assign to the data_items property of this ChartDataColumn. :type data_items: list[object] :param filtered_data_items: The value to assign to the filtered_data_items property of this ChartDataColumn. :type filtered_data_items: list[object] �strzlist[FieldValue]�boolzlist[object])�typeZdisplay_nameZ sub_system�valuesZis_list_of_valuesZis_multi_valuedZis_case_sensitiveZis_groupableZis_evaluableZ is_hiddenZ value_typeZoriginal_display_nameZ internal_name� data_items�filtered_data_itemsr ZdisplayNameZ subSystemr ZisListOfValuesZ isMultiValuedZisCaseSensitiveZisGroupableZisEvaluableZisHiddenZ valueTypeZoriginalDisplayNameZinternalNameZ dataItemsZfilteredDataItemsNZCHART_DATA_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�_data_items�_filtered_data_items)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/log_analytics/models/chart_data_column.py�__init__ s` G��zChartDataColumn.__init__c C s | j S )z� Gets the data_items of this ChartDataColumn. Data points for each timestamp for a specific link field un-filtered. :return: The data_items of this ChartDataColumn. :rtype: list[object] �r �r r r r r � s zChartDataColumn.data_itemsc C s || _ dS )z� Sets the data_items of this ChartDataColumn. Data points for each timestamp for a specific link field un-filtered. :param data_items: The data_items of this ChartDataColumn. :type: list[object] Nr )r r r r r r � s c C s | j S )a Gets the filtered_data_items of this ChartDataColumn. Data points filtered by query string. May not contain data points for each timestamp due to filtering. :return: The filtered_data_items of this ChartDataColumn. :rtype: list[object] �r r r r r r � s z#ChartDataColumn.filtered_data_itemsc C s || _ dS )a) Sets the filtered_data_items of this ChartDataColumn. Data points filtered by query string. May not contain data points for each timestamp due to filtering. :param filtered_data_items: The filtered_data_items of this ChartDataColumn. :type: list[object] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zChartDataColumn.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zChartDataColumn.__eq__c C s | |k S r r r r r r �__ne__� s zChartDataColumn.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s { r N) Zabstract_columnr Zoci.utilr r r Zoci.decoratorsr r r r r r �<module> s
cải xoăn