ruạṛ
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DataObjectColumnUnit� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sR e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zd d � Z dd� Zd d� ZdS )�DataObjectTemperatureColumnUnitzL Unit details of a data object column of TEMPERATURE unit category. �CELSIUS� FAHRENHEITc K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a9 Initializes a new DataObjectTemperatureColumnUnit object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.DataObjectTemperatureColumnUnit.unit_category` attribute of this class is ``TEMPERATURE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param unit_category: The value to assign to the unit_category property of this DataObjectTemperatureColumnUnit. Allowed values for this property are: "DATA_SIZE", "TIME", "POWER", "TEMPERATURE", "CORE", "RATE", "FREQUENCY", "OTHER_STANDARD", "CUSTOM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type unit_category: str :param display_name: The value to assign to the display_name property of this DataObjectTemperatureColumnUnit. :type display_name: str :param unit: The value to assign to the unit property of this DataObjectTemperatureColumnUnit. Allowed values for this property are: "CELSIUS", "FAHRENHEIT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type unit: str �str)� unit_category�display_name�unit�unitCategory�displayNamer N�TEMPERATURE)� swagger_types� attribute_map�_unit_category� _display_name�_unit)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/data_object_temperature_column_unit.py�__init__ s ��z(DataObjectTemperatureColumnUnit.__init__c C s | j S )aw Gets the unit of this DataObjectTemperatureColumnUnit. Temparature unit. Allowed values for this property are: "CELSIUS", "FAHRENHEIT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The unit of this DataObjectTemperatureColumnUnit. :rtype: str )r �r r r r r @ s z$DataObjectTemperatureColumnUnit.unitc C s ddg}t ||�sd}|| _dS )z� Sets the unit of this DataObjectTemperatureColumnUnit. Temparature unit. :param unit: The unit of this DataObjectTemperatureColumnUnit. :type: str r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r O s c C s t | �S �N)r r r r r �__repr__^ s z(DataObjectTemperatureColumnUnit.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__a s z&DataObjectTemperatureColumnUnit.__eq__c C s | |k S r r r"