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 )�Timez< A model to hold time in hour:minute:second format. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new Time object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param hour: The value to assign to the hour property of this Time. :type hour: int :param minute: The value to assign to the minute property of this Time. :type minute: int :param second: The value to assign to the second property of this Time. :type second: int �int)�hour�minute�secondr r r N)Z swagger_typesZ attribute_map�_hour�_minute�_second)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/data_integration/models/time.py�__init__ s ��z Time.__init__c C s | j S )z� Gets the hour of this Time. The hour value. :return: The hour of this Time. :rtype: int �r �r r r r r 4 s z Time.hourc C s || _ dS )z� Sets the hour of this Time. The hour value. :param hour: The hour of this Time. :type: int Nr )r r r r r r @ s c C s | j S )z� Gets the minute of this Time. The minute value. :return: The minute of this Time. :rtype: int �r r r r r r L s zTime.minutec C s || _ dS )z� Sets the minute of this Time. The minute value. :param minute: The minute of this Time. :type: int Nr )r r r r r r X s c C s | j S )z� Gets the second of this Time. The second value. :return: The second of this Time. :rtype: int �r r r r r r d s zTime.secondc C s || _ dS )z� Sets the second of this Time. The second value. :param second: The second of this Time. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z Time.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zTime.__eq__c C s | |k S r r r r r r �__ne__� s zTime.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"