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 )�AllowedParameterValuez1 A valid value for a database parameter. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) ax Initializes a new AllowedParameterValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ordinal: The value to assign to the ordinal property of this AllowedParameterValue. :type ordinal: float :param value: The value to assign to the value property of this AllowedParameterValue. :type value: str :param is_default: The value to assign to the is_default property of this AllowedParameterValue. :type is_default: bool �float�str�bool)�ordinal�value� is_defaultr r Z isDefaultN)Z swagger_typesZ attribute_map�_ordinal�_value�_is_default)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/database_management/models/allowed_parameter_value.py�__init__ s ��zAllowedParameterValue.__init__c C s | j S )z� Gets the ordinal of this AllowedParameterValue. The ordinal number in the list (1-based). :return: The ordinal of this AllowedParameterValue. :rtype: float �r �r r r r r 4 s zAllowedParameterValue.ordinalc C s || _ dS )z� Sets the ordinal of this AllowedParameterValue. The ordinal number in the list (1-based). :param ordinal: The ordinal of this AllowedParameterValue. :type: float Nr )r r r r r r @ s c C s | j S )z� Gets the value of this AllowedParameterValue. The parameter value at ordinal. :return: The value of this AllowedParameterValue. :rtype: str �r r r r r r L s zAllowedParameterValue.valuec C s || _ dS )z� Sets the value of this AllowedParameterValue. The parameter value at ordinal. :param value: The value of this AllowedParameterValue. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the is_default of this AllowedParameterValue. Indicates whether the given ordinal value is the default value for the parameter. :return: The is_default of this AllowedParameterValue. :rtype: bool �r r r r r r d s z AllowedParameterValue.is_defaultc C s || _ dS )z� Sets the is_default of this AllowedParameterValue. Indicates whether the given ordinal value is the default value for the parameter. :param is_default: The is_default of this AllowedParameterValue. :type: bool Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zAllowedParameterValue.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zAllowedParameterValue.__eq__c C s | |k S r r r r r r �__ne__� s zAllowedParameterValue.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"