📂 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
›
apm_traces
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apm_traces/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: trace_service_summary.cpython-39.pyc
a ���f6 � @ 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 )�TraceServiceSummaryz5 Summary of the spans in a trace by service. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new TraceServiceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param span_service_name: The value to assign to the span_service_name property of this TraceServiceSummary. :type span_service_name: str :param total_spans: The value to assign to the total_spans property of this TraceServiceSummary. :type total_spans: int :param error_spans: The value to assign to the error_spans property of this TraceServiceSummary. :type error_spans: int �str�int)�span_service_name�total_spans�error_spansZspanServiceNameZ totalSpansZ errorSpansN)Z swagger_typesZ attribute_map�_span_service_name�_total_spans�_error_spans)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/apm_traces/models/trace_service_summary.py�__init__ s ��zTraceServiceSummary.__init__c C s | j S )z� **[Required]** Gets the span_service_name of this TraceServiceSummary. Name associated with the service. :return: The span_service_name of this TraceServiceSummary. :rtype: str �r �r r r r r 4 s z%TraceServiceSummary.span_service_namec C s || _ dS )z� Sets the span_service_name of this TraceServiceSummary. Name associated with the service. :param span_service_name: The span_service_name of this TraceServiceSummary. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the total_spans of this TraceServiceSummary. Number of spans for serviceName in the trace. :return: The total_spans of this TraceServiceSummary. :rtype: int �r r r r r r L s zTraceServiceSummary.total_spansc C s || _ dS )z� Sets the total_spans of this TraceServiceSummary. Number of spans for serviceName in the trace. :param total_spans: The total_spans of this TraceServiceSummary. :type: int Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the error_spans of this TraceServiceSummary. Number of spans with errors for serviceName in the trace. :return: The error_spans of this TraceServiceSummary. :rtype: int �r r r r r r d s zTraceServiceSummary.error_spansc C s || _ dS )z� Sets the error_spans of this TraceServiceSummary. Number of spans with errors for serviceName in the trace. :param error_spans: The error_spans of this TraceServiceSummary. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zTraceServiceSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zTraceServiceSummary.__eq__c C s | |k S r r r r r r �__ne__� s zTraceServiceSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"