ruạṛ
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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�PatchResponseMessagezL The response containing the details of the patch operation status. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new PatchResponseMessage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param message: The value to assign to the message property of this PatchResponseMessage. :type message: str :param model_id: The value to assign to the model_id property of this PatchResponseMessage. :type model_id: str :param compartment_id: The value to assign to the compartment_id property of this PatchResponseMessage. :type compartment_id: str �str)�message�model_id�compartment_idr ZmodelIdZ compartmentIdN)Z swagger_typesZ attribute_map�_message� _model_id�_compartment_id)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/ai_document/models/patch_response_message.py�__init__ s ��zPatchResponseMessage.__init__c C s | j S )z� **[Required]** Gets the message of this PatchResponseMessage. The response message containing details of operation. :return: The message of this PatchResponseMessage. :rtype: str �r �r r r r r 4 s zPatchResponseMessage.messagec C s || _ dS )z� Sets the message of this PatchResponseMessage. The response message containing details of operation. :param message: The message of this PatchResponseMessage. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the model_id of this PatchResponseMessage. Model ID representing the conflicting patch operation. :return: The model_id of this PatchResponseMessage. :rtype: str �r r r r r r L s zPatchResponseMessage.model_idc C s || _ dS )z� Sets the model_id of this PatchResponseMessage. Model ID representing the conflicting patch operation. :param model_id: The model_id of this PatchResponseMessage. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the compartment_id of this PatchResponseMessage. Compartment ID representing the conflicting Model Compartment. :return: The compartment_id of this PatchResponseMessage. :rtype: str �r r r r r r d s z#PatchResponseMessage.compartment_idc C s || _ dS )z� Sets the compartment_id of this PatchResponseMessage. Compartment ID representing the conflicting Model Compartment. :param compartment_id: The compartment_id of this PatchResponseMessage. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zPatchResponseMessage.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zPatchResponseMessage.__eq__c C s | |k S r r r r r r �__ne__� s zPatchResponseMessage.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"