ruạṛ
a ���fF � @ 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 )�BuildRunProgressz2 The run progress details of a build run. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new BuildRunProgress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_started: The value to assign to the time_started property of this BuildRunProgress. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this BuildRunProgress. :type time_finished: datetime :param build_pipeline_stage_run_progress: The value to assign to the build_pipeline_stage_run_progress property of this BuildRunProgress. :type build_pipeline_stage_run_progress: dict(str, BuildPipelineStageRunProgress) Zdatetimez(dict(str, BuildPipelineStageRunProgress))�time_started� time_finished�!build_pipeline_stage_run_progressZtimeStartedZtimeFinishedZbuildPipelineStageRunProgressN)Z swagger_typesZ attribute_map� _time_started�_time_finished�"_build_pipeline_stage_run_progress)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/devops/models/build_run_progress.py�__init__ s ��zBuildRunProgress.__init__c C s | j S )a Gets the time_started of this BuildRunProgress. The time the build run started. Format defined by `RFC3339`__. __ https://datatracker.ietf.org/doc/html/rfc3339 :return: The time_started of this BuildRunProgress. :rtype: datetime �r �r r r r r 4 s zBuildRunProgress.time_startedc C s || _ dS )a$ Sets the time_started of this BuildRunProgress. The time the build run started. Format defined by `RFC3339`__. __ https://datatracker.ietf.org/doc/html/rfc3339 :param time_started: The time_started of this BuildRunProgress. :type: datetime Nr )r r r r r r B s c C s | j S )a Gets the time_finished of this BuildRunProgress. The time the build run finished. Format defined by `RFC3339`__. __ https://datatracker.ietf.org/doc/html/rfc3339 :return: The time_finished of this BuildRunProgress. :rtype: datetime �r r r r r r P s zBuildRunProgress.time_finishedc C s || _ dS )a( Sets the time_finished of this BuildRunProgress. The time the build run finished. Format defined by `RFC3339`__. __ https://datatracker.ietf.org/doc/html/rfc3339 :param time_finished: The time_finished of this BuildRunProgress. :type: datetime Nr )r r r r r r ^ s c C s | j S )a) Gets the build_pipeline_stage_run_progress of this BuildRunProgress. Map of stage OCIDs to build pipeline stage run progress model. :return: The build_pipeline_stage_run_progress of this BuildRunProgress. :rtype: dict(str, BuildPipelineStageRunProgress) �r r r r r r l s z2BuildRunProgress.build_pipeline_stage_run_progressc C s || _ dS )aI Sets the build_pipeline_stage_run_progress of this BuildRunProgress. Map of stage OCIDs to build pipeline stage run progress model. :param build_pipeline_stage_run_progress: The build_pipeline_stage_run_progress of this BuildRunProgress. :type: dict(str, BuildPipelineStageRunProgress) Nr )r r r r r r x s c C s t | �S �N)r r r r r �__repr__� s zBuildRunProgress.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zBuildRunProgress.__eq__c C s | |k S r r r r r r �__ne__� s zBuildRunProgress.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"