ruạṛ
a ���ft � @ 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 )�Outcomez Execution Outcome c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a7 Initializes a new Outcome object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param output: The value to assign to the output property of this Outcome. :type output: str :param error: The value to assign to the error property of this Outcome. :type error: str :param exit_code: The value to assign to the exit_code property of this Outcome. :type exit_code: str �str)�output�error� exit_coder r ZexitCodeN)Z swagger_typesZ attribute_map�_output�_error� _exit_code)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/outcome.py�__init__ s ��zOutcome.__init__c C s | j S )z� **[Required]** Gets the output of this Outcome. A shortened version of Execution Output :return: The output of this Outcome. :rtype: str �r �r r r r r 4 s zOutcome.outputc C s || _ dS )z� Sets the output of this Outcome. A shortened version of Execution Output :param output: The output of this Outcome. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the error of this Outcome. Errors if any associated with the execution :return: The error of this Outcome. :rtype: str �r r r r r r L s z Outcome.errorc C s || _ dS )z� Sets the error of this Outcome. Errors if any associated with the execution :param error: The error of this Outcome. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the exit_code of this Outcome. Exit Code :return: The exit_code of this Outcome. :rtype: str �r r r r r r d s zOutcome.exit_codec C s || _ dS )z� Sets the exit_code of this Outcome. Exit Code :param exit_code: The exit_code of this Outcome. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zOutcome.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zOutcome.__eq__c C s | |k S r r r r r r �__ne__� s zOutcome.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"