ruạṛ
a O��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AwrQueryResult� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sl e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z dd � Zdd� Zdd� Z dS )�AwrDatabaseSqlReportz+ The result of the AWR SQL report. �HTML�TEXTc K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )a} Initializes a new AwrDatabaseSqlReport object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.AwrDatabaseSqlReport.awr_result_type` attribute of this class is ``AWRDB_SQL_REPORT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this AwrDatabaseSqlReport. :type name: str :param version: The value to assign to the version property of this AwrDatabaseSqlReport. :type version: str :param db_query_time_in_secs: The value to assign to the db_query_time_in_secs property of this AwrDatabaseSqlReport. :type db_query_time_in_secs: float :param awr_result_type: The value to assign to the awr_result_type property of this AwrDatabaseSqlReport. Allowed values for this property are: "AWRDB_SET", "AWRDB_SNAPSHOT_RANGE_SET", "AWRDB_SNAPSHOT_SET", "AWRDB_METRICS_SET", "AWRDB_SYSSTAT_SET", "AWRDB_TOP_EVENT_SET", "AWRDB_EVENT_SET", "AWRDB_EVENT_HISTOGRAM", "AWRDB_DB_PARAMETER_SET", "AWRDB_DB_PARAMETER_CHANGE", "AWRDB_ASH_CPU_USAGE_SET", "AWRDB_DB_REPORT", "AWRDB_SQL_REPORT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type awr_result_type: str :param content: The value to assign to the content property of this AwrDatabaseSqlReport. :type content: str :param format: The value to assign to the format property of this AwrDatabaseSqlReport. Allowed values for this property are: "HTML", "TEXT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type format: str �str�float)�name�version�db_query_time_in_secs�awr_result_type�content�formatr r �dbQueryTimeInSecs� awrResultTyper r N�AWRDB_SQL_REPORT)� swagger_types� attribute_map�_name�_version�_db_query_time_in_secs�_awr_result_type�_content�_format)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/awr_database_sql_report.py�__init__ s* $� � zAwrDatabaseSqlReport.__init__c C s | j S )z� Gets the content of this AwrDatabaseSqlReport. The content of the report. :return: The content of this AwrDatabaseSqlReport. :rtype: str �r �r r r r! r U s zAwrDatabaseSqlReport.contentc C s || _ dS )z� Sets the content of this AwrDatabaseSqlReport. The content of the report. :param content: The content of this AwrDatabaseSqlReport. :type: str Nr# )r r r r r! r a s c C s | j S )ad Gets the format of this AwrDatabaseSqlReport. The format of the report. Allowed values for this property are: "HTML", "TEXT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The format of this AwrDatabaseSqlReport. :rtype: str )r r$ r r r! r m s zAwrDatabaseSqlReport.formatc C s ddg}t ||�sd}|| _dS )z� Sets the format of this AwrDatabaseSqlReport. The format of the report. :param format: The format of this AwrDatabaseSqlReport. :type: str r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r! r | s c C s t | �S �N)r r$ r r r! �__repr__� s zAwrDatabaseSqlReport.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r! �__eq__� s zAwrDatabaseSqlReport.__eq__c C s | |k S r'