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 )�HostedEntitySummaryzV Information about a hosted entity which includes identifier, name, and type. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new HostedEntitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_identifier: The value to assign to the entity_identifier property of this HostedEntitySummary. :type entity_identifier: str :param entity_name: The value to assign to the entity_name property of this HostedEntitySummary. :type entity_name: str :param entity_type: The value to assign to the entity_type property of this HostedEntitySummary. :type entity_type: str �str)�entity_identifier�entity_name�entity_typeZentityIdentifierZ entityNameZ entityTypeN)Z swagger_typesZ attribute_map�_entity_identifier�_entity_name�_entity_type)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/opsi/models/hosted_entity_summary.py�__init__ s ��zHostedEntitySummary.__init__c C s | j S )z� **[Required]** Gets the entity_identifier of this HostedEntitySummary. The identifier of the entity. :return: The entity_identifier of this HostedEntitySummary. :rtype: str �r �r r r r r 4 s z%HostedEntitySummary.entity_identifierc C s || _ dS )z� Sets the entity_identifier of this HostedEntitySummary. The identifier of the entity. :param entity_identifier: The entity_identifier of this HostedEntitySummary. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the entity_name of this HostedEntitySummary. The entity name. :return: The entity_name of this HostedEntitySummary. :rtype: str �r r r r r r L s zHostedEntitySummary.entity_namec C s || _ dS )z� Sets the entity_name of this HostedEntitySummary. The entity name. :param entity_name: The entity_name of this HostedEntitySummary. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the entity_type of this HostedEntitySummary. The entity type. :return: The entity_type of this HostedEntitySummary. :rtype: str �r r r r r r d s zHostedEntitySummary.entity_typec C s || _ dS )z� Sets the entity_type of this HostedEntitySummary. The entity type. :param entity_type: The entity_type of this HostedEntitySummary. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zHostedEntitySummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zHostedEntitySummary.__eq__c C s | |k S r r r r r r �__ne__� s zHostedEntitySummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"