ruạṛ
a O��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 d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�IndicatorCountDimensionszO The indicator dimension that was counted, such as the indicator type. �DOMAIN_NAME� FILE_NAME�MD5_HASH� SHA1_HASH�SHA256_HASH� IP_ADDRESS�URLc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new IndicatorCountDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this IndicatorCountDimensions. :type compartment_id: str :param type: The value to assign to the type property of this IndicatorCountDimensions. Allowed values for this property are: "DOMAIN_NAME", "FILE_NAME", "MD5_HASH", "SHA1_HASH", "SHA256_HASH", "IP_ADDRESS", "URL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str �str)�compartment_id�type� compartmentIdr N)� swagger_types� attribute_map�_compartment_id�_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/threat_intelligence/models/indicator_count_dimensions.py�__init__, s ��z!IndicatorCountDimensions.__init__c C s | j S )z� Gets the compartment_id of this IndicatorCountDimensions. The compartment OCID that contains the indicator type. :return: The compartment_id of this IndicatorCountDimensions. :rtype: str �r �r r r r r I s z'IndicatorCountDimensions.compartment_idc C s || _ dS )z� Sets the compartment_id of this IndicatorCountDimensions. The compartment OCID that contains the indicator type. :param compartment_id: The compartment_id of this IndicatorCountDimensions. :type: str Nr )r r r r r r U s c C s | j S )a� Gets the type of this IndicatorCountDimensions. The indicator type that was counted. Allowed values for this property are: "DOMAIN_NAME", "FILE_NAME", "MD5_HASH", "SHA1_HASH", "SHA256_HASH", "IP_ADDRESS", "URL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this IndicatorCountDimensions. :rtype: str )r r r r r r a s zIndicatorCountDimensions.typec C s g d�}t ||�sd}|| _dS )z� Sets the type of this IndicatorCountDimensions. The indicator type that was counted. :param type: The type of this IndicatorCountDimensions. :type: str )r r r r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r p s c C s t | �S �N)r r r r r �__repr__ s z!IndicatorCountDimensions.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zIndicatorCountDimensions.__eq__c C s | |k S r r r"