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                   @   s~   e Zd ZdZdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejd	d„ ƒZed
d„ ƒZ	e	jdd„ ƒZ	dd„ Z
dd„ Zdd„ ZdS )ÚRedeemableUserz8
    The summary of a user that can redeem rewards.
    c                 K   s2   ddddœ| _ ddddœ| _d| _d| _d| _dS )ah  
        Initializes a new RedeemableUser object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param email_id:
            The value to assign to the email_id property of this RedeemableUser.
        :type email_id: str

        :param first_name:
            The value to assign to the first_name property of this RedeemableUser.
        :type first_name: str

        :param last_name:
            The value to assign to the last_name property of this RedeemableUser.
        :type last_name: str

        Ústr)Úemail_idÚ
first_nameÚ	last_nameZemailIdZ	firstNameZlastNameN)Zswagger_typesZattribute_mapÚ	_email_idÚ_first_nameÚ
_last_name)ÚselfÚkwargs© r   úDusr/lib/python3.10/site-packages/oci/usage/models/redeemable_user.pyÚ__init__   s   ýý
zRedeemableUser.__init__c                 C   ó   | j S )zÏ
        **[Required]** Gets the email_id of this RedeemableUser.
        The email ID for a user that can redeem rewards.


        :return: The email_id of this RedeemableUser.
        :rtype: str
        ©r   ©r   r   r   r   r   4   ó   
zRedeemableUser.email_idc                 C   ó
   || _ dS )zÇ
        Sets the email_id of this RedeemableUser.
        The email ID for a user that can redeem rewards.


        :param email_id: The email_id of this RedeemableUser.
        :type: str
        Nr   )r   r   r   r   r   r   @   ó   

c                 C   r   )zÇ
        Gets the first_name of this RedeemableUser.
        The first name of the user that can redeem rewards.


        :return: The first_name of this RedeemableUser.
        :rtype: str
        ©r   r   r   r   r   r	   L   r   zRedeemableUser.first_namec                 C   r   )zÐ
        Sets the first_name of this RedeemableUser.
        The first name of the user that can redeem rewards.


        :param first_name: The first_name of this RedeemableUser.
        :type: str
        Nr   )r   r	   r   r   r   r	   X   r   c                 C   r   )zÄ
        Gets the last_name of this RedeemableUser.
        The last name of the user that can redeem rewards.


        :return: The last_name of this RedeemableUser.
        :rtype: str
        ©r   r   r   r   r   r
   d   r   zRedeemableUser.last_namec                 C   r   )zÌ
        Sets the last_name of this RedeemableUser.
        The last name of the user that can redeem rewards.


        :param last_name: The last_name of this RedeemableUser.
        :type: str
        Nr   )r   r
   r   r   r   r
   p   r   c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__|   s   zRedeemableUser.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__   s   zRedeemableUser.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__…   s   
zRedeemableUser.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr	   r
   r   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   