ruạṛ
a N��fI � @ 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)� swagger_types� attribute_map�_name)�self�kwargs� r �}/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/month.py�__init__@ 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 V 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 �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r e s c C s t | �S �N)r r r r r �__repr__t s zMonth.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__w s zMonth.__eq__c C s | |k S r r r# r r r �__ne__} s zMonth.__ne__N)�__name__� __module__�__qualname__�__doc__�NAME_JANUARY� NAME_FEBRUARY� NAME_MARCH� NAME_APRIL�NAME_MAY� NAME_JUNE� NAME_JULY�NAME_AUGUST�NAME_SEPTEMBER�NAME_OCTOBER� NAME_NOVEMBER� NAME_DECEMBERr �propertyr �setterr! r% r&