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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�DataObjectCustomColumnUnitzG Unit details of a data object column of CUSTOM unit category. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new DataObjectCustomColumnUnit object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.DataObjectCustomColumnUnit.unit_category` attribute of this class is ``CUSTOM`` 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 DataObjectCustomColumnUnit. Allowed values for this property are: "DATA_SIZE", "TIME", "POWER", "TEMPERATURE", "CORE", "RATE", "FREQUENCY", "OTHER_STANDARD", "CUSTOM" :type unit_category: str :param display_name: The value to assign to the display_name property of this DataObjectCustomColumnUnit. :type display_name: str :param unit: The value to assign to the unit property of this DataObjectCustomColumnUnit. :type unit: str �str)� unit_category�display_name�unit�unitCategory�displayNamer N�CUSTOM)� 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_custom_column_unit.py�__init__ s ��z#DataObjectCustomColumnUnit.__init__c C s | j S )z� Gets the unit of this DataObjectCustomColumnUnit. Custom column unit. :return: The unit of this DataObjectCustomColumnUnit. :rtype: str �r �r r r r r 5 s zDataObjectCustomColumnUnit.unitc C s || _ dS )z� Sets the unit of this DataObjectCustomColumnUnit. Custom column unit. :param unit: The unit of this DataObjectCustomColumnUnit. :type: str Nr )r r r r r r A s c C s t | �S �N)r r r r r �__repr__M s z#DataObjectCustomColumnUnit.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__P s z!DataObjectCustomColumnUnit.__eq__c C s | |k S r r r r r r �__ne__V s z!DataObjectCustomColumnUnit.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r"