📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: incremental_data_entity_clause.cpython-39.opt-1.pyc
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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�IncrementalDataEntityClausez< Data Entity clause for Incremental Read operation. �LESSTHAN�GREATERTHAN�EQUALS�LESSTHANEQUALS�GREATERTHANEQUALS� STARTSWITH�CONTAINSc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aS Initializes a new IncrementalDataEntityClause object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param incremental_data_entity_name: The value to assign to the incremental_data_entity_name property of this IncrementalDataEntityClause. :type incremental_data_entity_name: str :param incremental_data_entity_value: The value to assign to the incremental_data_entity_value property of this IncrementalDataEntityClause. :type incremental_data_entity_value: dict(str, str) :param incremental_comparator: The value to assign to the incremental_comparator property of this IncrementalDataEntityClause. Allowed values for this property are: "LESSTHAN", "GREATERTHAN", "EQUALS", "LESSTHANEQUALS", "GREATERTHANEQUALS", "STARTSWITH", "CONTAINS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type incremental_comparator: str �strzdict(str, str))�incremental_data_entity_name�incremental_data_entity_value�incremental_comparatorZincrementalDataEntityNameZincrementalDataEntityValueZincrementalComparatorN)Z swagger_typesZ attribute_map�_incremental_data_entity_name�_incremental_data_entity_value�_incremental_comparator)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/data_integration/models/incremental_data_entity_clause.py�__init__. s ��z$IncrementalDataEntityClause.__init__c C s | j S )a **[Required]** Gets the incremental_data_entity_name of this IncrementalDataEntityClause. Name of incremental data entity filter. :return: The incremental_data_entity_name of this IncrementalDataEntityClause. :rtype: str �r �r r r r r R s z8IncrementalDataEntityClause.incremental_data_entity_namec C s || _ dS )a Sets the incremental_data_entity_name of this IncrementalDataEntityClause. Name of incremental data entity filter. :param incremental_data_entity_name: The incremental_data_entity_name of this IncrementalDataEntityClause. :type: str Nr )r r r r r r ^ s c C s | j S )a **[Required]** Gets the incremental_data_entity_value of this IncrementalDataEntityClause. Value of incremental data entity filter. :return: The incremental_data_entity_value of this IncrementalDataEntityClause. :rtype: dict(str, str) �r r r r r r j s z9IncrementalDataEntityClause.incremental_data_entity_valuec C s || _ dS )a# Sets the incremental_data_entity_value of this IncrementalDataEntityClause. Value of incremental data entity filter. :param incremental_data_entity_value: The incremental_data_entity_value of this IncrementalDataEntityClause. :type: dict(str, str) Nr )r r r r r r v s c C s | j S )a� **[Required]** Gets the incremental_comparator of this IncrementalDataEntityClause. Incremental comparator symbol. Allowed values for this property are: "LESSTHAN", "GREATERTHAN", "EQUALS", "LESSTHANEQUALS", "GREATERTHANEQUALS", "STARTSWITH", "CONTAINS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The incremental_comparator of this IncrementalDataEntityClause. :rtype: str )r r r r r r � s z2IncrementalDataEntityClause.incremental_comparatorc C s g d�}t ||�sd}|| _dS )z� Sets the incremental_comparator of this IncrementalDataEntityClause. Incremental comparator symbol. :param incremental_comparator: The incremental_comparator of this IncrementalDataEntityClause. :type: str )r r r r r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r � s c C s t | �S �N)r r r r r �__repr__� s z$IncrementalDataEntityClause.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"IncrementalDataEntityClause.__eq__c C s | |k S r r r r r r �__ne__� s z"IncrementalDataEntityClause.__ne__N)�__name__� __module__�__qualname__�__doc__ZINCREMENTAL_COMPARATOR_LESSTHANZ"INCREMENTAL_COMPARATOR_GREATERTHANZINCREMENTAL_COMPARATOR_EQUALSZ%INCREMENTAL_COMPARATOR_LESSTHANEQUALSZ(INCREMENTAL_COMPARATOR_GREATERTHANEQUALSZ!INCREMENTAL_COMPARATOR_STARTSWITHZINCREMENTAL_COMPARATOR_CONTAINSr �propertyr �setterr r r r"