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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�IndicatorAttributez@ An attribute name and list of values with attribution. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new IndicatorAttribute object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this IndicatorAttribute. :type name: str :param value: The value to assign to the value property of this IndicatorAttribute. :type value: str :param attribution: The value to assign to the attribution property of this IndicatorAttribute. :type attribution: list[oci.threat_intelligence.models.DataAttribution] �strzlist[DataAttribution])�name�value�attributionr r r N)Z swagger_typesZ attribute_map�_name�_value�_attribution)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/threat_intelligence/models/indicator_attribute.py�__init__ s ��zIndicatorAttribute.__init__c C s | j S )z� **[Required]** Gets the name of this IndicatorAttribute. The name of the attribute. :return: The name of this IndicatorAttribute. :rtype: str �r �r r r r r 4 s zIndicatorAttribute.namec C s || _ dS )z� Sets the name of this IndicatorAttribute. The name of the attribute. :param name: The name of this IndicatorAttribute. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the value of this IndicatorAttribute. The value of the attribute. :return: The value of this IndicatorAttribute. :rtype: str �r r r r r r L s zIndicatorAttribute.valuec C s || _ dS )z� Sets the value of this IndicatorAttribute. The value of the attribute. :param value: The value of this IndicatorAttribute. :type: str Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the attribution of this IndicatorAttribute. The array of attribution data that support this attribute. :return: The attribution of this IndicatorAttribute. :rtype: list[oci.threat_intelligence.models.DataAttribution] �r r r r r r d s zIndicatorAttribute.attributionc C s || _ dS )a Sets the attribution of this IndicatorAttribute. The array of attribution data that support this attribute. :param attribution: The attribution of this IndicatorAttribute. :type: list[oci.threat_intelligence.models.DataAttribution] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zIndicatorAttribute.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zIndicatorAttribute.__eq__c C s | |k S r r r r r r �__ne__� s zIndicatorAttribute.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"