ruạṛ
a ���fD � @ 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 )�PreferenceszC Preferences to send notifications on the fleet activities c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new Preferences object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param on_upcoming_schedule: The value to assign to the on_upcoming_schedule property of this Preferences. :type on_upcoming_schedule: bool :param on_job_failure: The value to assign to the on_job_failure property of this Preferences. :type on_job_failure: bool :param on_topology_modification: The value to assign to the on_topology_modification property of this Preferences. :type on_topology_modification: bool �bool)�on_upcoming_schedule�on_job_failure�on_topology_modificationZonUpcomingScheduleZonJobFailureZonTopologyModificationN)Z swagger_typesZ attribute_map�_on_upcoming_schedule�_on_job_failure�_on_topology_modification)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/preferences.py�__init__ s ��zPreferences.__init__c C s | j S )z� Gets the on_upcoming_schedule of this Preferences. Enables notification on upcoming schedule. :return: The on_upcoming_schedule of this Preferences. :rtype: bool �r �r r r r r 4 s z Preferences.on_upcoming_schedulec C s || _ dS )z� Sets the on_upcoming_schedule of this Preferences. Enables notification on upcoming schedule. :param on_upcoming_schedule: The on_upcoming_schedule of this Preferences. :type: bool Nr )r r r r r r @ s c C s | j S )z� Gets the on_job_failure of this Preferences. Enables or disables notification on Job Failures.' :return: The on_job_failure of this Preferences. :rtype: bool �r r r r r r L s zPreferences.on_job_failurec C s || _ dS )z� Sets the on_job_failure of this Preferences. Enables or disables notification on Job Failures.' :param on_job_failure: The on_job_failure of this Preferences. :type: bool Nr )r r r r r r X s c C s | j S )z� Gets the on_topology_modification of this Preferences. Enables or disables notification on Environment Fleet Topology Modification. :return: The on_topology_modification of this Preferences. :rtype: bool �r r r r r r d s z$Preferences.on_topology_modificationc C s || _ dS )a Sets the on_topology_modification of this Preferences. Enables or disables notification on Environment Fleet Topology Modification. :param on_topology_modification: The on_topology_modification of this Preferences. :type: bool Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zPreferences.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zPreferences.__eq__c C s | |k S r r r r r r �__ne__� s zPreferences.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"