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 )�AdvisorRulez? The details of the Optimizer Statistics Advisor rule. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a} Initializes a new AdvisorRule 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 AdvisorRule. :type name: str :param description: The value to assign to the description property of this AdvisorRule. :type description: str :param findings: The value to assign to the findings property of this AdvisorRule. :type findings: list[oci.database_management.models.RuleFinding] �strzlist[RuleFinding])�name�description�findingsr r r N)Z swagger_typesZ attribute_map�_name�_description� _findings)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/database_management/models/advisor_rule.py�__init__ s ��zAdvisorRule.__init__c C s | j S )z� **[Required]** Gets the name of this AdvisorRule. The name of the rule. :return: The name of this AdvisorRule. :rtype: str �r �r r r r r 4 s zAdvisorRule.namec C s || _ dS )z� Sets the name of this AdvisorRule. The name of the rule. :param name: The name of this AdvisorRule. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the description of this AdvisorRule. The description of the rule. :return: The description of this AdvisorRule. :rtype: str �r r r r r r L s zAdvisorRule.descriptionc C s || _ dS )z� Sets the description of this AdvisorRule. The description of the rule. :param description: The description of this AdvisorRule. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the findings of this AdvisorRule. The list of findings for the rule. :return: The findings of this AdvisorRule. :rtype: list[oci.database_management.models.RuleFinding] �r r r r r r d s zAdvisorRule.findingsc C s || _ dS )z� Sets the findings of this AdvisorRule. The list of findings for the rule. :param findings: The findings of this AdvisorRule. :type: list[oci.database_management.models.RuleFinding] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zAdvisorRule.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zAdvisorRule.__eq__c C s | |k S r r r r r r �__ne__� s zAdvisorRule.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"