ruạṛ
a ���fl � @ 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] Zdatetimezlist[SnapshotDetail]zlist[StackTraceElement])� time_stamp�thread_snapshot_details�stack_traceZ timeStampZthreadSnapshotDetailsZ stackTraceN)Z swagger_typesZ attribute_map�_time_stamp�_thread_snapshot_details�_stack_trace)�self�kwargs� r �I/usr/lib/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 4 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 @ s c C s | j S )z� Gets the thread_snapshot_details of this ThreadSnapshot. Snapshot details. :return: The thread_snapshot_details of this ThreadSnapshot. :rtype: list[oci.apm_traces.models.SnapshotDetail] �r r r r r r L s z&ThreadSnapshot.thread_snapshot_detailsc C s || _ dS )z� Sets the thread_snapshot_details of this ThreadSnapshot. Snapshot details. :param thread_snapshot_details: The thread_snapshot_details of this ThreadSnapshot. :type: list[oci.apm_traces.models.SnapshotDetail] Nr )r r r r r r X s c C s | j S )z� Gets the stack_trace of this ThreadSnapshot. Stack trace. :return: The stack_trace of this ThreadSnapshot. :rtype: list[oci.apm_traces.models.StackTraceElement] �r r r r r r d s zThreadSnapshot.stack_tracec C s || _ dS )z� Sets the stack_trace of this ThreadSnapshot. Stack trace. :param stack_trace: The stack_trace of this ThreadSnapshot. :type: list[oci.apm_traces.models.StackTraceElement] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zThreadSnapshot.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zThreadSnapshot.__eq__c C s | |k S r r r r r r �__ne__� s zThreadSnapshot.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"