📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
apm_traces
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apm_traces/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: query_result_metadata_summary.cpython-39.pyc
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 )�QueryResultMetadataSummaryzE Summary containing the metadata about the query result set. c K sP ddddddd�| _ dd d ddd d�| _d| _d| _d| _d| _d| _d| _dS )a2 Initializes a new QueryResultMetadataSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param query_result_row_type_summaries: The value to assign to the query_result_row_type_summaries property of this QueryResultMetadataSummary. :type query_result_row_type_summaries: list[oci.apm_traces.models.QueryResultRowTypeSummary] :param source_name: The value to assign to the source_name property of this QueryResultMetadataSummary. :type source_name: str :param query_results_grouped_by: The value to assign to the query_results_grouped_by property of this QueryResultMetadataSummary. :type query_results_grouped_by: list[oci.apm_traces.models.QueryResultsGroupedBySummary] :param query_results_ordered_by: The value to assign to the query_results_ordered_by property of this QueryResultMetadataSummary. :type query_results_ordered_by: list[oci.apm_traces.models.QueryResultsOrderedBySummary] :param query_results_topology_info: The value to assign to the query_results_topology_info property of this QueryResultMetadataSummary. :type query_results_topology_info: oci.apm_traces.models.QueryResultsTopologyInfo :param time_series_interval_in_mins: The value to assign to the time_series_interval_in_mins property of this QueryResultMetadataSummary. :type time_series_interval_in_mins: int zlist[QueryResultRowTypeSummary]�strz"list[QueryResultsGroupedBySummary]z"list[QueryResultsOrderedBySummary]ZQueryResultsTopologyInfo�int)�query_result_row_type_summaries�source_name�query_results_grouped_by�query_results_ordered_by�query_results_topology_info�time_series_interval_in_minsZqueryResultRowTypeSummariesZ sourceNameZqueryResultsGroupedByZqueryResultsOrderedByZqueryResultsTopologyInfoZtimeSeriesIntervalInMinsN)Z swagger_typesZ attribute_map� _query_result_row_type_summaries�_source_name�_query_results_grouped_by�_query_results_ordered_by�_query_results_topology_info�_time_series_interval_in_mins)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/apm_traces/models/query_result_metadata_summary.py�__init__ s( � � z#QueryResultMetadataSummary.__init__c C s | j S )a( Gets the query_result_row_type_summaries of this QueryResultMetadataSummary. A collection of QueryResultRowTypeSummary objects that describe the type and properties of the individual row elements of the query rows being returned. The i-th element in this list contains the QueryResultRowTypeSummary of the i-th key-value pair in the QueryResultRowData map. :return: The query_result_row_type_summaries of this QueryResultMetadataSummary. :rtype: list[oci.apm_traces.models.QueryResultRowTypeSummary] �r �r r r r r I s z:QueryResultMetadataSummary.query_result_row_type_summariesc C s || _ dS )aF Sets the query_result_row_type_summaries of this QueryResultMetadataSummary. A collection of QueryResultRowTypeSummary objects that describe the type and properties of the individual row elements of the query rows being returned. The i-th element in this list contains the QueryResultRowTypeSummary of the i-th key-value pair in the QueryResultRowData map. :param query_result_row_type_summaries: The query_result_row_type_summaries of this QueryResultMetadataSummary. :type: list[oci.apm_traces.models.QueryResultRowTypeSummary] Nr )r r r r r r V s c C s | j S )z� Gets the source_name of this QueryResultMetadataSummary. Source of the query result set (traces, spans, and so on). :return: The source_name of this QueryResultMetadataSummary. :rtype: str �r r r r r r c s z&QueryResultMetadataSummary.source_namec C s || _ dS )z� Sets the source_name of this QueryResultMetadataSummary. Source of the query result set (traces, spans, and so on). :param source_name: The source_name of this QueryResultMetadataSummary. :type: str Nr )r r r r r r o s c C s | j S )a� Gets the query_results_grouped_by of this QueryResultMetadataSummary. Columns or attributes of the query rows which are group by values. This is a list of ResultsGroupedBy summary objects, and the list will contain as many elements as the attributes and aggregate functions in the group by clause in the select query. :return: The query_results_grouped_by of this QueryResultMetadataSummary. :rtype: list[oci.apm_traces.models.QueryResultsGroupedBySummary] �r r r r r r { s z3QueryResultMetadataSummary.query_results_grouped_byc C s || _ dS )a Sets the query_results_grouped_by of this QueryResultMetadataSummary. Columns or attributes of the query rows which are group by values. This is a list of ResultsGroupedBy summary objects, and the list will contain as many elements as the attributes and aggregate functions in the group by clause in the select query. :param query_results_grouped_by: The query_results_grouped_by of this QueryResultMetadataSummary. :type: list[oci.apm_traces.models.QueryResultsGroupedBySummary] Nr )r r r r r r � s c C s | j S )a� Gets the query_results_ordered_by of this QueryResultMetadataSummary. Order by which the query results are organized. This is a list of queryResultsOrderedBy summary objects, and the list will contain more than one OrderedBy summary object, if the sort was multidimensional. :return: The query_results_ordered_by of this QueryResultMetadataSummary. :rtype: list[oci.apm_traces.models.QueryResultsOrderedBySummary] �r r r r r r � s z3QueryResultMetadataSummary.query_results_ordered_byc C s || _ dS )a� Sets the query_results_ordered_by of this QueryResultMetadataSummary. Order by which the query results are organized. This is a list of queryResultsOrderedBy summary objects, and the list will contain more than one OrderedBy summary object, if the sort was multidimensional. :param query_results_ordered_by: The query_results_ordered_by of this QueryResultMetadataSummary. :type: list[oci.apm_traces.models.QueryResultsOrderedBySummary] Nr )r r r r r r � s c C s | j S )z� Gets the query_results_topology_info of this QueryResultMetadataSummary. :return: The query_results_topology_info of this QueryResultMetadataSummary. :rtype: oci.apm_traces.models.QueryResultsTopologyInfo �r r r r r r � s z6QueryResultMetadataSummary.query_results_topology_infoc C s || _ dS )a Sets the query_results_topology_info of this QueryResultMetadataSummary. :param query_results_topology_info: The query_results_topology_info of this QueryResultMetadataSummary. :type: oci.apm_traces.models.QueryResultsTopologyInfo Nr )r r r r r r � s c C s | j S )a Gets the time_series_interval_in_mins of this QueryResultMetadataSummary. Interval for the time series function in minutes. :return: The time_series_interval_in_mins of this QueryResultMetadataSummary. :rtype: int �r r r r r r � s z7QueryResultMetadataSummary.time_series_interval_in_minsc C s || _ dS )a Sets the time_series_interval_in_mins of this QueryResultMetadataSummary. Interval for the time series function in minutes. :param time_series_interval_in_mins: The time_series_interval_in_mins of this QueryResultMetadataSummary. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z#QueryResultMetadataSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z!QueryResultMetadataSummary.__eq__c C s | |k S r! r r$ r r r �__ne__� s z!QueryResultMetadataSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"