ruạṛ
a N��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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�SqlTuningTaskPlanStatsz1 The statistics of a SQL execution plan. �COMPLETE�PARTIALc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a_ Initializes a new SqlTuningTaskPlanStats object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param plan_type: The value to assign to the plan_type property of this SqlTuningTaskPlanStats. :type plan_type: str :param plan_stats: The value to assign to the plan_stats property of this SqlTuningTaskPlanStats. :type plan_stats: dict(str, float) :param plan_status: The value to assign to the plan_status property of this SqlTuningTaskPlanStats. Allowed values for this property are: "COMPLETE", "PARTIAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type plan_status: str �strzdict(str, float))� plan_type� plan_stats�plan_status�planType� planStats� planStatusN)� swagger_types� attribute_map� _plan_type�_plan_stats�_plan_status)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/sql_tuning_task_plan_stats.py�__init__ s ��zSqlTuningTaskPlanStats.__init__c C s | j S )z� **[Required]** Gets the plan_type of this SqlTuningTaskPlanStats. The type of the original or modified plan with profile, index, and so on. :return: The plan_type of this SqlTuningTaskPlanStats. :rtype: str �r �r r r r r <