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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�ScheduledRunSummaryz% The saved history past run. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )ac Initializes a new ScheduledRunSummary 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 ScheduledRunSummary. :type id: str :param schedule_id: The value to assign to the schedule_id property of this ScheduledRunSummary. :type schedule_id: str :param time_created: The value to assign to the time_created property of this ScheduledRunSummary. :type time_created: datetime :param time_finished: The value to assign to the time_finished property of this ScheduledRunSummary. :type time_finished: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ScheduledRunSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ScheduledRunSummary. :type lifecycle_details: str �strZdatetime)�id�schedule_id�time_created� time_finished�lifecycle_state�lifecycle_detailsr Z scheduleIdZtimeCreatedZtimeFinishedZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map�_id�_schedule_id� _time_created�_time_finished�_lifecycle_state�_lifecycle_details)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/usage_api/models/scheduled_run_summary.py�__init__ s( � � zScheduledRunSummary.__init__c C s | j S )z� **[Required]** Gets the id of this ScheduledRunSummary. The ocid representing unique shedule run :return: The id of this ScheduledRunSummary. :rtype: str �r �r r r r r I s zScheduledRunSummary.idc C s || _ dS )z� Sets the id of this ScheduledRunSummary. The ocid representing unique shedule run :param id: The id of this ScheduledRunSummary. :type: str Nr )r r r r r r U s c C s | j S )z� **[Required]** Gets the schedule_id of this ScheduledRunSummary. The ocid representing unique shedule :return: The schedule_id of this ScheduledRunSummary. :rtype: str �r r r r r r a s zScheduledRunSummary.schedule_idc C s || _ dS )z� Sets the schedule_id of this ScheduledRunSummary. The ocid representing unique shedule :param schedule_id: The schedule_id of this ScheduledRunSummary. :type: str Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the time_created of this ScheduledRunSummary. The time when schedule started executing :return: The time_created of this ScheduledRunSummary. :rtype: datetime �r r r r r r y s z ScheduledRunSummary.time_createdc C s || _ dS )z� Sets the time_created of this ScheduledRunSummary. The time when schedule started executing :param time_created: The time_created of this ScheduledRunSummary. :type: datetime Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the time_finished of this ScheduledRunSummary. The time when schedule finished executing :return: The time_finished of this ScheduledRunSummary. :rtype: datetime �r r r r r r � s z!ScheduledRunSummary.time_finishedc C s || _ dS )z� Sets the time_finished of this ScheduledRunSummary. The time when schedule finished executing :param time_finished: The time_finished of this ScheduledRunSummary. :type: datetime Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the lifecycle_state of this ScheduledRunSummary. Specifies if the schedule job was run successfully or not. :return: The lifecycle_state of this ScheduledRunSummary. :rtype: str �r r r r r r � s z#ScheduledRunSummary.lifecycle_statec C s || _ dS )z� Sets the lifecycle_state of this ScheduledRunSummary. Specifies if the schedule job was run successfully or not. :param lifecycle_state: The lifecycle_state of this ScheduledRunSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the lifecycle_details of this ScheduledRunSummary. Additional details about scheduled run failure :return: The lifecycle_details of this ScheduledRunSummary. :rtype: str �r r r r r r � s z%ScheduledRunSummary.lifecycle_detailsc C s || _ dS )z� Sets the lifecycle_details of this ScheduledRunSummary. Additional details about scheduled run failure :param lifecycle_details: The lifecycle_details of this ScheduledRunSummary. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zScheduledRunSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zScheduledRunSummary.__eq__c C s | |k S r r r# r r r �__ne__� s zScheduledRunSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&