| 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 : |
a
���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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed
d� �Z e jdd� �Z d
d� Z
dd� Zdd� ZdS )�
QueueStatsz�
The stats for a queue and its dead letter queue. If channelId is specified in request field, it will return channel specific stats response.
c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ac
Initializes a new QueueStats object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param queue:
The value to assign to the queue property of this QueueStats.
:type queue: oci.queue.models.Stats
:param dlq:
The value to assign to the dlq property of this QueueStats.
:type dlq: oci.queue.models.Stats
:param channel_id:
The value to assign to the channel_id property of this QueueStats.
:type channel_id: str
ZStats�str)�queue�dlq�
channel_idr r Z channelIdN)Z
swagger_typesZ
attribute_map�_queue�_dlq�_channel_id)�self�kwargs� r �@/usr/lib/python3.9/site-packages/oci/queue/models/queue_stats.py�__init__ s ��zQueueStats.__init__c C s | j S )z�
**[Required]** Gets the queue of this QueueStats.
:return: The queue of this QueueStats.
:rtype: oci.queue.models.Stats
�r �r r r r r 4 s zQueueStats.queuec C s
|| _ dS )z�
Sets the queue of this QueueStats.
:param queue: The queue of this QueueStats.
:type: oci.queue.models.Stats
Nr )r r r r r r >