| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/devops/models/__pycache__/ |
Upload File : |
a
���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�
MergeCheck� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sR e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zd d
� Z
dd� Zd
d� ZdS )�ConflictMergeCheckz+
The status of the merge conflict.
� SUCCEEDED�FAILEDc K s. ddd�| _ ddd�| _d| _d| _d| _dS )a
Initializes a new ConflictMergeCheck object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.ConflictMergeCheck.type` attribute
of this class is ``CONFLICT`` and it should not be changed.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param type:
The value to assign to the type property of this ConflictMergeCheck.
Allowed values for this property are: "CONFLICT", "APPROVAL_RULE", "BUILD", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type type: str
:param status:
The value to assign to the status property of this ConflictMergeCheck.
Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type status: str
�str)�type�statusr r
NZCONFLICT)Z
swagger_typesZ
attribute_mapZ_type�_status)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/devops/models/conflict_merge_check.py�__init__ s ��zConflictMergeCheck.__init__c C s | j S )ai
Gets the status of this ConflictMergeCheck.
The status of the conflict.
Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:return: The status of this ConflictMergeCheck.
:rtype: str
)r �r r r r r
; s
zConflictMergeCheck.statusc C s ddg}t ||�sd}|| _dS )z�
Sets the status of this ConflictMergeCheck.
The status of the conflict.
:param status: The status of this ConflictMergeCheck.
:type: str
r r
ZUNKNOWN_ENUM_VALUEN)r r )r r
Zallowed_valuesr r r r
J s
c C s t | �S �N)r r r r r �__repr__Y s zConflictMergeCheck.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__\ s zConflictMergeCheck.__eq__c C s
| |k S r r r r r r �__ne__b s zConflictMergeCheck.__ne__N)
�__name__�
__module__�__qualname__�__doc__ZSTATUS_SUCCEEDEDZ
STATUS_FAILEDr �propertyr
�setterr r r r r r r r s !
r N) Zmerge_checkr Zoci.utilr r r Zoci.decoratorsr r r r r r �<module> s