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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�AwrDatabaseSysstatSummaryz. The summary of the AWR SYSSTAT data. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a[ Initializes a new AwrDatabaseSysstatSummary object with values from keyword arguments. 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 AwrDatabaseSysstatSummary. :type name: str :param category: The value to assign to the category property of this AwrDatabaseSysstatSummary. :type category: str :param time_begin: The value to assign to the time_begin property of this AwrDatabaseSysstatSummary. :type time_begin: datetime :param time_end: The value to assign to the time_end property of this AwrDatabaseSysstatSummary. :type time_end: datetime :param avg_value: The value to assign to the avg_value property of this AwrDatabaseSysstatSummary. :type avg_value: float :param current_value: The value to assign to the current_value property of this AwrDatabaseSysstatSummary. :type current_value: float �strZdatetime�float)�name�category� time_begin�time_end� avg_value� current_valuer r Z timeBeginZtimeEndZavgValueZcurrentValueN)Z swagger_typesZ attribute_map�_name� _category�_time_begin� _time_end� _avg_value�_current_value)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/opsi/models/awr_database_sysstat_summary.py�__init__ s( � � z"AwrDatabaseSysstatSummary.__init__c C s | j S )z� **[Required]** Gets the name of this AwrDatabaseSysstatSummary. The name of the SYSSTAT. :return: The name of this AwrDatabaseSysstatSummary. :rtype: str �r �r r r r r I s zAwrDatabaseSysstatSummary.namec C s || _ dS )z� Sets the name of this AwrDatabaseSysstatSummary. The name of the SYSSTAT. :param name: The name of this AwrDatabaseSysstatSummary. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the category of this AwrDatabaseSysstatSummary. The name of the SYSSTAT category. :return: The category of this AwrDatabaseSysstatSummary. :rtype: str �r r r r r r a s z"AwrDatabaseSysstatSummary.categoryc C s || _ dS )z� Sets the category of this AwrDatabaseSysstatSummary. The name of the SYSSTAT category. :param category: The category of this AwrDatabaseSysstatSummary. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the time_begin of this AwrDatabaseSysstatSummary. The start time of the SYSSTAT. :return: The time_begin of this AwrDatabaseSysstatSummary. :rtype: datetime �r r r r r r y s z$AwrDatabaseSysstatSummary.time_beginc C s || _ dS )z� Sets the time_begin of this AwrDatabaseSysstatSummary. The start time of the SYSSTAT. :param time_begin: The time_begin of this AwrDatabaseSysstatSummary. :type: datetime Nr )r r r r r r � s c C s | j S )z� Gets the time_end of this AwrDatabaseSysstatSummary. The end time of the SYSSTAT. :return: The time_end of this AwrDatabaseSysstatSummary. :rtype: datetime �r r r r r r � s z"AwrDatabaseSysstatSummary.time_endc C s || _ dS )z� Sets the time_end of this AwrDatabaseSysstatSummary. The end time of the SYSSTAT. :param time_end: The time_end of this AwrDatabaseSysstatSummary. :type: datetime Nr )r r r r r r � s c C s | j S )a Gets the avg_value of this AwrDatabaseSysstatSummary. The average value of the SYSSTAT. The units are stats name/val per the time period {timeBegin - timeEnd}. :return: The avg_value of this AwrDatabaseSysstatSummary. :rtype: float �r r r r r r � s z#AwrDatabaseSysstatSummary.avg_valuec C s || _ dS )a Sets the avg_value of this AwrDatabaseSysstatSummary. The average value of the SYSSTAT. The units are stats name/val per the time period {timeBegin - timeEnd}. :param avg_value: The avg_value of this AwrDatabaseSysstatSummary. :type: float Nr )r r r r r r � s c C s | j S )a Gets the current_value of this AwrDatabaseSysstatSummary. The last value of the SYSSTAT. The units are stats name/val per the time period {timeBegin - timeEnd}. :return: The current_value of this AwrDatabaseSysstatSummary. :rtype: float �r r r r r r � s z'AwrDatabaseSysstatSummary.current_valuec C s || _ dS )a$ Sets the current_value of this AwrDatabaseSysstatSummary. The last value of the SYSSTAT. The units are stats name/val per the time period {timeBegin - timeEnd}. :param current_value: The current_value of this AwrDatabaseSysstatSummary. :type: float Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z"AwrDatabaseSysstatSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z AwrDatabaseSysstatSummary.__eq__c C s | |k S r! r r$ r r r �__ne__� s z AwrDatabaseSysstatSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"