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 )�KeyAttributezP An attribute within a key, the attribute property is being deprecated. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new KeyAttribute object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param position: The value to assign to the position property of this KeyAttribute. :type position: int :param shape_field: The value to assign to the shape_field property of this KeyAttribute. :type shape_field: oci.data_integration.models.ShapeField :param attribute: The value to assign to the attribute property of this KeyAttribute. :type attribute: oci.data_integration.models.ShapeField �intZ ShapeField)�position�shape_field� attributer Z shapeFieldr N)Z swagger_typesZ attribute_map� _position�_shape_field� _attribute)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/data_integration/models/key_attribute.py�__init__ s ��zKeyAttribute.__init__c C s | j S )z� Gets the position of this KeyAttribute. The position of the attribute. :return: The position of this KeyAttribute. :rtype: int �r �r r r r r 4 s zKeyAttribute.positionc C s || _ dS )z� Sets the position of this KeyAttribute. The position of the attribute. :param position: The position of this KeyAttribute. :type: int Nr )r r r r r r @ s c C s | j S )z� Gets the shape_field of this KeyAttribute. :return: The shape_field of this KeyAttribute. :rtype: oci.data_integration.models.ShapeField �r r r r r r L s zKeyAttribute.shape_fieldc C s || _ dS )z� Sets the shape_field of this KeyAttribute. :param shape_field: The shape_field of this KeyAttribute. :type: oci.data_integration.models.ShapeField Nr )r r r r r r V s c C s | j S )z� Gets the attribute of this KeyAttribute. :return: The attribute of this KeyAttribute. :rtype: oci.data_integration.models.ShapeField �r r r r r r ` s zKeyAttribute.attributec C s || _ dS )z� Sets the attribute of this KeyAttribute. :param attribute: The attribute of this KeyAttribute. :type: oci.data_integration.models.ShapeField Nr )r r r r r r j s c C s t | �S �N)r r r r r �__repr__t s zKeyAttribute.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__w s zKeyAttribute.__eq__c C s | |k S r r r r r r �__ne__} s zKeyAttribute.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"