ruạṛ
a N��fL � @ 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 Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Zd<d=� Zd>d?� Z d@dA� Z!dBS )C�TermRelationshipzq Full term relationship definition. Business term relationship between two terms in a business glossary. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s� ddddddddddddddddd�| _ dddddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new TermRelationship object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this TermRelationship. :type key: str :param display_name: The value to assign to the display_name property of this TermRelationship. :type display_name: str :param description: The value to assign to the description property of this TermRelationship. :type description: str :param related_term_key: The value to assign to the related_term_key property of this TermRelationship. :type related_term_key: str :param related_term_display_name: The value to assign to the related_term_display_name property of this TermRelationship. :type related_term_display_name: str :param related_term_description: The value to assign to the related_term_description property of this TermRelationship. :type related_term_description: str :param related_term_path: The value to assign to the related_term_path property of this TermRelationship. :type related_term_path: str :param related_term_glossary_key: The value to assign to the related_term_glossary_key property of this TermRelationship. :type related_term_glossary_key: str :param uri: The value to assign to the uri property of this TermRelationship. :type uri: str :param parent_term_key: The value to assign to the parent_term_key property of this TermRelationship. :type parent_term_key: str :param parent_term_display_name: The value to assign to the parent_term_display_name property of this TermRelationship. :type parent_term_display_name: str :param parent_term_description: The value to assign to the parent_term_description property of this TermRelationship. :type parent_term_description: str :param parent_term_path: The value to assign to the parent_term_path property of this TermRelationship. :type parent_term_path: str :param parent_term_glossary_key: The value to assign to the parent_term_glossary_key property of this TermRelationship. :type parent_term_glossary_key: str :param time_created: The value to assign to the time_created property of this TermRelationship. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this TermRelationship. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �str�datetime)�key�display_name�description�related_term_key�related_term_display_name�related_term_description�related_term_path�related_term_glossary_key�uri�parent_term_key�parent_term_display_name�parent_term_description�parent_term_path�parent_term_glossary_key�time_created�lifecycle_stater �displayNamer �relatedTermKey�relatedTermDisplayName�relatedTermDescription�relatedTermPath�relatedTermGlossaryKeyr � parentTermKey�parentTermDisplayName�parentTermDescription�parentTermPath�parentTermGlossaryKey�timeCreated�lifecycleStateN)� swagger_types� attribute_map�_key� _display_name�_description�_related_term_key�_related_term_display_name�_related_term_description�_related_term_path�_related_term_glossary_key�_uri�_parent_term_key�_parent_term_display_name�_parent_term_description�_parent_term_path�_parent_term_glossary_key� _time_created�_lifecycle_state)�self�kwargs� rB ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/term_relationship.py�__init__0 sd I��zTermRelationship.__init__c C s | j S )z� **[Required]** Gets the key of this TermRelationship. Unique term relationship key that is immutable. :return: The key of this TermRelationship. :rtype: str �r0 �r@ rB rB rC r � s zTermRelationship.keyc C s || _ dS )z� Sets the key of this TermRelationship. Unique term relationship key that is immutable. :param key: The key of this TermRelationship. :type: str NrE )r@ r rB rB rC r � s c C s | j S )aT Gets the display_name of this TermRelationship. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.This is the same as relationshipType for termRelationship :return: The display_name of this TermRelationship. :rtype: str �r1 rF rB rB rC r � s zTermRelationship.display_namec C s || _ dS )a_ Sets the display_name of this TermRelationship. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.This is the same as relationshipType for termRelationship :param display_name: The display_name of this TermRelationship. :type: str NrG )r@ r rB rB rC r � s c C s | j S )z� Gets the description of this TermRelationship. Detailed description of the term relationship usually defined at the time of creation. :return: The description of this TermRelationship. :rtype: str �r2 rF rB rB rC r � s zTermRelationship.descriptionc C s || _ dS )z� Sets the description of this TermRelationship. Detailed description of the term relationship usually defined at the time of creation. :param description: The description of this TermRelationship. :type: str NrH )r@ r rB rB rC r � s c C s | j S )z� Gets the related_term_key of this TermRelationship. Unique id of the related term. :return: The related_term_key of this TermRelationship. :rtype: str �r3 rF rB rB rC r � s z!TermRelationship.related_term_keyc C s || _ dS )z� Sets the related_term_key of this TermRelationship. Unique id of the related term. :param related_term_key: The related_term_key of this TermRelationship. :type: str NrI )r@ r rB rB rC r s c C s | j S )z� Gets the related_term_display_name of this TermRelationship. Name of the related term. :return: The related_term_display_name of this TermRelationship. :rtype: str �r4 rF rB rB rC r s z*TermRelationship.related_term_display_namec C s || _ dS )z� Sets the related_term_display_name of this TermRelationship. Name of the related term. :param related_term_display_name: The related_term_display_name of this TermRelationship. :type: str NrJ )r@ r rB rB rC r s c C s | j S )z� Gets the related_term_description of this TermRelationship. Description of the related term. :return: The related_term_description of this TermRelationship. :rtype: str �r5 rF rB rB rC r ) s z)TermRelationship.related_term_descriptionc C s || _ dS )z� Sets the related_term_description of this TermRelationship. Description of the related term. :param related_term_description: The related_term_description of this TermRelationship. :type: str NrK )r@ r rB rB rC r 5 s c C s | j S )z� Gets the related_term_path of this TermRelationship. Full path of the related term. :return: The related_term_path of this TermRelationship. :rtype: str �r6 rF rB rB rC r A s z"TermRelationship.related_term_pathc C s || _ dS )z� Sets the related_term_path of this TermRelationship. Full path of the related term. :param related_term_path: The related_term_path of this TermRelationship. :type: str NrL )r@ r rB rB rC r M s c C s | j S )z� Gets the related_term_glossary_key of this TermRelationship. Glossary key of the related term. :return: The related_term_glossary_key of this TermRelationship. :rtype: str �r7 rF rB rB rC r Y s z*TermRelationship.related_term_glossary_keyc C s || _ dS )z� Sets the related_term_glossary_key of this TermRelationship. Glossary key of the related term. :param related_term_glossary_key: The related_term_glossary_key of this TermRelationship. :type: str NrM )r@ r rB rB rC r e s c C s | j S )z� Gets the uri of this TermRelationship. URI to the term relationship instance in the API. :return: The uri of this TermRelationship. :rtype: str �r8 rF rB rB rC r q s zTermRelationship.uric C s || _ dS )z� Sets the uri of this TermRelationship. URI to the term relationship instance in the API. :param uri: The uri of this TermRelationship. :type: str NrN )r@ r rB rB rC r } s c C s | j S )z� Gets the parent_term_key of this TermRelationship. This relationships parent term key. :return: The parent_term_key of this TermRelationship. :rtype: str �r9 rF rB rB rC r � s z TermRelationship.parent_term_keyc C s || _ dS )z� Sets the parent_term_key of this TermRelationship. This relationships parent term key. :param parent_term_key: The parent_term_key of this TermRelationship. :type: str NrO )r@ r rB rB rC r � s c C s | j S )z� Gets the parent_term_display_name of this TermRelationship. Name of the parent term. :return: The parent_term_display_name of this TermRelationship. :rtype: str �r: rF rB rB rC r � s z)TermRelationship.parent_term_display_namec C s || _ dS )z� Sets the parent_term_display_name of this TermRelationship. Name of the parent term. :param parent_term_display_name: The parent_term_display_name of this TermRelationship. :type: str NrP )r@ r rB rB rC r � s c C s | j S )z� Gets the parent_term_description of this TermRelationship. Description of the parent term. :return: The parent_term_description of this TermRelationship. :rtype: str �r; rF rB rB rC r � s z(TermRelationship.parent_term_descriptionc C s || _ dS )z� Sets the parent_term_description of this TermRelationship. Description of the parent term. :param parent_term_description: The parent_term_description of this TermRelationship. :type: str NrQ )r@ r rB rB rC r � s c C s | j S )z� Gets the parent_term_path of this TermRelationship. Full path of the parent term. :return: The parent_term_path of this TermRelationship. :rtype: str �r<