| 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
���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 )�MessageMetadataz6
Object that represents metadata for message.
c K s( ddd�| _ ddd�| _d| _d| _dS )a
Initializes a new MessageMetadata object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param channel_id:
The value to assign to the channel_id property of this MessageMetadata.
:type channel_id: str
:param custom_properties:
The value to assign to the custom_properties property of this MessageMetadata.
:type custom_properties: dict(str, str)
�strzdict(str, str))�
channel_id�custom_propertiesZ channelIdZcustomPropertiesN)Z
swagger_typesZ
attribute_map�_channel_id�_custom_properties)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/queue/models/message_metadata.py�__init__ s ��zMessageMetadata.__init__c C s | j S )z�
**[Required]** Gets the channel_id of this MessageMetadata.
The channel ID which specifies the channel to publish or retrieve messages.
:return: The channel_id of this MessageMetadata.
:rtype: str
�r
�r r r r r - s
zMessageMetadata.channel_idc C s
|| _ dS )z�
Sets the channel_id of this MessageMetadata.
The channel ID which specifies the channel to publish or retrieve messages.
:param channel_id: The channel_id of this MessageMetadata.
:type: str
Nr )r r r r r r 9 s
c C s | j S )z�
Gets the custom_properties of this MessageMetadata.
Additional message properties
:return: The custom_properties of this MessageMetadata.
:rtype: dict(str, str)
�r r r r r r E s
z!MessageMetadata.custom_propertiesc C s
|| _ dS )z�
Sets the custom_properties of this MessageMetadata.
Additional message properties
:param custom_properties: The custom_properties of this MessageMetadata.
:type: dict(str, str)
Nr )r r r r r r Q s
c C s t | �S �N)r r r r r �__repr__] s zMessageMetadata.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__` s zMessageMetadata.__eq__c C s
| |k S r r r r r r �__ne__f s zMessageMetadata.__ne__N)�__name__�
__module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s
r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s