ruạṛ
a N��fL � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�UpdateBulkProblemStatusDetailszK List of problem ids to be passed in to update the Problem status. �OPEN�RESOLVED� DISMISSED�DELETEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new UpdateBulkProblemStatusDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this UpdateBulkProblemStatusDetails. Allowed values for this property are: "OPEN", "RESOLVED", "DISMISSED", "DELETED" :type status: str :param problem_ids: The value to assign to the problem_ids property of this UpdateBulkProblemStatusDetails. :type problem_ids: list[str] :param comment: The value to assign to the comment property of this UpdateBulkProblemStatusDetails. :type comment: str �strz list[str])�status�problem_ids�commentr � problemIdsr N)� swagger_types� attribute_map�_status�_problem_ids�_comment)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/update_bulk_problem_status_details.py�__init__ s ��z'UpdateBulkProblemStatusDetails.__init__c C s | j S )a) **[Required]** Gets the status of this UpdateBulkProblemStatusDetails. Action taken by user Allowed values for this property are: "OPEN", "RESOLVED", "DISMISSED", "DELETED" :return: The status of this UpdateBulkProblemStatusDetails. :rtype: str )r �r r r r r C s z%UpdateBulkProblemStatusDetails.statusc C s* g d�}t ||�s td�|���|| _dS )z� Sets the status of this UpdateBulkProblemStatusDetails. Action taken by user :param status: The status of this UpdateBulkProblemStatusDetails. :type: str )r r r r z6Invalid value for `status`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r Q s ��c C s | j S )a **[Required]** Gets the problem_ids of this UpdateBulkProblemStatusDetails. List of ProblemIds to be passed in to update the Problem status. :return: The problem_ids of this UpdateBulkProblemStatusDetails. :rtype: list[str] �r r r r r r c s z*UpdateBulkProblemStatusDetails.problem_idsc C s || _ dS )a Sets the problem_ids of this UpdateBulkProblemStatusDetails. List of ProblemIds to be passed in to update the Problem status. :param problem_ids: The problem_ids of this UpdateBulkProblemStatusDetails. :type: list[str] Nr )r r r r r r o s c C s | j S )z� Gets the comment of this UpdateBulkProblemStatusDetails. User defined comment to be passed in to update the problem. :return: The comment of this UpdateBulkProblemStatusDetails. :rtype: str �r r r r r r { s z&UpdateBulkProblemStatusDetails.commentc C s || _ dS )z� Sets the comment of this UpdateBulkProblemStatusDetails. User defined comment to be passed in to update the problem. :param comment: The comment of this UpdateBulkProblemStatusDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z'UpdateBulkProblemStatusDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z%UpdateBulkProblemStatusDetails.__eq__c C s | |k S r r r# r r r �__ne__� s z%UpdateBulkProblemStatusDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�STATUS_OPEN�STATUS_RESOLVED�STATUS_DISMISSED�STATUS_DELETEDr �propertyr �setterr r r! r% r&