ruạṛ
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�MaskingAnalyticsSummaryz, Summary of masking analytics data. �MASKING_POLICY�MASKING_DATABASE�MASKING_WORK_REQUEST�MASKED_SENSITIVE_TYPE� MASKED_SCHEMA�MASKED_TABLE� MASKED_COLUMN�MASKED_DATA_VALUEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new MaskingAnalyticsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_name: The value to assign to the metric_name property of this MaskingAnalyticsSummary. Allowed values for this property are: "MASKING_POLICY", "MASKING_DATABASE", "MASKING_WORK_REQUEST", "MASKED_SENSITIVE_TYPE", "MASKED_SCHEMA", "MASKED_TABLE", "MASKED_COLUMN", "MASKED_DATA_VALUE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type metric_name: str :param dimensions: The value to assign to the dimensions property of this MaskingAnalyticsSummary. :type dimensions: oci.data_safe.models.MaskingAnalyticsDimensions :param count: The value to assign to the count property of this MaskingAnalyticsSummary. :type count: int �strZMaskingAnalyticsDimensions�int)�metric_name� dimensions�countZ metricNamer r N)Z swagger_typesZ attribute_map�_metric_name�_dimensions�_count)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/data_safe/models/masking_analytics_summary.py�__init__2 s ��z MaskingAnalyticsSummary.__init__c C s | j S )a **[Required]** Gets the metric_name of this MaskingAnalyticsSummary. The name of the aggregation metric. Allowed values for this property are: "MASKING_POLICY", "MASKING_DATABASE", "MASKING_WORK_REQUEST", "MASKED_SENSITIVE_TYPE", "MASKED_SCHEMA", "MASKED_TABLE", "MASKED_COLUMN", "MASKED_DATA_VALUE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The metric_name of this MaskingAnalyticsSummary. :rtype: str )r �r r r r r V s z#MaskingAnalyticsSummary.metric_namec C s g d�}t ||�sd}|| _dS )z� Sets the metric_name of this MaskingAnalyticsSummary. The name of the aggregation metric. :param metric_name: The metric_name of this MaskingAnalyticsSummary. :type: str )r r r r r r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r e s c C s | j S )z� Gets the dimensions of this MaskingAnalyticsSummary. :return: The dimensions of this MaskingAnalyticsSummary. :rtype: oci.data_safe.models.MaskingAnalyticsDimensions �r r r r r r t s z"MaskingAnalyticsSummary.dimensionsc C s || _ dS )z� Sets the dimensions of this MaskingAnalyticsSummary. :param dimensions: The dimensions of this MaskingAnalyticsSummary. :type: oci.data_safe.models.MaskingAnalyticsDimensions Nr )r r r r r r ~ s c C s | j S )z� **[Required]** Gets the count of this MaskingAnalyticsSummary. The total count for the aggregation metric. :return: The count of this MaskingAnalyticsSummary. :rtype: int �r r r r r r � s zMaskingAnalyticsSummary.countc C s || _ dS )z� Sets the count of this MaskingAnalyticsSummary. The total count for the aggregation metric. :param count: The count of this MaskingAnalyticsSummary. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z MaskingAnalyticsSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zMaskingAnalyticsSummary.__eq__c C s | |k S r r r"