📂 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
›
media_services
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/media_services/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: media_workflow_task_state.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 )�MediaWorkflowTaskStatez7 Status of a task in a workflow job being run. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MediaWorkflowTaskState object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this MediaWorkflowTaskState. :type key: str :param lifecycle_state: The value to assign to the lifecycle_state property of this MediaWorkflowTaskState. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this MediaWorkflowTaskState. :type lifecycle_details: str �str)�key�lifecycle_state�lifecycle_detailsr ZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map�_key�_lifecycle_state�_lifecycle_details)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/media_services/models/media_workflow_task_state.py�__init__ s ��zMediaWorkflowTaskState.__init__c C s | j S )z� Gets the key of this MediaWorkflowTaskState. Unique key within a MediaWorkflowJob for the task. :return: The key of this MediaWorkflowTaskState. :rtype: str �r �r r r r r 4 s zMediaWorkflowTaskState.keyc C s || _ dS )z� Sets the key of this MediaWorkflowTaskState. Unique key within a MediaWorkflowJob for the task. :param key: The key of this MediaWorkflowTaskState. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the lifecycle_state of this MediaWorkflowTaskState. The current state of the MediaWorkflowJob task. :return: The lifecycle_state of this MediaWorkflowTaskState. :rtype: str �r r r r r r L s z&MediaWorkflowTaskState.lifecycle_statec C s || _ dS )z� Sets the lifecycle_state of this MediaWorkflowTaskState. The current state of the MediaWorkflowJob task. :param lifecycle_state: The lifecycle_state of this MediaWorkflowTaskState. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the lifecycle_details of this MediaWorkflowTaskState. The lifecycle details of MediaWorkflowJob task. :return: The lifecycle_details of this MediaWorkflowTaskState. :rtype: str �r r r r r r d s z(MediaWorkflowTaskState.lifecycle_detailsc C s || _ dS )z� Sets the lifecycle_details of this MediaWorkflowTaskState. The lifecycle details of MediaWorkflowJob task. :param lifecycle_details: The lifecycle_details of this MediaWorkflowTaskState. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zMediaWorkflowTaskState.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zMediaWorkflowTaskState.__eq__c C s | |k S r r r r r r �__ne__� s zMediaWorkflowTaskState.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"