403Webshell
Server IP : 162.144.4.212  /  Your IP : 216.73.216.108
Web Server : Apache
System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User : cozeellc ( 2980)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /usr/lib/python3.9/site-packages/oci/queue/models/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/lib/python3.9/site-packages/oci/queue/models/__pycache__/get_message.cpython-39.pyc
a

���f7#�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@seZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	ed
d��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd��Z
e
jdd��Z
edd��Zejdd��Zdd�Zdd�Zd d!�Zd"S)#�
GetMessagez*
    A message consumed from a queue.
    c	Ksdddddddddd�|_dddd	d
ddd
d�|_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

        :param created_at:
            The value to assign to the created_at property of this GetMessage.
        :type created_at: datetime

        :param metadata:
            The value to assign to the metadata property of this GetMessage.
        :type metadata: oci.queue.models.MessageMetadata

        �int�strZdatetimeZMessageMetadata)�id�content�receipt�delivery_count�
visible_after�expire_after�
created_at�metadatar	r
rZ
deliveryCountZvisibleAfterZexpireAfterZ	createdAtrN)
Z
swagger_typesZ
attribute_map�_id�_content�_receipt�_delivery_count�_visible_after�
_expire_after�_created_at�	_metadata)�self�kwargs�r�@/usr/lib/python3.9/site-packages/oci/queue/models/get_message.py�__init__s4'��zGetMessage.__init__cCs|jS)a
        **[Required]** Gets the id of this GetMessage.
        The ID of the message. This ID 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�rrrrr	Ws
z
GetMessage.idcCs
||_dS)z�
        Sets the id of this GetMessage.
        The ID of the message. This ID 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)rr	rrrr	cs
cCs|jS)z�
        **[Required]** Gets the content of this GetMessage.
        The content of the message.


        :return: The content of this GetMessage.
        :rtype: str
        �rrrrrr
os
zGetMessage.contentcCs
||_dS)z�
        Sets the content of this GetMessage.
        The content of the message.


        :param content: The content of this GetMessage.
        :type: str
        Nr )rr
rrrr
{s
cCs|jS)a0
        **[Required]** Gets the receipt of this GetMessage.
        A receipt is a base64urlencode opaque token, uniquely representing a message.
        The receipt can be used to delete a message or update its visibility.


        :return: The receipt of this GetMessage.
        :rtype: str
        �rrrrrr�szGetMessage.receiptcCs
||_dS)a'
        Sets the receipt of this GetMessage.
        A receipt is a base64urlencode opaque token, uniquely representing a message.
        The receipt can be used to delete a message or update its visibility.


        :param receipt: The receipt of this GetMessage.
        :type: str
        Nr!)rrrrrr�scCs|jS)z�
        **[Required]** Gets the delivery_count of this GetMessage.
        The number of times that the message has been delivered to a consumer.


        :return: The delivery_count of this GetMessage.
        :rtype: int
        �rrrrrr�s
zGetMessage.delivery_countcCs
||_dS)z�
        Sets the delivery_count of this GetMessage.
        The number of times that the message has been delivered to a consumer.


        :param delivery_count: The delivery_count of this GetMessage.
        :type: int
        Nr")rrrrrr�s
cCs|jS)ar
        **[Required]** Gets the visible_after of this GetMessage.
        The time after which the message will be visible to other consumers, expressed in `RFC 3339`__ timestamp format.

        Example: `2018-04-20T00:00:07.405Z`

        __ https://tools.ietf.org/rfc/rfc3339


        :return: The visible_after of this GetMessage.
        :rtype: datetime
        �rrrrrr
�szGetMessage.visible_aftercCs
||_dS)ao
        Sets the visible_after of this GetMessage.
        The time after which the message will be visible to other consumers, expressed in `RFC 3339`__ timestamp format.

        Example: `2018-04-20T00:00:07.405Z`

        __ https://tools.ietf.org/rfc/rfc3339


        :param visible_after: The visible_after of this GetMessage.
        :type: datetime
        Nr#)rr
rrrr
�scCs|jS)ak
        **[Required]** Gets the expire_after of this GetMessage.
        The time after which the message will be automatically deleted, expressed in `RFC 3339`__ timestamp format.

        Example: `2018-04-20T00:00:07.405Z`

        __ https://tools.ietf.org/rfc/rfc3339


        :return: The expire_after of this GetMessage.
        :rtype: datetime
        �rrrrrr�szGetMessage.expire_aftercCs
||_dS)ag
        Sets the expire_after of this GetMessage.
        The time after which the message will be automatically deleted, expressed in `RFC 3339`__ timestamp format.

        Example: `2018-04-20T00:00:07.405Z`

        __ https://tools.ietf.org/rfc/rfc3339


        :param expire_after: The expire_after of this GetMessage.
        :type: datetime
        Nr$)rrrrrr�scCs|jS)z�
        **[Required]** Gets the created_at of this GetMessage.
        The time when message was created in queue.

        Example: `2018-04-20T00:00:07.405Z`


        :return: The created_at of this GetMessage.
        :rtype: datetime
        �rrrrrr�szGetMessage.created_atcCs
||_dS)z�
        Sets the created_at of this GetMessage.
        The time when message was created in queue.

        Example: `2018-04-20T00:00:07.405Z`


        :param created_at: The created_at of this GetMessage.
        :type: datetime
        Nr%)rrrrrrscCs|jS)z�
        Gets the metadata of this GetMessage.

        :return: The metadata of this GetMessage.
        :rtype: oci.queue.models.MessageMetadata
        �rrrrrrszGetMessage.metadatacCs
||_dS)z�
        Sets the metadata of this GetMessage.

        :param metadata: The metadata of this GetMessage.
        :type: oci.queue.models.MessageMetadata
        Nr&)rrrrrrscCst|�S�N)rrrrr�__repr__)szGetMessage.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__,szGetMessage.__eq__cCs
||kSr'rr*rrr�__ne__2szGetMessage.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr	�setterr
rrr
rrrr(r,r-rrrrrsJE
















	
	rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit