ruạṛ
a N��ft � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�ScopeReferencezx The `ScopeReference` class is a base class for any model object that wraps a scope reference to a TypedObject. � DIRECT_REF�BOUND_ENTITY_SHAPE�BOUND_ENTITY_SHAPE_FIELD�OCI_FUNCTION_INPUT_SHAPE�OCI_FUNCTION_OUTPUT_SHAPEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ScopeReference object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param reference_object: The value to assign to the reference_object property of this ScopeReference. :type reference_object: str :param reference_type: The value to assign to the reference_type property of this ScopeReference. Allowed values for this property are: "DIRECT_REF", "BOUND_ENTITY_SHAPE", "BOUND_ENTITY_SHAPE_FIELD", "OCI_FUNCTION_INPUT_SHAPE", "OCI_FUNCTION_OUTPUT_SHAPE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type reference_type: str :param ref_object_name: The value to assign to the ref_object_name property of this ScopeReference. :type ref_object_name: str �str)�reference_object�reference_type�ref_object_name�referenceObject� referenceType� refObjectNameN)� swagger_types� attribute_map�_reference_object�_reference_type�_ref_object_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/scope_reference.py�__init__$ s ��zScopeReference.__init__c C s | j S )a� **[Required]** Gets the reference_object of this ScopeReference. A key or shallow reference to an object. For direct reference, it points to the actual scope object. For BOUND_ENTITY_SHAPE or BOUND_ENTITY_SHAPE_FIELD, it points to the source or target operator. For OCI_FUNCTION_INPUT_SHAPE or OCI_FUNCTION_OUTPUT_SHAPE, it points to the OCI Function object. :return: The reference_object of this ScopeReference. :rtype: str �r �r r r r r H s zScopeReference.reference_objectc C s || _ dS )a� Sets the reference_object of this ScopeReference. A key or shallow reference to an object. For direct reference, it points to the actual scope object. For BOUND_ENTITY_SHAPE or BOUND_ENTITY_SHAPE_FIELD, it points to the source or target operator. For OCI_FUNCTION_INPUT_SHAPE or OCI_FUNCTION_OUTPUT_SHAPE, it points to the OCI Function object. :param reference_object: The reference_object of this ScopeReference. :type: str Nr )r r r r r r T s c C s | j S )a� Gets the reference_type of this ScopeReference. The reference type for this reference. Set to null for a direct reference, for indirect references set to a type of association such as "BOUND_ENTITY_SHAPE". Current known reference type values are "BOUND_ENTITY_SHAPE", "BOUND_ENTITY_SHAPE_FIELD", "OCI_FUNCTION_INPUT_SHAPE", "OCI_FUNCTION_OUTPUT_SHAPE" Allowed values for this property are: "DIRECT_REF", "BOUND_ENTITY_SHAPE", "BOUND_ENTITY_SHAPE_FIELD", "OCI_FUNCTION_INPUT_SHAPE", "OCI_FUNCTION_OUTPUT_SHAPE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The reference_type of this ScopeReference. :rtype: str )r r r r r r ` s zScopeReference.reference_typec C s g d�}t ||�sd}|| _dS )a� Sets the reference_type of this ScopeReference. The reference type for this reference. Set to null for a direct reference, for indirect references set to a type of association such as "BOUND_ENTITY_SHAPE". Current known reference type values are "BOUND_ENTITY_SHAPE", "BOUND_ENTITY_SHAPE_FIELD", "OCI_FUNCTION_INPUT_SHAPE", "OCI_FUNCTION_OUTPUT_SHAPE" :param reference_type: The reference_type of this ScopeReference. :type: str )r r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r o s c C s | j S )a' Gets the ref_object_name of this ScopeReference. The referenced object name for this reference. Set to the field name if the referenceType is BOUND_ENTITY_SHAPE_FIELD, else set to null. :return: The ref_object_name of this ScopeReference. :rtype: str �r r r r r r ~ s zScopeReference.ref_object_namec C s || _ dS )a5 Sets the ref_object_name of this ScopeReference. The referenced object name for this reference. Set to the field name if the referenceType is BOUND_ENTITY_SHAPE_FIELD, else set to null. :param ref_object_name: The ref_object_name of this ScopeReference. :type: str Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zScopeReference.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zScopeReference.__eq__c C s | |k S r"