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 )�RefreshDetailsz5 Describes a refresh of a fusion environment c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new RefreshDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_fusion_environment_id: The value to assign to the source_fusion_environment_id property of this RefreshDetails. :type source_fusion_environment_id: str :param time_finished: The value to assign to the time_finished property of this RefreshDetails. :type time_finished: datetime :param time_of_restoration_point: The value to assign to the time_of_restoration_point property of this RefreshDetails. :type time_of_restoration_point: datetime �strZdatetime)�source_fusion_environment_id� time_finished�time_of_restoration_pointZsourceFusionEnvironmentIdZtimeFinishedZtimeOfRestorationPointN)Z swagger_typesZ attribute_map�_source_fusion_environment_id�_time_finished�_time_of_restoration_point)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/fusion_apps/models/refresh_details.py�__init__ s ��zRefreshDetails.__init__c C s | j S )z� **[Required]** Gets the source_fusion_environment_id of this RefreshDetails. The source environment id for the last refresh :return: The source_fusion_environment_id of this RefreshDetails. :rtype: str �r �r r r r r 4 s z+RefreshDetails.source_fusion_environment_idc C s || _ dS )a Sets the source_fusion_environment_id of this RefreshDetails. The source environment id for the last refresh :param source_fusion_environment_id: The source_fusion_environment_id of this RefreshDetails. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the time_finished of this RefreshDetails. The time of when the last refresh finish :return: The time_finished of this RefreshDetails. :rtype: datetime �r r r r r r L s zRefreshDetails.time_finishedc C s || _ dS )z� Sets the time_finished of this RefreshDetails. The time of when the last refresh finish :param time_finished: The time_finished of this RefreshDetails. :type: datetime Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the time_of_restoration_point of this RefreshDetails. The point of time of the latest DB backup for the last refresh :return: The time_of_restoration_point of this RefreshDetails. :rtype: datetime �r r r r r r d s z(RefreshDetails.time_of_restoration_pointc C s || _ dS )a Sets the time_of_restoration_point of this RefreshDetails. The point of time of the latest DB backup for the last refresh :param time_of_restoration_point: The time_of_restoration_point of this RefreshDetails. :type: datetime Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zRefreshDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zRefreshDetails.__eq__c C s | |k S r r r r r r �__ne__� s zRefreshDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"