📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_tuning_advisor_task_summary_report_statistics.pyc
a N��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 d d� Z dd� Zdd� ZdS )�+SqlTuningAdvisorTaskSummaryReportStatisticsza The statistics of the statements and findings in the SQL Tuning Advisor summary report. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new SqlTuningAdvisorTaskSummaryReportStatistics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param statement_counts: The value to assign to the statement_counts property of this SqlTuningAdvisorTaskSummaryReportStatistics. :type statement_counts: oci.database_management.models.SqlTuningAdvisorTaskSummaryReportStatementCounts :param finding_counts: The value to assign to the finding_counts property of this SqlTuningAdvisorTaskSummaryReportStatistics. :type finding_counts: oci.database_management.models.SqlTuningAdvisorTaskSummaryFindingCounts :param finding_benefits: The value to assign to the finding_benefits property of this SqlTuningAdvisorTaskSummaryReportStatistics. :type finding_benefits: oci.database_management.models.SqlTuningAdvisorTaskSummaryFindingBenefits �0SqlTuningAdvisorTaskSummaryReportStatementCounts�(SqlTuningAdvisorTaskSummaryFindingCounts�*SqlTuningAdvisorTaskSummaryFindingBenefits)�statement_counts�finding_counts�finding_benefits�statementCounts� findingCounts�findingBenefitsN)� swagger_types� attribute_map�_statement_counts�_finding_counts�_finding_benefits)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/sql_tuning_advisor_task_summary_report_statistics.py�__init__ s ��z4SqlTuningAdvisorTaskSummaryReportStatistics.__init__c C s | j S )a+ **[Required]** Gets the statement_counts of this SqlTuningAdvisorTaskSummaryReportStatistics. :return: The statement_counts of this SqlTuningAdvisorTaskSummaryReportStatistics. :rtype: oci.database_management.models.SqlTuningAdvisorTaskSummaryReportStatementCounts �r �r r r r r 2 s z<SqlTuningAdvisorTaskSummaryReportStatistics.statement_countsc C s || _ dS )a+ Sets the statement_counts of this SqlTuningAdvisorTaskSummaryReportStatistics. :param statement_counts: The statement_counts of this SqlTuningAdvisorTaskSummaryReportStatistics. :type: oci.database_management.models.SqlTuningAdvisorTaskSummaryReportStatementCounts Nr )r r r r r r <