ruạṛ
a N��fT � @ 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)� swagger_types� attribute_map�_hour�_minute�_second)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >