📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_response_time_distribution_aggregation_collection.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 )�0SqlResponseTimeDistributionAggregationCollectionzG SQL response time distribution over the selected time window. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )aa Initializes a new SqlResponseTimeDistributionAggregationCollection 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 SqlResponseTimeDistributionAggregationCollection. :type sql_identifier: str :param id: The value to assign to the id property of this SqlResponseTimeDistributionAggregationCollection. :type id: str :param database_id: The value to assign to the database_id property of this SqlResponseTimeDistributionAggregationCollection. :type database_id: str :param time_interval_start: The value to assign to the time_interval_start property of this SqlResponseTimeDistributionAggregationCollection. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this SqlResponseTimeDistributionAggregationCollection. :type time_interval_end: datetime :param items: The value to assign to the items property of this SqlResponseTimeDistributionAggregationCollection. :type items: list[oci.opsi.models.SqlResponseTimeDistributionAggregation] �strZdatetimez,list[SqlResponseTimeDistributionAggregation])�sql_identifier�id�database_id�time_interval_start�time_interval_end�itemsZ sqlIdentifierr Z databaseIdZtimeIntervalStartZtimeIntervalEndr N)Z swagger_typesZ attribute_map�_sql_identifier�_id�_database_id�_time_interval_start�_time_interval_end�_items)�self�kwargs� r �i/usr/lib/python3.9/site-packages/oci/opsi/models/sql_response_time_distribution_aggregation_collection.py�__init__ s( � � z9SqlResponseTimeDistributionAggregationCollection.__init__c C s | j S )a **[Required]** Gets the sql_identifier of this SqlResponseTimeDistributionAggregationCollection. Unique SQL_ID for a SQL Statement. :return: The sql_identifier of this SqlResponseTimeDistributionAggregationCollection. :rtype: str �r �r r r r r I s z?SqlResponseTimeDistributionAggregationCollection.sql_identifierc C s || _ dS )a Sets the sql_identifier of this SqlResponseTimeDistributionAggregationCollection. Unique SQL_ID for a SQL Statement. :param sql_identifier: The sql_identifier of this SqlResponseTimeDistributionAggregationCollection. :type: str Nr )r r r r r r U s c C s | j S )a] **[Required]** Gets the id of this SqlResponseTimeDistributionAggregationCollection. The `OCID`__ of the database insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this SqlResponseTimeDistributionAggregationCollection. :rtype: str �r r r r r r a s z3SqlResponseTimeDistributionAggregationCollection.idc C s || _ dS )aO Sets the id of this SqlResponseTimeDistributionAggregationCollection. The `OCID`__ of the database insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this SqlResponseTimeDistributionAggregationCollection. :type: str Nr )r r r r r r o s c C s | j S )a^ **[Required]** Gets the database_id of this SqlResponseTimeDistributionAggregationCollection. The `OCID`__ of the database. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The database_id of this SqlResponseTimeDistributionAggregationCollection. :rtype: str �r r r r r r } s z<SqlResponseTimeDistributionAggregationCollection.database_idc C s || _ dS )aY Sets the database_id of this SqlResponseTimeDistributionAggregationCollection. The `OCID`__ of the database. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param database_id: The database_id of this SqlResponseTimeDistributionAggregationCollection. :type: str Nr )r r r r r r � s c C s | j S )a3 **[Required]** Gets the time_interval_start of this SqlResponseTimeDistributionAggregationCollection. The start timestamp that was passed into the request. :return: The time_interval_start of this SqlResponseTimeDistributionAggregationCollection. :rtype: datetime �r r r r r r � s zDSqlResponseTimeDistributionAggregationCollection.time_interval_startc C s || _ dS )a6 Sets the time_interval_start of this SqlResponseTimeDistributionAggregationCollection. The start timestamp that was passed into the request. :param time_interval_start: The time_interval_start of this SqlResponseTimeDistributionAggregationCollection. :type: datetime Nr )r r r r r r � s c C s | j S )a- **[Required]** Gets the time_interval_end of this SqlResponseTimeDistributionAggregationCollection. The end timestamp that was passed into the request. :return: The time_interval_end of this SqlResponseTimeDistributionAggregationCollection. :rtype: datetime �r r r r r r � s zBSqlResponseTimeDistributionAggregationCollection.time_interval_endc C s || _ dS )a. Sets the time_interval_end of this SqlResponseTimeDistributionAggregationCollection. The end timestamp that was passed into the request. :param time_interval_end: The time_interval_end of this SqlResponseTimeDistributionAggregationCollection. :type: datetime Nr )r r r r r r � s c C s | j S )a` **[Required]** Gets the items of this SqlResponseTimeDistributionAggregationCollection. Array of pre defined SQL response time bucket id and SQL executions count. :return: The items of this SqlResponseTimeDistributionAggregationCollection. :rtype: list[oci.opsi.models.SqlResponseTimeDistributionAggregation] �r r r r r r � s z6SqlResponseTimeDistributionAggregationCollection.itemsc C s || _ dS )aU Sets the items of this SqlResponseTimeDistributionAggregationCollection. Array of pre defined SQL response time bucket id and SQL executions count. :param items: The items of this SqlResponseTimeDistributionAggregationCollection. :type: list[oci.opsi.models.SqlResponseTimeDistributionAggregation] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z9SqlResponseTimeDistributionAggregationCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z7SqlResponseTimeDistributionAggregationCollection.__eq__c C s | |k S r r r# r r r �__ne__� s z7SqlResponseTimeDistributionAggregationCollection.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&