ruạṛ
a O��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� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �#SqlPlanInsightAggregationCollectionz% SQL plan insights response. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new SqlPlanInsightAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sql_identifier: The value to assign to the sql_identifier property of this SqlPlanInsightAggregationCollection. :type sql_identifier: str :param id: The value to assign to the id property of this SqlPlanInsightAggregationCollection. :type id: str :param database_id: The value to assign to the database_id property of this SqlPlanInsightAggregationCollection. :type database_id: str :param time_interval_start: The value to assign to the time_interval_start property of this SqlPlanInsightAggregationCollection. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SqlPlanInsightAggregationCollection. :type time_interval_end: datetime :param insights: The value to assign to the insights property of this SqlPlanInsightAggregationCollection. :type insights: list[oci.opsi.models.SqlPlanInsights] :param items: The value to assign to the items property of this SqlPlanInsightAggregationCollection. :type items: list[oci.opsi.models.SqlPlanInsightAggregation] �str�datetimezlist[SqlPlanInsights]zlist[SqlPlanInsightAggregation])�sql_identifier�id�database_id�time_interval_start�time_interval_end�insights�items� sqlIdentifierr � databaseId�timeIntervalStart�timeIntervalEndr r N) � swagger_types� attribute_map�_sql_identifier�_id�_database_id�_time_interval_start�_time_interval_end� _insights�_items)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/sql_plan_insight_aggregation_collection.py�__init__ s. #�� z,SqlPlanInsightAggregationCollection.__init__c C s | j S )z� **[Required]** Gets the sql_identifier of this SqlPlanInsightAggregationCollection. Unique SQL_ID for a SQL Statement. :return: The sql_identifier of this SqlPlanInsightAggregationCollection. :rtype: str �r �r r r r r N s z2SqlPlanInsightAggregationCollection.sql_identifierc C s || _ dS )z� Sets the sql_identifier of this SqlPlanInsightAggregationCollection. Unique SQL_ID for a SQL Statement. :param sql_identifier: The sql_identifier of this SqlPlanInsightAggregationCollection. :type: str Nr"