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 )�RuleFindingzW The summary of the Optimizer Statistics Advisor findings and recommendations. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new RuleFinding object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param message: The value to assign to the message property of this RuleFinding. :type message: str :param details: The value to assign to the details property of this RuleFinding. :type details: list[oci.database_management.models.FindingSchemaOrOperation] :param recommendations: The value to assign to the recommendations property of this RuleFinding. :type recommendations: list[oci.database_management.models.Recommendation] �strzlist[FindingSchemaOrOperation]zlist[Recommendation])�message�details�recommendationsr r r N)Z swagger_typesZ attribute_map�_message�_details�_recommendations)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/database_management/models/rule_finding.py�__init__ s ��zRuleFinding.__init__c C s | j S )z� **[Required]** Gets the message of this RuleFinding. A high-level overview of the findings of the Optimizer Statistics Advisor. :return: The message of this RuleFinding. :rtype: str �r �r r r r r 4 s zRuleFinding.messagec C s || _ dS )z� Sets the message of this RuleFinding. A high-level overview of the findings of the Optimizer Statistics Advisor. :param message: The message of this RuleFinding. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the details of this RuleFinding. The details of the schema or operation. :return: The details of this RuleFinding. :rtype: list[oci.database_management.models.FindingSchemaOrOperation] �r r r r r r L s zRuleFinding.detailsc C s || _ dS )z� Sets the details of this RuleFinding. The details of the schema or operation. :param details: The details of this RuleFinding. :type: list[oci.database_management.models.FindingSchemaOrOperation] Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the recommendations of this RuleFinding. The list of recommendations. :return: The recommendations of this RuleFinding. :rtype: list[oci.database_management.models.Recommendation] �r r r r r r d s zRuleFinding.recommendationsc C s || _ dS )z� Sets the recommendations of this RuleFinding. The list of recommendations. :param recommendations: The recommendations of this RuleFinding. :type: list[oci.database_management.models.Recommendation] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zRuleFinding.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zRuleFinding.__eq__c C s | |k S r r r r r r �__ne__� s zRuleFinding.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"