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 )�DownloadOneoffPatchz) Data to download one-off patch. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DownloadOneoffPatch object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param access_uri: The value to assign to the access_uri property of this DownloadOneoffPatch. :type access_uri: str :param time_created: The value to assign to the time_created property of this DownloadOneoffPatch. :type time_created: datetime :param time_expires: The value to assign to the time_expires property of this DownloadOneoffPatch. :type time_expires: datetime �strZdatetime)� access_uri�time_created�time_expiresZ accessUriZtimeCreatedZtimeExpiresN)Z swagger_typesZ attribute_map�_access_uri� _time_created� _time_expires)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/database/models/download_oneoff_patch.py�__init__ s ��zDownloadOneoffPatch.__init__c C s | j S )z� **[Required]** Gets the access_uri of this DownloadOneoffPatch. URI to download one-off patch. :return: The access_uri of this DownloadOneoffPatch. :rtype: str �r �r r r r r 4 s zDownloadOneoffPatch.access_uric C s || _ dS )z� Sets the access_uri of this DownloadOneoffPatch. URI to download one-off patch. :param access_uri: The access_uri of this DownloadOneoffPatch. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the time_created of this DownloadOneoffPatch. The date and time one-off patch URI was created. :return: The time_created of this DownloadOneoffPatch. :rtype: datetime �r r r r r r L s z DownloadOneoffPatch.time_createdc C s || _ dS )z� Sets the time_created of this DownloadOneoffPatch. The date and time one-off patch URI was created. :param time_created: The time_created of this DownloadOneoffPatch. :type: datetime Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the time_expires of this DownloadOneoffPatch. The date and time until which the one-off patch URI will be available for download. :return: The time_expires of this DownloadOneoffPatch. :rtype: datetime �r r r r r r d s z DownloadOneoffPatch.time_expiresc C s || _ dS )a Sets the time_expires of this DownloadOneoffPatch. The date and time until which the one-off patch URI will be available for download. :param time_expires: The time_expires of this DownloadOneoffPatch. :type: datetime Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zDownloadOneoffPatch.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zDownloadOneoffPatch.__eq__c C s | |k S r r r r r r �__ne__� s zDownloadOneoffPatch.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"