📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
apm_traces
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/apm_traces/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: thread_snapshot.pyc
a N��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 )�ThreadSnapshotz Thread snapshot. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new ThreadSnapshot object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_stamp: The value to assign to the time_stamp property of this ThreadSnapshot. :type time_stamp: datetime :param thread_snapshot_details: The value to assign to the thread_snapshot_details property of this ThreadSnapshot. :type thread_snapshot_details: list[oci.apm_traces.models.SnapshotDetail] :param stack_trace: The value to assign to the stack_trace property of this ThreadSnapshot. :type stack_trace: list[oci.apm_traces.models.StackTraceElement] �datetimezlist[SnapshotDetail]zlist[StackTraceElement])� time_stamp�thread_snapshot_details�stack_trace� timeStamp�threadSnapshotDetails� stackTraceN)� swagger_types� attribute_map�_time_stamp�_thread_snapshot_details�_stack_trace)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apm_traces/models/thread_snapshot.py�__init__ s ��zThreadSnapshot.__init__c C s | j S )z� Gets the time_stamp of this ThreadSnapshot. Snapshot time. :return: The time_stamp of this ThreadSnapshot. :rtype: datetime �r �r r r r r 2 s zThreadSnapshot.time_stampc C s || _ dS )z� Sets the time_stamp of this ThreadSnapshot. Snapshot time. :param time_stamp: The time_stamp of this ThreadSnapshot. :type: datetime Nr )r r r r r r >