ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�FormatEntry� )�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 )�FixedNumberFormatEntryz� The Fixed Number masking format uses a constant number for masking. To learn more, check Fixed Number in the Data Safe documentation. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) a7 Initializes a new FixedNumberFormatEntry object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.FixedNumberFormatEntry.type` attribute of this class is ``FIXED_NUMBER`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this FixedNumberFormatEntry. Allowed values for this property are: "DELETE_ROWS", "DETERMINISTIC_SUBSTITUTION", "DETERMINISTIC_ENCRYPTION", "DETERMINISTIC_ENCRYPTION_DATE", "FIXED_NUMBER", "FIXED_STRING", "LIBRARY_MASKING_FORMAT", "NULL_VALUE", "POST_PROCESSING_FUNCTION", "PRESERVE_ORIGINAL_DATA", "RANDOM_DATE", "RANDOM_DECIMAL_NUMBER", "RANDOM_DIGITS", "RANDOM_LIST", "RANDOM_NUMBER", "RANDOM_STRING", "RANDOM_SUBSTITUTION", "REGULAR_EXPRESSION", "SHUFFLE", "SQL_EXPRESSION", "SUBSTRING", "TRUNCATE_TABLE", "USER_DEFINED_FUNCTION" :type type: str :param description: The value to assign to the description property of this FixedNumberFormatEntry. :type description: str :param fixed_number: The value to assign to the fixed_number property of this FixedNumberFormatEntry. :type fixed_number: float �str�float)�type�description�fixed_numberr r �fixedNumberN�FIXED_NUMBER)� swagger_types� attribute_map�_type�_description� _fixed_number)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/fixed_number_format_entry.py�__init__ s ��zFixedNumberFormatEntry.__init__c C s | j S )z� **[Required]** Gets the fixed_number of this FixedNumberFormatEntry. The constant number to be used for masking. :return: The fixed_number of this FixedNumberFormatEntry. :rtype: float �r �r r r r r 6 s z#FixedNumberFormatEntry.fixed_numberc C s || _ dS )z� Sets the fixed_number of this FixedNumberFormatEntry. The constant number to be used for masking. :param fixed_number: The fixed_number of this FixedNumberFormatEntry. :type: float Nr )r r r r r r B s c C s t | �S �N)r r r r r �__repr__N s zFixedNumberFormatEntry.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__Q s zFixedNumberFormatEntry.__eq__c C s | |k S r r r r r r �__ne__W s zFixedNumberFormatEntry.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r"