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 )� Dependencyz� Details of a dependency an object or feature defines on another. For example, a source may depend on a parser either directly or indirectly. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aa Initializes a new Dependency object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this Dependency. :type type: str :param reference_type: The value to assign to the reference_type property of this Dependency. :type reference_type: str :param reference_id: The value to assign to the reference_id property of this Dependency. :type reference_id: int �str�int)�type�reference_type�reference_idr Z referenceTypeZreferenceIdN)Z swagger_typesZ attribute_map�_type�_reference_type� _reference_id)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/log_analytics/models/dependency.py�__init__ s ��zDependency.__init__c C s | j S )z� Gets the type of this Dependency. The dependency type. :return: The type of this Dependency. :rtype: str �r �r r r r r 5 s zDependency.typec C s || _ dS )z� Sets the type of this Dependency. The dependency type. :param type: The type of this Dependency. :type: str Nr )r r r r r r A s c C s | j S )z� Gets the reference_type of this Dependency. The type of reference that defines the dependency. :return: The reference_type of this Dependency. :rtype: str �r r r r r r M s zDependency.reference_typec C s || _ dS )z� Sets the reference_type of this Dependency. The type of reference that defines the dependency. :param reference_type: The reference_type of this Dependency. :type: str Nr )r r r r r r Y s c C s | j S )z� Gets the reference_id of this Dependency. The unique identifier of the reference, if available. :return: The reference_id of this Dependency. :rtype: int �r r r r r r e s zDependency.reference_idc C s || _ dS )z� Sets the reference_id of this Dependency. The unique identifier of the reference, if available. :param reference_id: The reference_id of this Dependency. :type: int Nr )r r r r r r q s c C s t | �S �N)r r r r r �__repr__} s zDependency.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDependency.__eq__c C s | |k S r r r r r r �__ne__� s zDependency.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"