📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: span_log_collection.cpython-39.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 )�SpanLogCollectionz3 Definition of span log collection object. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new SpanLogCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_created: The value to assign to the time_created property of this SpanLogCollection. :type time_created: datetime :param event_name: The value to assign to the event_name property of this SpanLogCollection. :type event_name: str :param span_logs: The value to assign to the span_logs property of this SpanLogCollection. :type span_logs: list[oci.apm_traces.models.SpanLog] Zdatetime�strz list[SpanLog])�time_created� event_name� span_logsZtimeCreatedZ eventNameZspanLogsN)Z swagger_typesZ attribute_map� _time_created�_event_name� _span_logs)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/apm_traces/models/span_log_collection.py�__init__ s ��zSpanLogCollection.__init__c C s | j S )z� Gets the time_created of this SpanLogCollection. Timestamp at which the log is created. :return: The time_created of this SpanLogCollection. :rtype: datetime �r �r r r r r 4 s zSpanLogCollection.time_createdc C s || _ dS )z� Sets the time_created of this SpanLogCollection. Timestamp at which the log is created. :param time_created: The time_created of this SpanLogCollection. :type: datetime Nr )r r r r r r @ s c C s | j S )z� Gets the event_name of this SpanLogCollection. Name of the event for which the log is created. :return: The event_name of this SpanLogCollection. :rtype: str �r r r r r r L s zSpanLogCollection.event_namec C s || _ dS )z� Sets the event_name of this SpanLogCollection. Name of the event for which the log is created. :param event_name: The event_name of this SpanLogCollection. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the span_logs of this SpanLogCollection. List of logs associated with the span at the given timestamp. :return: The span_logs of this SpanLogCollection. :rtype: list[oci.apm_traces.models.SpanLog] �r r r r r r d s zSpanLogCollection.span_logsc C s || _ dS )z� Sets the span_logs of this SpanLogCollection. List of logs associated with the span at the given timestamp. :param span_logs: The span_logs of this SpanLogCollection. :type: list[oci.apm_traces.models.SpanLog] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zSpanLogCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zSpanLogCollection.__eq__c C s | |k S r r r r r r �__ne__� s zSpanLogCollection.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"