ruạṛ
a ���fO � @ 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 )�IncrementalFieldClausez6 Field clause for incremental read operation. �LESSTHAN�GREATERTHAN�EQUALS�LESSTHANEQUALS�GREATERTHANEQUALS� STARTSWITH�CONTAINSc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new IncrementalFieldClause object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param incremental_field_name: The value to assign to the incremental_field_name property of this IncrementalFieldClause. :type incremental_field_name: str :param incremental_field_value: The value to assign to the incremental_field_value property of this IncrementalFieldClause. :type incremental_field_value: dict(str, str) :param incremental_comparator: The value to assign to the incremental_comparator property of this IncrementalFieldClause. 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_field_name�incremental_field_value�incremental_comparatorZincrementalFieldNameZincrementalFieldValueZincrementalComparatorN)Z swagger_typesZ attribute_map�_incremental_field_name�_incremental_field_value�_incremental_comparator)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/data_integration/models/incremental_field_clause.py�__init__. s ��zIncrementalFieldClause.__init__c C s | j S )z� **[Required]** Gets the incremental_field_name of this IncrementalFieldClause. Name of incremental field filter. :return: The incremental_field_name of this IncrementalFieldClause. :rtype: str �r �r r r r r R s z-IncrementalFieldClause.incremental_field_namec C s || _ dS )z� Sets the incremental_field_name of this IncrementalFieldClause. Name of incremental field filter. :param incremental_field_name: The incremental_field_name of this IncrementalFieldClause. :type: str Nr )r r r r r r ^ s c C s | j S )z� **[Required]** Gets the incremental_field_value of this IncrementalFieldClause. Value of incremental field filter. :return: The incremental_field_value of this IncrementalFieldClause. :rtype: dict(str, str) �r r r r r r j s z.IncrementalFieldClause.incremental_field_valuec C s || _ dS )a Sets the incremental_field_value of this IncrementalFieldClause. Value of incremental field filter. :param incremental_field_value: The incremental_field_value of this IncrementalFieldClause. :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 IncrementalFieldClause. 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 IncrementalFieldClause. :rtype: str )r r r r r r � s z-IncrementalFieldClause.incremental_comparatorc C s g d�}t ||�sd}|| _dS )z� Sets the incremental_comparator of this IncrementalFieldClause. Incremental comparator symbol. :param incremental_comparator: The incremental_comparator of this IncrementalFieldClause. :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 zIncrementalFieldClause.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zIncrementalFieldClause.__eq__c C s | |k S r r r r r r �__ne__� s zIncrementalFieldClause.__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"