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 )�UDFFormatEntrya� The User Defined Function masking format lets you define your own logic to mask column data. The return value of the user-defined function is used to replace the original values. The user-defined function has a fixed signature and is a PL/SQL function that can be invoked in a SELECT statement. To learn more, check User Defined Function in the Data Safe documentation. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a1 Initializes a new UDFFormatEntry object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.UDFFormatEntry.type` attribute of this class is ``USER_DEFINED_FUNCTION`` 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 UDFFormatEntry. 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 UDFFormatEntry. :type description: str :param user_defined_function: The value to assign to the user_defined_function property of this UDFFormatEntry. :type user_defined_function: str �str)�type�description�user_defined_functionr r �userDefinedFunctionN�USER_DEFINED_FUNCTION)� swagger_types� attribute_map�_type�_description�_user_defined_function)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/udf_format_entry.py�__init__ s ��zUDFFormatEntry.__init__c C s | j S )aV **[Required]** Gets the user_defined_function of this UDFFormatEntry. The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional. :return: The user_defined_function of this UDFFormatEntry. :rtype: str �r �r r r r r 9 s z$UDFFormatEntry.user_defined_functionc C s || _ dS )a[ Sets the user_defined_function of this UDFFormatEntry. The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional. :param user_defined_function: The user_defined_function of this UDFFormatEntry. :type: str Nr )r r r r r r F s c C s t | �S �N)r r r r r �__repr__S s zUDFFormatEntry.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__V s zUDFFormatEntry.__eq__c C s | |k S r r r r r r �__ne__\ s zUDFFormatEntry.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r! r r r r r s % r N) �format_entryr �oci.utilr r r �oci.decoratorsr r r r r r �<module> s
cải xoăn