ruạṛ
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Entity� )�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 )�CompositeEntityz* Metadata for a composite entity. c K sV ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _d | _dS )aP Initializes a new CompositeEntity object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CompositeEntity.type` attribute of this class is ``COMPOSITE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this CompositeEntity. :type id: str :param name: The value to assign to the name property of this CompositeEntity. :type name: str :param type: The value to assign to the type property of this CompositeEntity. Allowed values for this property are: "COMPOSITE", "ENUM_VALUES" :type type: str :param attributes: The value to assign to the attributes property of this CompositeEntity. :type attributes: list[oci.oda.models.EntityAttribute] :param actions: The value to assign to the actions property of this CompositeEntity. :type actions: list[oci.oda.models.EntityAction] :param natural_language_mapping: The value to assign to the natural_language_mapping property of this CompositeEntity. :type natural_language_mapping: oci.oda.models.EntityNaturalLanguageMapping �strzlist[EntityAttribute]zlist[EntityAction]ZEntityNaturalLanguageMapping)�id�name�type� attributes�actions�natural_language_mappingr r r r r ZnaturalLanguageMappingNZ COMPOSITE)Z swagger_typesZ attribute_mapZ_id�_nameZ_type�_attributes�_actions�_natural_language_mapping)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/oda/models/composite_entity.py�__init__ s* !� � zCompositeEntity.__init__c C s | j S )z� **[Required]** Gets the attributes of this CompositeEntity. List of entity attributes. :return: The attributes of this CompositeEntity. :rtype: list[oci.oda.models.EntityAttribute] �r �r r r r r L s zCompositeEntity.attributesc C s || _ dS )z� Sets the attributes of this CompositeEntity. List of entity attributes. :param attributes: The attributes of this CompositeEntity. :type: list[oci.oda.models.EntityAttribute] Nr )r r r r r r X s c C s | j S )z� Gets the actions of this CompositeEntity. List of entity actions. :return: The actions of this CompositeEntity. :rtype: list[oci.oda.models.EntityAction] �r r r r r r d s zCompositeEntity.actionsc C s || _ dS )z� Sets the actions of this CompositeEntity. List of entity actions. :param actions: The actions of this CompositeEntity. :type: list[oci.oda.models.EntityAction] Nr )r r r r r r p s c C s | j S )z� Gets the natural_language_mapping of this CompositeEntity. :return: The natural_language_mapping of this CompositeEntity. :rtype: oci.oda.models.EntityNaturalLanguageMapping �r r r r r r | s z(CompositeEntity.natural_language_mappingc C s || _ dS )z� Sets the natural_language_mapping of this CompositeEntity. :param natural_language_mapping: The natural_language_mapping of this CompositeEntity. :type: oci.oda.models.EntityNaturalLanguageMapping Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zCompositeEntity.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCompositeEntity.__eq__c C s | |k S r r r r r r �__ne__� s zCompositeEntity.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"