📂 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
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_in_sql_tuning_set.cpython-39.pyc
a ���fw � @ 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 ) �SqlInSqlTuningSetz0 Sql information in the Sql tuning set. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new SqlInSqlTuningSet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sql_id: The value to assign to the sql_id property of this SqlInSqlTuningSet. :type sql_id: str :param sql_text: The value to assign to the sql_text property of this SqlInSqlTuningSet. :type sql_text: str :param container_database_id: The value to assign to the container_database_id property of this SqlInSqlTuningSet. :type container_database_id: int :param plan_hash_value: The value to assign to the plan_hash_value property of this SqlInSqlTuningSet. :type plan_hash_value: int :param schema: The value to assign to the schema property of this SqlInSqlTuningSet. :type schema: str :param module: The value to assign to the module property of this SqlInSqlTuningSet. :type module: str :param metrics: The value to assign to the metrics property of this SqlInSqlTuningSet. :type metrics: list[oci.database_management.models.SqlMetrics] �str�intzlist[SqlMetrics])�sql_id�sql_text�container_database_id�plan_hash_value�schema�module�metricsZsqlIdZsqlTextZcontainerDatabaseIdZ planHashValuer r r N) Z swagger_typesZ attribute_map�_sql_id� _sql_text�_container_database_id�_plan_hash_value�_schema�_module�_metrics)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/database_management/models/sql_in_sql_tuning_set.py�__init__ s. #�� zSqlInSqlTuningSet.__init__c C s | j S )z� **[Required]** Gets the sql_id of this SqlInSqlTuningSet. The unique Sql identifier. :return: The sql_id of this SqlInSqlTuningSet. :rtype: str �r �r r r r r P s zSqlInSqlTuningSet.sql_idc C s || _ dS )z� Sets the sql_id of this SqlInSqlTuningSet. The unique Sql identifier. :param sql_id: The sql_id of this SqlInSqlTuningSet. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the sql_text of this SqlInSqlTuningSet. Sql text. :return: The sql_text of this SqlInSqlTuningSet. :rtype: str �r r r r r r h s zSqlInSqlTuningSet.sql_textc C s || _ dS )z� Sets the sql_text of this SqlInSqlTuningSet. Sql text. :param sql_text: The sql_text of this SqlInSqlTuningSet. :type: str Nr )r r r r r r t s c C s | j S )z� Gets the container_database_id of this SqlInSqlTuningSet. The unique container database identifier. :return: The container_database_id of this SqlInSqlTuningSet. :rtype: int �r r r r r r � s z'SqlInSqlTuningSet.container_database_idc C s || _ dS )z� Sets the container_database_id of this SqlInSqlTuningSet. The unique container database identifier. :param container_database_id: The container_database_id of this SqlInSqlTuningSet. :type: int Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the plan_hash_value of this SqlInSqlTuningSet. Plan hash value of the Sql statement. :return: The plan_hash_value of this SqlInSqlTuningSet. :rtype: int �r r r r r r � s z!SqlInSqlTuningSet.plan_hash_valuec C s || _ dS )z� Sets the plan_hash_value of this SqlInSqlTuningSet. Plan hash value of the Sql statement. :param plan_hash_value: The plan_hash_value of this SqlInSqlTuningSet. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the schema of this SqlInSqlTuningSet. The schema name of the Sql. :return: The schema of this SqlInSqlTuningSet. :rtype: str �r r r r r r � s zSqlInSqlTuningSet.schemac C s || _ dS )z� Sets the schema of this SqlInSqlTuningSet. The schema name of the Sql. :param schema: The schema of this SqlInSqlTuningSet. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the module of this SqlInSqlTuningSet. The module of the Sql. :return: The module of this SqlInSqlTuningSet. :rtype: str �r r r r r r � s zSqlInSqlTuningSet.modulec C s || _ dS )z� Sets the module of this SqlInSqlTuningSet. The module of the Sql. :param module: The module of this SqlInSqlTuningSet. :type: str Nr"