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 @ sz e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd Zdd� Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�Monthz Month of the year. �JANUARY�FEBRUARY�MARCH�APRIL�MAY�JUNE�JULY�AUGUST� SEPTEMBER�OCTOBER�NOVEMBER�DECEMBERc K s ddi| _ ddi| _d| _dS )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.9/site-packages/oci/database/models/month.py�__init__B s ��zMonth.__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 ||�sd}|| _dS )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 ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r g s c C s t | �S �N)r r r r r �__repr__v s zMonth.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__y s zMonth.__eq__c C s | |k S r r r r r r �__ne__ s zMonth.__ne__N)�__name__� __module__�__qualname__�__doc__ZNAME_JANUARYZ NAME_FEBRUARYZ NAME_MARCHZ NAME_APRILZNAME_MAYZ NAME_JUNEZ NAME_JULYZNAME_AUGUSTZNAME_SEPTEMBERZNAME_OCTOBERZ NAME_NOVEMBERZ NAME_DECEMBERr �propertyr �setterr r! r"