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 )�RecommendationzW The details of the Optimizer Statistics Advisor findings and recommendations. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new Recommendation 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 Recommendation. :type message: str :param example: The value to assign to the example property of this Recommendation. :type example: oci.database_management.models.RecommendationExample :param rationales: The value to assign to the rationales property of this Recommendation. :type rationales: list[oci.database_management.models.RecommendationRationale] �strZRecommendationExamplezlist[RecommendationRationale])�message�example� rationalesr r r N)Z swagger_typesZ attribute_map�_message�_example�_rationales)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/database_management/models/recommendation.py�__init__ s ��zRecommendation.__init__c C s | j S )z� **[Required]** Gets the message of this Recommendation. An overview of the Optimizer Statistics Advisor recommendation. :return: The message of this Recommendation. :rtype: str �r �r r r r r 4 s zRecommendation.messagec C s || _ dS )z� Sets the message of this Recommendation. An overview of the Optimizer Statistics Advisor recommendation. :param message: The message of this Recommendation. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the example of this Recommendation. :return: The example of this Recommendation. :rtype: oci.database_management.models.RecommendationExample �r r r r r r L s zRecommendation.examplec C s || _ dS )z� Sets the example of this Recommendation. :param example: The example of this Recommendation. :type: oci.database_management.models.RecommendationExample Nr )r r r r r r V s c C s | j S )z� Gets the rationales of this Recommendation. The rationale of the recommendation. :return: The rationales of this Recommendation. :rtype: list[oci.database_management.models.RecommendationRationale] �r r r r r r ` s zRecommendation.rationalesc C s || _ dS )z� Sets the rationales of this Recommendation. The rationale of the recommendation. :param rationales: The rationales of this Recommendation. :type: list[oci.database_management.models.RecommendationRationale] Nr )r r r r r r l s c C s t | �S �N)r r r r r �__repr__x s zRecommendation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__{ s zRecommendation.__eq__c C s | |k S r r r r r r �__ne__� s zRecommendation.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"