ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractCallAttribute� )�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 edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�BipCallAttributezX Properties to configure reading from a FUSION_APP BIP data asset / connection. c K s` dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _dS )aU Initializes a new BipCallAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.BipCallAttribute.model_type` attribute of this class is ``BIP_CALL_ATTRIBUTE`` 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 BipCallAttribute. Allowed values for this property are: "BIP_CALL_ATTRIBUTE", "GENERIC_REST_CALL_ATTRIBUTE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param fetch_size: The value to assign to the fetch_size property of this BipCallAttribute. :type fetch_size: int :param offset_parameter: The value to assign to the offset_parameter property of this BipCallAttribute. :type offset_parameter: str :param fetch_next_rows_parameter: The value to assign to the fetch_next_rows_parameter property of this BipCallAttribute. :type fetch_next_rows_parameter: str :param staging_data_asset: The value to assign to the staging_data_asset property of this BipCallAttribute. :type staging_data_asset: oci.data_integration.models.DataAssetSummaryFromObjectStorage :param staging_connection: The value to assign to the staging_connection property of this BipCallAttribute. :type staging_connection: oci.data_integration.models.ConnectionSummaryFromObjectStorage :param bucket_schema: The value to assign to the bucket_schema property of this BipCallAttribute. :type bucket_schema: oci.data_integration.models.Schema �str�intZ!DataAssetSummaryFromObjectStorageZ"ConnectionSummaryFromObjectStorageZSchema)Z model_typeZ fetch_size�offset_parameter�fetch_next_rows_parameter�staging_data_asset�staging_connection� bucket_schemaZ modelTypeZ fetchSizeZoffsetParameterZfetchNextRowsParameterZstagingDataAssetZstagingConnectionZbucketSchemaNZBIP_CALL_ATTRIBUTE) Z swagger_typesZ attribute_mapZ_model_typeZ_fetch_size�_offset_parameter�_fetch_next_rows_parameter�_staging_data_asset�_staging_connection�_bucket_schema)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/data_integration/models/bip_call_attribute.py�__init__ s0 &�� zBipCallAttribute.__init__c C s | j S )z� Gets the offset_parameter of this BipCallAttribute. Name of BIP report parameter to control the offset of the chunk. :return: The offset_parameter of this BipCallAttribute. :rtype: str �r �r r r r r T s z!BipCallAttribute.offset_parameterc C s || _ dS )z� Sets the offset_parameter of this BipCallAttribute. Name of BIP report parameter to control the offset of the chunk. :param offset_parameter: The offset_parameter of this BipCallAttribute. :type: str Nr )r r r r r r ` s c C s | j S )z� Gets the fetch_next_rows_parameter of this BipCallAttribute. Name of BIP report parameter to control the fetch next rows of the chunk. :return: The fetch_next_rows_parameter of this BipCallAttribute. :rtype: str �r r r r r r l s z*BipCallAttribute.fetch_next_rows_parameterc C s || _ dS )a Sets the fetch_next_rows_parameter of this BipCallAttribute. Name of BIP report parameter to control the fetch next rows of the chunk. :param fetch_next_rows_parameter: The fetch_next_rows_parameter of this BipCallAttribute. :type: str Nr )r r r r r r x s c C s | j S )z� Gets the staging_data_asset of this BipCallAttribute. :return: The staging_data_asset of this BipCallAttribute. :rtype: oci.data_integration.models.DataAssetSummaryFromObjectStorage �r r r r r r � s z#BipCallAttribute.staging_data_assetc C s || _ dS )z� Sets the staging_data_asset of this BipCallAttribute. :param staging_data_asset: The staging_data_asset of this BipCallAttribute. :type: oci.data_integration.models.DataAssetSummaryFromObjectStorage Nr )r r r r r r � s c C s | j S )z� Gets the staging_connection of this BipCallAttribute. :return: The staging_connection of this BipCallAttribute. :rtype: oci.data_integration.models.ConnectionSummaryFromObjectStorage �r r r r r r � s z#BipCallAttribute.staging_connectionc C s || _ dS )z� Sets the staging_connection of this BipCallAttribute. :param staging_connection: The staging_connection of this BipCallAttribute. :type: oci.data_integration.models.ConnectionSummaryFromObjectStorage Nr )r r r r r r � s c C s | j S )z� Gets the bucket_schema of this BipCallAttribute. :return: The bucket_schema of this BipCallAttribute. :rtype: oci.data_integration.models.Schema �r r r r r r � s zBipCallAttribute.bucket_schemac C s || _ dS )z� Sets the bucket_schema of this BipCallAttribute. :param bucket_schema: The bucket_schema of this BipCallAttribute. :type: oci.data_integration.models.Schema Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zBipCallAttribute.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zBipCallAttribute.__eq__c C s | |k S r r r# r r r �__ne__� s zBipCallAttribute.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r% r&