ruạṛ
a O��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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )� GetMessagez* A message consumed from a queue. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new GetMessage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this GetMessage. :type id: int :param content: The value to assign to the content property of this GetMessage. :type content: str :param receipt: The value to assign to the receipt property of this GetMessage. :type receipt: str :param delivery_count: The value to assign to the delivery_count property of this GetMessage. :type delivery_count: int :param visible_after: The value to assign to the visible_after property of this GetMessage. :type visible_after: datetime :param expire_after: The value to assign to the expire_after property of this GetMessage. :type expire_after: datetime �int�str�datetime)�id�content�receipt�delivery_count� visible_after�expire_afterr r r � deliveryCount�visibleAfter�expireAfterN)� swagger_types� attribute_map�_id�_content�_receipt�_delivery_count�_visible_after� _expire_after)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/queue/models/get_message.py�__init__ s( � � zGetMessage.__init__c C s | j S )a **[Required]** Gets the id of this GetMessage. The id of the message - this is only used for tracing and debugging purposes and isn't used as a parameter in any request. :return: The id of this GetMessage. :rtype: int �r �r r r r r G s z GetMessage.idc C s || _ dS )z� Sets the id of this GetMessage. The id of the message - this is only used for tracing and debugging purposes and isn't used as a parameter in any request. :param id: The id of this GetMessage. :type: int Nr )r r r r r r S s c C s | j S )z� **[Required]** Gets the content of this GetMessage. The content of the message :return: The content of this GetMessage. :rtype: str �r r! r r r r _ s zGetMessage.contentc C s || _ dS )z� Sets the content of this GetMessage. The content of the message :param content: The content of this GetMessage. :type: str Nr"