| 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/libexec/oracle-cloud-agent/plugins/osms/oci/queue/models/ |
Upload File : |
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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd
d� Z dd
� Z
dd� ZdS )�
QueueStatsz:
The stats for a queue and its dead letter queue.
c K s( ddd�| _ ddd�| _d| _d| _dS )a�
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
�Stats)�queue�dlqr r N)�
swagger_types�
attribute_map�_queue�_dlq)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 + 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 5 s c C s | j S )z�
**[Required]** Gets the dlq of this QueueStats.
:return: The dlq of this QueueStats.
:rtype: oci.queue.models.Stats
�r
r r r r r ? s zQueueStats.dlqc C s
|| _ dS )z�
Sets the dlq of this QueueStats.
:param dlq: The dlq of this QueueStats.
:type: oci.queue.models.Stats
Nr )r r r r r r I s c C s t | �S �N)r r r r r �__repr__S s zQueueStats.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__V s zQueueStats.__eq__c C s
| |k S r r r r r r �__ne__\ s zQueueStats.__ne__N)�__name__�
__module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r
s
r N)�oci.utilr r r �oci.decoratorsr �objectr r r r r �<module> s