ruạṛ
a ���fG � @ 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 d d� Z dd� Zdd� ZdS )�!SqlStatisticAggregationCollectionz" SQL statistics response. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new SqlStatisticAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_interval_start: The value to assign to the time_interval_start property of this SqlStatisticAggregationCollection. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SqlStatisticAggregationCollection. :type time_interval_end: datetime :param items: The value to assign to the items property of this SqlStatisticAggregationCollection. :type items: list[oci.opsi.models.SqlStatisticAggregation] Zdatetimezlist[SqlStatisticAggregation])�time_interval_start�time_interval_end�itemsZtimeIntervalStartZtimeIntervalEndr N)Z swagger_typesZ attribute_map�_time_interval_start�_time_interval_end�_items)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/opsi/models/sql_statistic_aggregation_collection.py�__init__ s ��z*SqlStatisticAggregationCollection.__init__c C s | j S )a **[Required]** Gets the time_interval_start of this SqlStatisticAggregationCollection. The start timestamp that was passed into the request. :return: The time_interval_start of this SqlStatisticAggregationCollection. :rtype: datetime �r �r r r r r 4 s z5SqlStatisticAggregationCollection.time_interval_startc C s || _ dS )a Sets the time_interval_start of this SqlStatisticAggregationCollection. The start timestamp that was passed into the request. :param time_interval_start: The time_interval_start of this SqlStatisticAggregationCollection. :type: datetime Nr )r r r r r r @ s c C s | j S )a **[Required]** Gets the time_interval_end of this SqlStatisticAggregationCollection. The end timestamp that was passed into the request. :return: The time_interval_end of this SqlStatisticAggregationCollection. :rtype: datetime �r r r r r r L s z3SqlStatisticAggregationCollection.time_interval_endc C s || _ dS )a Sets the time_interval_end of this SqlStatisticAggregationCollection. The end timestamp that was passed into the request. :param time_interval_end: The time_interval_end of this SqlStatisticAggregationCollection. :type: datetime Nr )r r r r r r X s c C s | j S )a0 **[Required]** Gets the items of this SqlStatisticAggregationCollection. Array of SQLs along with its statistics statisfying the query criteria. :return: The items of this SqlStatisticAggregationCollection. :rtype: list[oci.opsi.models.SqlStatisticAggregation] �r r r r r r d s z'SqlStatisticAggregationCollection.itemsc C s || _ dS )a% Sets the items of this SqlStatisticAggregationCollection. Array of SQLs along with its statistics statisfying the query criteria. :param items: The items of this SqlStatisticAggregationCollection. :type: list[oci.opsi.models.SqlStatisticAggregation] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z*SqlStatisticAggregationCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z(SqlStatisticAggregationCollection.__eq__c C s | |k S r r r r r r �__ne__� s z(SqlStatisticAggregationCollection.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"