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 )�SourceSummaryReportz SourceSummaryReport c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new SourceSummaryReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param non_oob_count: The value to assign to the non_oob_count property of this SourceSummaryReport. :type non_oob_count: int :param auto_association_source_count: The value to assign to the auto_association_source_count property of this SourceSummaryReport. :type auto_association_source_count: int :param oob_count: The value to assign to the oob_count property of this SourceSummaryReport. :type oob_count: int �int)� non_oob_count�auto_association_source_count� oob_countZnonOobCountZautoAssociationSourceCountZoobCountN)Z swagger_typesZ attribute_map�_non_oob_count�_auto_association_source_count� _oob_count)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/log_analytics/models/source_summary_report.py�__init__ s ��zSourceSummaryReport.__init__c C s | j S )z� Gets the non_oob_count of this SourceSummaryReport. The count of custom (user defined) sources. :return: The non_oob_count of this SourceSummaryReport. :rtype: int �r �r r r r r 4 s z!SourceSummaryReport.non_oob_countc C s || _ dS )z� Sets the non_oob_count of this SourceSummaryReport. The count of custom (user defined) sources. :param non_oob_count: The non_oob_count of this SourceSummaryReport. :type: int Nr )r r r r r r @ s c C s | j S )z� Gets the auto_association_source_count of this SourceSummaryReport. The count of sources set to auto-associate. :return: The auto_association_source_count of this SourceSummaryReport. :rtype: int �r r r r r r L s z1SourceSummaryReport.auto_association_source_countc C s || _ dS )a Sets the auto_association_source_count of this SourceSummaryReport. The count of sources set to auto-associate. :param auto_association_source_count: The auto_association_source_count of this SourceSummaryReport. :type: int Nr )r r r r r r X s c C s | j S )z� Gets the oob_count of this SourceSummaryReport. The count of built in sources. :return: The oob_count of this SourceSummaryReport. :rtype: int �r r r r r r d s zSourceSummaryReport.oob_countc C s || _ dS )z� Sets the oob_count of this SourceSummaryReport. The count of built in sources. :param oob_count: The oob_count of this SourceSummaryReport. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zSourceSummaryReport.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zSourceSummaryReport.__eq__c C s | |k S r r r r r r �__ne__� s zSourceSummaryReport.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"