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 )�FieldSummaryReportz FieldSummaryReport c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new FieldSummaryReport 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 FieldSummaryReport. :type non_oob_count: int :param oob_count: The value to assign to the oob_count property of this FieldSummaryReport. :type oob_count: int :param usage_details: The value to assign to the usage_details property of this FieldSummaryReport. :type usage_details: list[oci.log_analytics.models.UsageStatusItem] �intzlist[UsageStatusItem])� non_oob_count� oob_count� usage_detailsZnonOobCountZoobCountZusageDetailsN)Z swagger_typesZ attribute_map�_non_oob_count� _oob_count�_usage_details)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/log_analytics/models/field_summary_report.py�__init__ s ��zFieldSummaryReport.__init__c C s | j S )z� Gets the non_oob_count of this FieldSummaryReport. The count of custom (user defined) fields. :return: The non_oob_count of this FieldSummaryReport. :rtype: int �r �r r r r r 4 s z FieldSummaryReport.non_oob_countc C s || _ dS )z� Sets the non_oob_count of this FieldSummaryReport. The count of custom (user defined) fields. :param non_oob_count: The non_oob_count of this FieldSummaryReport. :type: int Nr )r r r r r r @ s c C s | j S )z� Gets the oob_count of this FieldSummaryReport. The count of built in fields. :return: The oob_count of this FieldSummaryReport. :rtype: int �r r r r r r L s zFieldSummaryReport.oob_countc C s || _ dS )z� Sets the oob_count of this FieldSummaryReport. The count of built in fields. :param oob_count: The oob_count of this FieldSummaryReport. :type: int Nr )r r r r r r X s c C s | j S )z� Gets the usage_details of this FieldSummaryReport. Field usage detailss :return: The usage_details of this FieldSummaryReport. :rtype: list[oci.log_analytics.models.UsageStatusItem] �r r r r r r d s z FieldSummaryReport.usage_detailsc C s || _ dS )z� Sets the usage_details of this FieldSummaryReport. Field usage detailss :param usage_details: The usage_details of this FieldSummaryReport. :type: list[oci.log_analytics.models.UsageStatusItem] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zFieldSummaryReport.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zFieldSummaryReport.__eq__c C s | |k S r r r r r r �__ne__� s zFieldSummaryReport.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"