📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
queue
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/queue/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: queue_stats.cpython-39.opt-1.pyc
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 >