o
    ëÉ¶d©  ã                   @   s8   d dl mZmZmZ d dlmZ eG dd„ deƒƒZdS )é    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   sz   e Zd ZdZdZdZdZdZdZdZ	dZ
d	Zd
ZdZdZdZdd„ Zedd„ ƒZejdd„ ƒZdd„ Zdd„ Zdd„ ZdS )ÚMonthz
    Month of the year.
    ÚJANUARYÚFEBRUARYÚMARCHÚAPRILÚMAYÚJUNEÚJULYÚAUGUSTÚ	SEPTEMBERÚOCTOBERÚNOVEMBERÚDECEMBERc                 K   s   ddi| _ ddi| _d| _dS )aW  
        Initializes a new Month 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 Month.
            Allowed values for this property are: "JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type name: str

        ÚnameÚstrN)Zswagger_typesZattribute_mapÚ_name)ÚselfÚkwargs© r   ú=usr/lib/python3.10/site-packages/oci/database/models/month.pyÚ__init__B   s
   ÿÿ
zMonth.__init__c                 C   s   | j S )aÀ  
        **[Required]** Gets the name of this Month.
        Name of the month of the year.

        Allowed values for this property are: "JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The name of this Month.
        :rtype: str
        )r   ©r   r   r   r   r   X   s   z
Month.namec                 C   s    g d¢}t ||ƒsd}|| _dS )z—
        Sets the name of this Month.
        Name of the month of the year.


        :param name: The name of this Month.
        :type: str
        )r   r   r	   r
   r   r   r   r   r   r   r   r   ZUNKNOWN_ENUM_VALUEN)r   r   )r   r   Zallowed_valuesr   r   r   r   g   s   


c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__v   s   zMonth.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__y   s   zMonth.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__   s   
zMonth.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ZNAME_JANUARYZNAME_FEBRUARYZ
NAME_MARCHZ
NAME_APRILZNAME_MAYZ	NAME_JUNEZ	NAME_JULYZNAME_AUGUSTZNAME_SEPTEMBERZNAME_OCTOBERZNAME_NOVEMBERZNAME_DECEMBERr   Úpropertyr   Úsetterr   r!   r"   r   r   r   r   r      s,    

r   N)Zoci.utilr   r   r   Zoci.decoratorsr   Úobjectr   r   r   r   r   Ú<module>   s   