ruạṛ
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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� Conditionz Rule condition c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aW Initializes a new Condition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param attr_group: The value to assign to the attr_group property of this Condition. :type attr_group: str :param attr_key: The value to assign to the attr_key property of this Condition. :type attr_key: str :param attr_value: The value to assign to the attr_value property of this Condition. :type attr_value: str �str)� attr_group�attr_key� attr_valueZ attrGroupZattrKeyZ attrValueN)Z swagger_typesZ attribute_map�_attr_group� _attr_key�_attr_value)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/condition.py�__init__ s ��zCondition.__init__c C s | j S )z� **[Required]** Gets the attr_group of this Condition. Attribute Group. :return: The attr_group of this Condition. :rtype: str �r �r r r r r 4 s zCondition.attr_groupc C s || _ dS )z� Sets the attr_group of this Condition. Attribute Group. :param attr_group: The attr_group of this Condition. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the attr_key of this Condition. Attribute Key. :return: The attr_key of this Condition. :rtype: str �r r r r r r L s zCondition.attr_keyc C s || _ dS )z� Sets the attr_key of this Condition. Attribute Key. :param attr_key: The attr_key of this Condition. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the attr_value of this Condition. Attribute Value. :return: The attr_value of this Condition. :rtype: str �r r r r r r d s zCondition.attr_valuec C s || _ dS )z� Sets the attr_value of this Condition. Attribute Value. :param attr_value: The attr_value of this Condition. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zCondition.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zCondition.__eq__c C s | |k S r r r r r r �__ne__� s zCondition.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"