JezK
Edit File: derived_field.cpython-38.pyc
U �:�e� � @ 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 )�DerivedFieldz The type representing the derived field concept. Derived fields have an expression to define how to derive the field. c K s� ddddddddddddd�| _ d d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new DerivedField object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DerivedField.model_type` attribute of this class is ``DERIVED_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 DerivedField. Allowed values for this property are: "SHAPE", "INPUT_PORT", "SHAPE_FIELD", "INPUT_FIELD", "DERIVED_FIELD", "MACRO_FIELD", "OUTPUT_FIELD", "DYNAMIC_PROXY_FIELD", "OUTPUT_PORT", "DYNAMIC_INPUT_FIELD", "PROXY_FIELD", "PARAMETER", "PIVOT_FIELD", "MACRO_PIVOT_FIELD", "CONDITIONAL_OUTPUT_PORT", "INPUT_PROXY_FIELD", "MATERIALIZED_DYNAMIC_FIELD", "DECISION_OUTPUT_PORT" :type model_type: str :param key: The value to assign to the key property of this DerivedField. :type key: str :param model_version: The value to assign to the model_version property of this DerivedField. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this DerivedField. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this DerivedField. :type config_values: oci.data_integration.models.ConfigValues :param object_status: The value to assign to the object_status property of this DerivedField. :type object_status: int :param name: The value to assign to the name property of this DerivedField. :type name: str :param description: The value to assign to the description property of this DerivedField. :type description: str :param expr: The value to assign to the expr property of this DerivedField. :type expr: oci.data_integration.models.Expression :param type: The value to assign to the type property of this DerivedField. :type type: str :param is_use_inferred_type: The value to assign to the is_use_inferred_type property of this DerivedField. :type is_use_inferred_type: bool :param labels: The value to assign to the labels property of this DerivedField. :type labels: list[str] �strZParentReferenceZConfigValues�int� Expression�boolz list[str])Z model_type�keyZ model_versionZ parent_refZ config_valuesZ object_status�name�description�expr�type�is_use_inferred_type�labelsZ modelTyper ZmodelVersionZ parentRefZconfigValuesZobjectStatusr r r r ZisUseInferredTyper NZ DERIVED_FIELD)Z swagger_typesZ attribute_mapZ_model_type�_keyZ_model_versionZ_parent_refZ_config_valuesZ_object_status�_nameZ_description�_expr�_type�_is_use_inferred_type�_labels)�self�kwargs� r �\/usr/local/python38/lib/python3.8/site-packages/oci/data_integration/models/derived_field.py�__init__ sN 9��zDerivedField.__init__c C s | j S )z� Gets the expr of this DerivedField. :return: The expr of this DerivedField. :rtype: oci.data_integration.models.Expression �r �r r r r r v s zDerivedField.exprc C s || _ dS )z� Sets the expr of this DerivedField. :param expr: The expr of this DerivedField. :type: oci.data_integration.models.Expression Nr )r r r r r r � s c C s | j S )z� Gets the type of this DerivedField. The type of the field. :return: The type of this DerivedField. :rtype: str �r r r r r r � s zDerivedField.typec C s || _ dS )z� Sets the type of this DerivedField. The type of the field. :param type: The type of this DerivedField. :type: str Nr! )r r r r r r � s c C s | j S )a' Gets the is_use_inferred_type of this DerivedField. Specifies whether to use inferred expression output type as output type of the derived field. Default value of this flag is false. :return: The is_use_inferred_type of this DerivedField. :rtype: bool �r r r r r r � s z!DerivedField.is_use_inferred_typec C s || _ dS )a: Sets the is_use_inferred_type of this DerivedField. Specifies whether to use inferred expression output type as output type of the derived field. Default value of this flag is false. :param is_use_inferred_type: The is_use_inferred_type of this DerivedField. :type: bool Nr"