| Server IP : 162.241.203.86 / Your IP : 216.73.216.73 Web Server : Apache System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : luxlic01 ( 6532) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/data_integration/models/__pycache__/ |
Upload File : |
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 )�Statez;
State stored in All States Map of Composite State
c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) av
Initializes a new State object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param name:
The value to assign to the name property of this State.
:type name: str
:param parameter_value:
The value to assign to the parameter_value property of this State.
:type parameter_value: oci.data_integration.models.ParameterValue
:param time_value:
The value to assign to the time_value property of this State.
:type time_value: datetime
�strZParameterValueZdatetime)�name�parameter_value�
time_valuer ZparameterValueZ timeValueN)Z
swagger_typesZ
attribute_map�_name�_parameter_value�_time_value)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/data_integration/models/state.py�__init__ s ��zState.__init__c C s | j S )z�
Gets the name of this State.
A simple name for the State.
:return: The name of this State.
:rtype: str
�r �r r r r r 4 s
z
State.namec C s
|| _ dS )z�
Sets the name of this State.
A simple name for the State.
:param name: The name of this State.
:type: str
Nr )r r r r r r @ s
c C s | j S )z�
Gets the parameter_value of this State.
:return: The parameter_value of this State.
:rtype: oci.data_integration.models.ParameterValue
�r r r r r r L s zState.parameter_valuec C s
|| _ dS )z�
Sets the parameter_value of this State.
:param parameter_value: The parameter_value of this State.
:type: oci.data_integration.models.ParameterValue
Nr )r r r r r r V s c C s | j S )z�
Gets the time_value of this State.
To store a date value for the State we use dateValue attribute.
:return: The time_value of this State.
:rtype: datetime
�r
r r r r r
` s
zState.time_valuec C s
|| _ dS )z�
Sets the time_value of this State.
To store a date value for the State we use dateValue attribute.
:param time_value: The time_value of this State.
:type: datetime
Nr )r r
r r r r
l s
c C s t | �S �N)r r r r r �__repr__x s zState.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__{ s zState.__eq__c C s
| |k S r r r r r r �__ne__� s zState.__ne__N)
�__name__�
__module__�__qualname__�__doc__r �propertyr �setterr r
r r r r r r r r s"