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� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �AwrDatabaseParameterSummaryzU The summary of the AWR change history data for a single database parameter. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new AwrDatabaseParameterSummary 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 AwrDatabaseParameterSummary. :type name: str :param instance_number: The value to assign to the instance_number property of this AwrDatabaseParameterSummary. :type instance_number: int :param begin_value: The value to assign to the begin_value property of this AwrDatabaseParameterSummary. :type begin_value: str :param end_value: The value to assign to the end_value property of this AwrDatabaseParameterSummary. :type end_value: str :param is_changed: The value to assign to the is_changed property of this AwrDatabaseParameterSummary. :type is_changed: bool :param value_modified: The value to assign to the value_modified property of this AwrDatabaseParameterSummary. :type value_modified: str :param is_default: The value to assign to the is_default property of this AwrDatabaseParameterSummary. :type is_default: bool �str�int�bool)�name�instance_number�begin_value� end_value� is_changed�value_modified� is_defaultr ZinstanceNumberZ beginValueZendValueZ isChangedZ valueModifiedZ isDefaultN) Z swagger_typesZ attribute_map�_name�_instance_number�_begin_value� _end_value�_is_changed�_value_modified�_is_default)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/opsi/models/awr_database_parameter_summary.py�__init__ s. #�� z$AwrDatabaseParameterSummary.__init__c C s | j S )z� **[Required]** Gets the name of this AwrDatabaseParameterSummary. The name of the parameter. :return: The name of this AwrDatabaseParameterSummary. :rtype: str �r �r r r r r P s z AwrDatabaseParameterSummary.namec C s || _ dS )z� Sets the name of this AwrDatabaseParameterSummary. The name of the parameter. :param name: The name of this AwrDatabaseParameterSummary. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the instance_number of this AwrDatabaseParameterSummary. The database instance number. :return: The instance_number of this AwrDatabaseParameterSummary. :rtype: int �r r r r r r h s z+AwrDatabaseParameterSummary.instance_numberc C s || _ dS )z� Sets the instance_number of this AwrDatabaseParameterSummary. The database instance number. :param instance_number: The instance_number of this AwrDatabaseParameterSummary. :type: int Nr )r r r r r r t s c C s | j S )z� Gets the begin_value of this AwrDatabaseParameterSummary. The parameter value when the period began. :return: The begin_value of this AwrDatabaseParameterSummary. :rtype: str �r r r r r r � s z'AwrDatabaseParameterSummary.begin_valuec C s || _ dS )z� Sets the begin_value of this AwrDatabaseParameterSummary. The parameter value when the period began. :param begin_value: The begin_value of this AwrDatabaseParameterSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the end_value of this AwrDatabaseParameterSummary. The parameter value when the period ended. :return: The end_value of this AwrDatabaseParameterSummary. :rtype: str �r r r r r r � s z%AwrDatabaseParameterSummary.end_valuec C s || _ dS )z� Sets the end_value of this AwrDatabaseParameterSummary. The parameter value when the period ended. :param end_value: The end_value of this AwrDatabaseParameterSummary. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the is_changed of this AwrDatabaseParameterSummary. Indicates whether the parameter value changed within the period. :return: The is_changed of this AwrDatabaseParameterSummary. :rtype: bool �r r r r r r � s z&AwrDatabaseParameterSummary.is_changedc C s || _ dS )z� Sets the is_changed of this AwrDatabaseParameterSummary. Indicates whether the parameter value changed within the period. :param is_changed: The is_changed of this AwrDatabaseParameterSummary. :type: bool Nr"