ruạṛ
a N��fY � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�WorkRequestErrorz> An error encountered while executing a work request. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new WorkRequestError object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this WorkRequestError. :type id: str :param work_request_id: The value to assign to the work_request_id property of this WorkRequestError. :type work_request_id: str :param code: The value to assign to the code property of this WorkRequestError. :type code: str :param message: The value to assign to the message property of this WorkRequestError. :type message: str :param is_retryable: The value to assign to the is_retryable property of this WorkRequestError. :type is_retryable: bool :param timestamp: The value to assign to the timestamp property of this WorkRequestError. :type timestamp: datetime �str�bool�datetime)�id�work_request_id�code�message�is_retryable� timestampr � workRequestIdr r �isRetryabler N)� swagger_types� attribute_map�_id�_work_request_id�_code�_message� _is_retryable� _timestamp)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/work_request_error.py�__init__ s( � � zWorkRequestError.__init__c C s | j S )z� **[Required]** Gets the id of this WorkRequestError. The identifier of the work request error. :return: The id of this WorkRequestError. :rtype: str �r �r r r r r G s zWorkRequestError.idc C s || _ dS )z� Sets the id of this WorkRequestError. The identifier of the work request error. :param id: The id of this WorkRequestError. :type: str Nr )r r r r r r S s c C s | j S )z� **[Required]** Gets the work_request_id of this WorkRequestError. The OCID of the work request. :return: The work_request_id of this WorkRequestError. :rtype: str �r r r r r r _ s z WorkRequestError.work_request_idc C s || _ dS )z� Sets the work_request_id of this WorkRequestError. The OCID of the work request. :param work_request_id: The work_request_id of this WorkRequestError. :type: str Nr! )r r r r r r k s c C s | j S )a5 **[Required]** Gets the code of this WorkRequestError. A machine-usable code for the error that occurred. Error codes are listed on (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm). :return: The code of this WorkRequestError. :rtype: str �r r r r r r w s zWorkRequestError.codec C s || _ dS )a) Sets the code of this WorkRequestError. A machine-usable code for the error that occurred. Error codes are listed on (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm). :param code: The code of this WorkRequestError. :type: str Nr"