ruạṛ
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 d d� Z dd� Zdd� ZdS )�SqlCpuActivityz? The SQL CPU activity from the Exadata storage server. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )av Initializes a new SqlCpuActivity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param database_name: The value to assign to the database_name property of this SqlCpuActivity. :type database_name: str :param sql_id: The value to assign to the sql_id property of this SqlCpuActivity. :type sql_id: str :param cpu_activity: The value to assign to the cpu_activity property of this SqlCpuActivity. :type cpu_activity: float �str�float)� database_name�sql_id�cpu_activityZdatabaseNameZsqlIdZcpuActivityN)Z swagger_typesZ attribute_map�_database_name�_sql_id� _cpu_activity)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/database_management/models/sql_cpu_activity.py�__init__ s ��zSqlCpuActivity.__init__c C s | j S )z� Gets the database_name of this SqlCpuActivity. The database name. :return: The database_name of this SqlCpuActivity. :rtype: str �r �r r r r r 4 s zSqlCpuActivity.database_namec C s || _ dS )z� Sets the database_name of this SqlCpuActivity. The database name. :param database_name: The database_name of this SqlCpuActivity. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the sql_id of this SqlCpuActivity. The SQL ID. :return: The sql_id of this SqlCpuActivity. :rtype: str �r r r r r r L s zSqlCpuActivity.sql_idc C s || _ dS )z� Sets the sql_id of this SqlCpuActivity. The SQL ID. :param sql_id: The sql_id of this SqlCpuActivity. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the cpu_activity of this SqlCpuActivity. The CPU activity percentage. :return: The cpu_activity of this SqlCpuActivity. :rtype: float �r r r r r r d s zSqlCpuActivity.cpu_activityc C s || _ dS )z� Sets the cpu_activity of this SqlCpuActivity. The CPU activity percentage. :param cpu_activity: The cpu_activity of this SqlCpuActivity. :type: float Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zSqlCpuActivity.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zSqlCpuActivity.__eq__c C s | |k S r r r r r r �__ne__� s zSqlCpuActivity.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"