ruạṛ
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�WaitCriteriaSummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�AbsoluteWaitCriteriaSummaryz_ Specifies the absolute wait criteria, user can specify fixed length of wait duration. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a Initializes a new AbsoluteWaitCriteriaSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.AbsoluteWaitCriteriaSummary.wait_type` attribute of this class is ``ABSOLUTE_WAIT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param wait_type: The value to assign to the wait_type property of this AbsoluteWaitCriteriaSummary. Allowed values for this property are: "ABSOLUTE_WAIT" :type wait_type: str :param wait_duration: The value to assign to the wait_duration property of this AbsoluteWaitCriteriaSummary. :type wait_duration: str �str)Z wait_type� wait_durationZwaitTypeZwaitDurationNZ ABSOLUTE_WAIT)Z swagger_typesZ attribute_mapZ _wait_type�_wait_duration)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/devops/models/absolute_wait_criteria_summary.py�__init__ s ��z$AbsoluteWaitCriteriaSummary.__init__c C s | j S )a# Gets the wait_duration of this AbsoluteWaitCriteriaSummary. The absolute wait duration. Minimum wait duration must be 5 seconds. Maximum wait duration can be up to 2 days. :return: The wait_duration of this AbsoluteWaitCriteriaSummary. :rtype: str �r �r r r r r 0 s z)AbsoluteWaitCriteriaSummary.wait_durationc C s || _ dS )a/ Sets the wait_duration of this AbsoluteWaitCriteriaSummary. The absolute wait duration. Minimum wait duration must be 5 seconds. Maximum wait duration can be up to 2 days. :param wait_duration: The wait_duration of this AbsoluteWaitCriteriaSummary. :type: str Nr )r r r r r r <