📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: lookup_summary_report.cpython-39.opt-1.pyc
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 )�LookupSummaryReportz3 Summary report of lookups in the tenancy. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new LookupSummaryReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param user_created_count: The value to assign to the user_created_count property of this LookupSummaryReport. :type user_created_count: int :param oracle_defined_count: The value to assign to the oracle_defined_count property of this LookupSummaryReport. :type oracle_defined_count: int :param total_count: The value to assign to the total_count property of this LookupSummaryReport. :type total_count: int �int)�user_created_count�oracle_defined_count�total_countZuserCreatedCountZoracleDefinedCountZ totalCountN)Z swagger_typesZ attribute_map�_user_created_count�_oracle_defined_count�_total_count)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/log_analytics/models/lookup_summary_report.py�__init__ s ��zLookupSummaryReport.__init__c C s | j S )z� Gets the user_created_count of this LookupSummaryReport. The number of user created lookups. :return: The user_created_count of this LookupSummaryReport. :rtype: int �r �r r r r r 4 s z&LookupSummaryReport.user_created_countc C s || _ dS )z� Sets the user_created_count of this LookupSummaryReport. The number of user created lookups. :param user_created_count: The user_created_count of this LookupSummaryReport. :type: int Nr )r r r r r r @ s c C s | j S )z� Gets the oracle_defined_count of this LookupSummaryReport. The number of oracle defined lookups. :return: The oracle_defined_count of this LookupSummaryReport. :rtype: int �r r r r r r L s z(LookupSummaryReport.oracle_defined_countc C s || _ dS )z� Sets the oracle_defined_count of this LookupSummaryReport. The number of oracle defined lookups. :param oracle_defined_count: The oracle_defined_count of this LookupSummaryReport. :type: int Nr )r r r r r r X s c C s | j S )z� Gets the total_count of this LookupSummaryReport. The total number of lookups. :return: The total_count of this LookupSummaryReport. :rtype: int �r r r r r r d s zLookupSummaryReport.total_countc C s || _ dS )z� Sets the total_count of this LookupSummaryReport. The total number of lookups. :param total_count: The total_count of this LookupSummaryReport. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zLookupSummaryReport.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zLookupSummaryReport.__eq__c C s | |k S r r r r r r �__ne__� s zLookupSummaryReport.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"