ruạṛ
a N��fi � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TypedObject� )�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 ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�NativeShapeFieldz( The native shape field object. c K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new NativeShapeField object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.NativeShapeField.model_type` attribute of this class is ``NATIVE_SHAPE_FIELD`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this NativeShapeField. Allowed values for this property are: "SHAPE", "SHAPE_FIELD", "NATIVE_SHAPE_FIELD" :type model_type: str :param key: The value to assign to the key property of this NativeShapeField. :type key: str :param model_version: The value to assign to the model_version property of this NativeShapeField. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this NativeShapeField. :type parent_ref: oci.data_connectivity.models.ParentReference :param config_values: The value to assign to the config_values property of this NativeShapeField. :type config_values: oci.data_connectivity.models.ConfigValues :param object_status: The value to assign to the object_status property of this NativeShapeField. :type object_status: int :param name: The value to assign to the name property of this NativeShapeField. :type name: str :param description: The value to assign to the description property of this NativeShapeField. :type description: str :param type: The value to assign to the type property of this NativeShapeField. :type type: object :param position: The value to assign to the position property of this NativeShapeField. :type position: int :param default_value_string: The value to assign to the default_value_string property of this NativeShapeField. :type default_value_string: str :param is_mandatory: The value to assign to the is_mandatory property of this NativeShapeField. :type is_mandatory: bool �str�ParentReference�ConfigValues�int�object�bool)� model_type�key� model_version� parent_ref� config_values� object_status�name�description�type�position�default_value_string�is_mandatory� modelTyper �modelVersion� parentRef�configValues�objectStatusr r r r �defaultValueString�isMandatoryN�NATIVE_SHAPE_FIELD)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_config_values�_object_status�_name�_description�_type� _position�_default_value_string� _is_mandatory)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/native_shape_field.py�__init__ sN 9��zNativeShapeField.__init__c C s | j S )z� **[Required]** Gets the type of this NativeShapeField. The type reference. :return: The type of this NativeShapeField. :rtype: object �r- �r1 r3 r3 r4 r t s zNativeShapeField.typec C s || _ dS )z� Sets the type of this NativeShapeField. The type reference. :param type: The type of this NativeShapeField. :type: object Nr6 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the position of this NativeShapeField. The position of the attribute. :return: The position of this NativeShapeField. :rtype: int �r. r7 r3 r3 r4 r � s zNativeShapeField.positionc C s || _ dS )z� Sets the position of this NativeShapeField. The position of the attribute. :param position: The position of this NativeShapeField. :type: int Nr8 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the default_value_string of this NativeShapeField. The default value. :return: The default_value_string of this NativeShapeField. :rtype: str �r/ r7 r3 r3 r4 r � s z%NativeShapeField.default_value_stringc C s || _ dS )z� Sets the default_value_string of this NativeShapeField. The default value. :param default_value_string: The default_value_string of this NativeShapeField. :type: str Nr9 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the is_mandatory of this NativeShapeField. Specifies whether the field is mandatory. :return: The is_mandatory of this NativeShapeField. :rtype: bool �r0 r7 r3 r3 r4 r � s zNativeShapeField.is_mandatoryc C s || _ dS )z� Sets the is_mandatory of this NativeShapeField. Specifies whether the field is mandatory. :param is_mandatory: The is_mandatory of this NativeShapeField. :type: bool Nr: )r1 r r3 r3 r4 r � s c C s t | �S �N)r r7 r3 r3 r4 �__repr__� s zNativeShapeField.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r1 �otherr3 r3 r4 �__eq__� s zNativeShapeField.__eq__c C s | |k S r; r3 r>