ruạṛ
a N��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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#edEdF� �Z$e$jdGdF� �Z$edHdI� �Z%e%jdJdI� �Z%edKdL� �Z&e&jdMdL� �Z&edNdO� �Z'e'jdPdO� �Z'edQdR� �Z(e(jdSdR� �Z(edTdU� �Z)e)jdVdU� �Z)edWdX� �Z*e*jdYdX� �Z*edZd[� �Z+e+jd\d[� �Z+ed]d^� �Z,e,jd_d^� �Z,ed`da� �Z-e-jdbda� �Z-edcdd� �Z.e.jdedd� �Z.edfdg� �Z/e/jdhdg� �Z/edidj� �Z0e0jdkdj� �Z0edldm� �Z1e1jdndm� �Z1edodp� �Z2e2jdqdp� �Z2edrds� �Z3e3jdtds� �Z3dudv� Z4dwdx� Z5dydz� Z6d{S )|� Attributez� Details of an entity attribute. An attribute of a data entity describing an item of data, with a name and data type. Synonymous with 'column' in a database. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVING� PRIMARYKEY� FOREIGNKEY� UNIQUEKEYc # K sh ddddddddddddddddddddddddddddddddddd �"| _ d ddd ddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d �"| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _ d,| _ d,| _d,| _d,| _ d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _d,| _ d,| _!d,| _"d,| _#d,S )-a� Initializes a new Attribute 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 Attribute. :type key: str :param display_name: The value to assign to the display_name property of this Attribute. :type display_name: str :param business_name: The value to assign to the business_name property of this Attribute. :type business_name: str :param description: The value to assign to the description property of this Attribute. :type description: str :param entity_key: The value to assign to the entity_key property of this Attribute. :type entity_key: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Attribute. 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 :param time_created: The value to assign to the time_created property of this Attribute. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Attribute. :type time_updated: datetime :param created_by_id: The value to assign to the created_by_id property of this Attribute. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this Attribute. :type updated_by_id: str :param external_data_type: The value to assign to the external_data_type property of this Attribute. :type external_data_type: str :param external_key: The value to assign to the external_key property of this Attribute. :type external_key: str :param is_incremental_data: The value to assign to the is_incremental_data property of this Attribute. :type is_incremental_data: bool :param is_nullable: The value to assign to the is_nullable property of this Attribute. :type is_nullable: bool :param type_key: The value to assign to the type_key property of this Attribute. :type type_key: str :param min_collection_count: The value to assign to the min_collection_count property of this Attribute. :type min_collection_count: int :param max_collection_count: The value to assign to the max_collection_count property of this Attribute. :type max_collection_count: int :param datatype_entity_key: The value to assign to the datatype_entity_key property of this Attribute. :type datatype_entity_key: str :param external_datatype_entity_key: The value to assign to the external_datatype_entity_key property of this Attribute. :type external_datatype_entity_key: str :param parent_attribute_key: The value to assign to the parent_attribute_key property of this Attribute. :type parent_attribute_key: str :param external_parent_attribute_key: The value to assign to the external_parent_attribute_key property of this Attribute. :type external_parent_attribute_key: str :param length: The value to assign to the length property of this Attribute. :type length: int :param position: The value to assign to the position property of this Attribute. :type position: int :param precision: The value to assign to the precision property of this Attribute. :type precision: int :param scale: The value to assign to the scale property of this Attribute. :type scale: int :param time_external: The value to assign to the time_external property of this Attribute. :type time_external: datetime :param time_harvested: The value to assign to the time_harvested property of this Attribute. :type time_harvested: datetime :param object_relationships: The value to assign to the object_relationships property of this Attribute. :type object_relationships: list[oci.data_catalog.models.ObjectRelationship] :param is_derived_attribute: The value to assign to the is_derived_attribute property of this Attribute. :type is_derived_attribute: bool :param uri: The value to assign to the uri property of this Attribute. :type uri: str :param path: The value to assign to the path property of this Attribute. :type path: str :param custom_property_members: The value to assign to the custom_property_members property of this Attribute. :type custom_property_members: list[oci.data_catalog.models.CustomPropertyGetUsage] :param properties: The value to assign to the properties property of this Attribute. :type properties: dict(str, dict(str, str)) :param associated_rule_types: The value to assign to the associated_rule_types property of this Attribute. Allowed values for items in this list are: "PRIMARYKEY", "FOREIGNKEY", "UNIQUEKEY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type associated_rule_types: list[str] �str�datetime�bool�intzlist[ObjectRelationship]zlist[CustomPropertyGetUsage]zdict(str, dict(str, str))z list[str])"�key�display_name� business_name�description� entity_key�lifecycle_state�time_created�time_updated� created_by_id� updated_by_id�external_data_type�external_key�is_incremental_data�is_nullable�type_key�min_collection_count�max_collection_count�datatype_entity_key�external_datatype_entity_key�parent_attribute_key�external_parent_attribute_key�length�position� precision�scale� time_external�time_harvested�object_relationships�is_derived_attribute�uri�path�custom_property_members� properties�associated_rule_typesr �displayName�businessNamer � entityKey�lifecycleState�timeCreated�timeUpdated�createdById�updatedById�externalDataType�externalKey�isIncrementalData� isNullable�typeKey�minCollectionCount�maxCollectionCount�datatypeEntityKey�externalDatatypeEntityKey�parentAttributeKey�externalParentAttributeKeyr+ r, r- r. �timeExternal� timeHarvested�objectRelationships�isDerivedAttributer3 r4 �customPropertyMembersr6 �associatedRuleTypesN)$� swagger_types� attribute_map�_key� _display_name�_business_name�_description�_entity_key�_lifecycle_state� _time_created� _time_updated�_created_by_id�_updated_by_id�_external_data_type� _external_key�_is_incremental_data�_is_nullable� _type_key�_min_collection_count�_max_collection_count�_datatype_entity_key�_external_datatype_entity_key�_parent_attribute_key�_external_parent_attribute_key�_length� _position� _precision�_scale�_time_external�_time_harvested�_object_relationships�_is_derived_attribute�_uri�_path�_custom_property_members�_properties�_associated_rule_types)�self�kwargs� rw ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/attribute.py�__init__= s� �&�%zAttribute.__init__c C s | j S )z� **[Required]** Gets the key of this Attribute. Unique attribute key that is immutable. :return: The key of this Attribute. :rtype: str �rS �ru rw rw rx r < s z Attribute.keyc C s || _ dS )z� Sets the key of this Attribute. Unique attribute key that is immutable. :param key: The key of this Attribute. :type: str Nrz )ru r rw rw rx r H s c C s | j S )a Gets the display_name of this Attribute. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this Attribute. :rtype: str �rT r{ rw rw rx r T s zAttribute.display_namec C s || _ dS )a Sets the display_name of this Attribute. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this Attribute. :type: str Nr| )ru r rw rw rx r a s c C s | j S )a Gets the business_name of this Attribute. Optional user friendly business name of the attribute. If set, this supplements the harvested display name of the object. :return: The business_name of this Attribute. :rtype: str �rU r{ rw rw rx r n s zAttribute.business_namec C s || _ dS )a Sets the business_name of this Attribute. Optional user friendly business name of the attribute. If set, this supplements the harvested display name of the object. :param business_name: The business_name of this Attribute. :type: str Nr} )ru r rw rw rx r z s c C s | j S )z� Gets the description of this Attribute. Detailed description of the attribute. :return: The description of this Attribute. :rtype: str �rV r{ rw rw rx r � s zAttribute.descriptionc C s || _ dS )z� Sets the description of this Attribute. Detailed description of the attribute. :param description: The description of this Attribute. :type: str Nr~ )ru r rw rw rx r � s c C s | j S )z� Gets the entity_key of this Attribute. The unique key of the parent entity. :return: The entity_key of this Attribute. :rtype: str �rW r{ rw rw rx r � s zAttribute.entity_keyc C s || _ dS )z� Sets the entity_key of this Attribute. The unique key of the parent entity. :param entity_key: The entity_key of this Attribute. :type: str Nr )ru r rw rw rx r � s c C s | j S )a� Gets the lifecycle_state of this Attribute. State of the attribute. 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'. :return: The lifecycle_state of this Attribute. :rtype: str )rX r{ rw rw rx r � s zAttribute.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this Attribute. State of the attribute. :param lifecycle_state: The lifecycle_state of this Attribute. :type: str )r r r r r r r r �UNKNOWN_ENUM_VALUEN)r rX )ru r �allowed_valuesrw rw rx r � s c C s | j S )aA Gets the time_created of this Attribute. The date and time the attribute was created, in the format defined by `RFC3339`__. Example: `2019-03-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :return: The time_created of this Attribute. :rtype: datetime �rY r{ rw rw rx r � s zAttribute.time_createdc C s || _ dS )aL Sets the time_created of this Attribute. The date and time the attribute was created, in the format defined by `RFC3339`__. Example: `2019-03-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :param time_created: The time_created of this Attribute. :type: datetime Nr� )ru r rw rw rx r � s c C s | j S )a% Gets the time_updated of this Attribute. The last time that any change was made to the attribute. An `RFC3339`__ formatted datetime string. __ https://tools.ietf.org/html/rfc3339 :return: The time_updated of this Attribute. :rtype: datetime �rZ r{ rw rw rx r � s zAttribute.time_updatedc C s || _ dS )a0 Sets the time_updated of this Attribute. The last time that any change was made to the attribute. An `RFC3339`__ formatted datetime string. __ https://tools.ietf.org/html/rfc3339 :param time_updated: The time_updated of this Attribute. :type: datetime Nr� )ru r rw rw rx r s c C s | j S )z� Gets the created_by_id of this Attribute. OCID of the user who created this attribute in the data catalog. :return: The created_by_id of this Attribute. :rtype: str �r[ r{ rw rw rx r s zAttribute.created_by_idc C s || _ dS )z� Sets the created_by_id of this Attribute. OCID of the user who created this attribute in the data catalog. :param created_by_id: The created_by_id of this Attribute. :type: str Nr� )ru r rw rw rx r s c C s | j S )z� Gets the updated_by_id of this Attribute. OCID of the user who modified this attribute in the data catalog. :return: The updated_by_id of this Attribute. :rtype: str �r\ r{ rw rw rx r & s zAttribute.updated_by_idc C s || _ dS )z� Sets the updated_by_id of this Attribute. OCID of the user who modified this attribute in the data catalog. :param updated_by_id: The updated_by_id of this Attribute. :type: str Nr� )ru r rw rw rx r 2 s c C s | j S )a Gets the external_data_type of this Attribute. Data type of the attribute as defined in the external system. Type mapping across systems can be achieved through term associations across domains in the ontology. The attribute can also be tagged to the datatype in the domain ontology to resolve any ambiguity arising from type name similarity that can occur with user defined types. :return: The external_data_type of this Attribute. :rtype: str �r] r{ rw rw rx r > s zAttribute.external_data_typec C s || _ dS )a Sets the external_data_type of this Attribute. Data type of the attribute as defined in the external system. Type mapping across systems can be achieved through term associations across domains in the ontology. The attribute can also be tagged to the datatype in the domain ontology to resolve any ambiguity arising from type name similarity that can occur with user defined types. :param external_data_type: The external_data_type of this Attribute. :type: str Nr� )ru r rw rw rx r M s c C s | j S )z� Gets the external_key of this Attribute. Unique external key of this attribute in the external source system. :return: The external_key of this Attribute. :rtype: str �r^ r{ rw rw rx r! \ s zAttribute.external_keyc C s || _ dS )z� Sets the external_key of this Attribute. Unique external key of this attribute in the external source system. :param external_key: The external_key of this Attribute. :type: str Nr� )ru r! rw rw rx r! h s c C s | j S )z� Gets the is_incremental_data of this Attribute. Property that identifies if this attribute can be used as a watermark to extract incremental data. :return: The is_incremental_data of this Attribute. :rtype: bool �r_ r{ rw rw rx r"