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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�RandomDecimalNumberFormatEntryaB The Random Decimal Number masking format generates random and unique decimal numbers within a range. The range is defined by the startValue and endValue attributes. The start value must be less than or equal to the end value. To learn more, check Random Decimal Number in the Data Safe documentation. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a Initializes a new RandomDecimalNumberFormatEntry object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.RandomDecimalNumberFormatEntry.type` attribute of this class is ``RANDOM_DECIMAL_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 RandomDecimalNumberFormatEntry. 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 RandomDecimalNumberFormatEntry. :type description: str :param start_value: The value to assign to the start_value property of this RandomDecimalNumberFormatEntry. :type start_value: float :param end_value: The value to assign to the end_value property of this RandomDecimalNumberFormatEntry. :type end_value: float �str�float)�type�description�start_value� end_valuer r � startValue�endValueN�RANDOM_DECIMAL_NUMBER)� swagger_types� attribute_map�_type�_description�_start_value� _end_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/random_decimal_number_format_entry.py�__init__ s ��z'RandomDecimalNumberFormatEntry.__init__c C s | j S )a~ **[Required]** Gets the start_value of this RandomDecimalNumberFormatEntry. The lower bound of the range within which random decimal numbers should be generated. It must be less than or equal to the end value. It supports input of double type. :return: The start_value of this RandomDecimalNumberFormatEntry. :rtype: float �r �r r r r r ? s z*RandomDecimalNumberFormatEntry.start_valuec C s || _ dS )ay Sets the start_value of this RandomDecimalNumberFormatEntry. The lower bound of the range within which random decimal numbers should be generated. It must be less than or equal to the end value. It supports input of double type. :param start_value: The start_value of this RandomDecimalNumberFormatEntry. :type: float Nr )r r r r r r M s c C s | j S )a **[Required]** Gets the end_value of this RandomDecimalNumberFormatEntry. The upper bound of the range within which random decimal numbers should be generated. It must be greater than or equal to the start value. It supports input of double type. :return: The end_value of this RandomDecimalNumberFormatEntry. :rtype: float �r r r r r r [ s z(RandomDecimalNumberFormatEntry.end_valuec C s || _ dS )ax Sets the end_value of this RandomDecimalNumberFormatEntry. The upper bound of the range within which random decimal numbers should be generated. It must be greater than or equal to the start value. It supports input of double type. :param end_value: The end_value of this RandomDecimalNumberFormatEntry. :type: float Nr )r r r r r r i s c C s t | �S �N)r r r r r �__repr__w s z'RandomDecimalNumberFormatEntry.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__z s z%RandomDecimalNumberFormatEntry.__eq__c C s | |k S r r r# r r r �__ne__� s z%RandomDecimalNumberFormatEntry.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r% r&