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                   @   sd   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d
d„ Z	dd„ Z
dd„ ZdS )ÚMessageDetailsz5
    The content of the message to be published.
    c                 K   s(   dddœ| _ dddœ| _d| _d| _dS )aÃ  
        Initializes a new MessageDetails object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param title:
            The value to assign to the title property of this MessageDetails.
        :type title: str

        :param body:
            The value to assign to the body property of this MessageDetails.
        :type body: str

        Ústr)ÚtitleÚbodyr   r	   N)Zswagger_typesZattribute_mapÚ_titleÚ_body)ÚselfÚkwargs© r   úBusr/lib/python3.10/site-packages/oci/ons/models/message_details.pyÚ__init__   s   þþ
zMessageDetails.__init__c                 C   ó   | j S )zÜ
        Gets the title of this MessageDetails.
        The title of the message to be published. Avoid entering confidential information.


        :return: The title of this MessageDetails.
        :rtype: str
        ©r
   ©r   r   r   r   r   -   s   
zMessageDetails.titlec                 C   ó
   || _ dS )zà
        Sets the title of this MessageDetails.
        The title of the message to be published. Avoid entering confidential information.


        :param title: The title of this MessageDetails.
        :type: str
        Nr   )r   r   r   r   r   r   9   s   

c                 C   r   )zð
        **[Required]** Gets the body of this MessageDetails.
        The body of the message to be published.
        Avoid entering confidential information.


        :return: The body of this MessageDetails.
        :rtype: str
        ©r   r   r   r   r   r	   E   s   zMessageDetails.bodyc                 C   r   )zä
        Sets the body of this MessageDetails.
        The body of the message to be published.
        Avoid entering confidential information.


        :param body: The body of this MessageDetails.
        :type: str
        Nr   )r   r	   r   r   r   r	   R   s   
c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr___   s   zMessageDetails.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__b   s   zMessageDetails.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__h   s   
zMessageDetails.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr	   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   