ruạṛ
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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�ForkSyncStatusSummaryzJ Object that contains the sync status for a specific branch name. �IN_SYNC�SYNC_IN_PROGRESS�OUT_OF_SYNCc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )at Initializes a new ForkSyncStatusSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sync_status: The value to assign to the sync_status property of this ForkSyncStatusSummary. Allowed values for this property are: "IN_SYNC", "SYNC_IN_PROGRESS", "OUT_OF_SYNC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type sync_status: str :param repository_id: The value to assign to the repository_id property of this ForkSyncStatusSummary. :type repository_id: str :param branch_name: The value to assign to the branch_name property of this ForkSyncStatusSummary. :type branch_name: str �str)�sync_status� repository_id�branch_nameZ syncStatusZrepositoryIdZ branchNameN)Z swagger_typesZ attribute_map�_sync_status�_repository_id�_branch_name)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/devops/models/fork_sync_status_summary.py�__init__ s ��zForkSyncStatusSummary.__init__c C s | j S )a� **[Required]** Gets the sync_status of this ForkSyncStatusSummary. Sync status for the provided branch. Allowed values for this property are: "IN_SYNC", "SYNC_IN_PROGRESS", "OUT_OF_SYNC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The sync_status of this ForkSyncStatusSummary. :rtype: str )r �r r r r r B s z!ForkSyncStatusSummary.sync_statusc C s g d�}t ||�sd}|| _dS )z� Sets the sync_status of this ForkSyncStatusSummary. Sync status for the provided branch. :param sync_status: The sync_status of this ForkSyncStatusSummary. :type: str )r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r Q s c C s | j S )z� **[Required]** Gets the repository_id of this ForkSyncStatusSummary. The OCID of the child repository. :return: The repository_id of this ForkSyncStatusSummary. :rtype: str �r r r r r r ` s z#ForkSyncStatusSummary.repository_idc C s || _ dS )z� Sets the repository_id of this ForkSyncStatusSummary. The OCID of the child repository. :param repository_id: The repository_id of this ForkSyncStatusSummary. :type: str Nr )r r r r r r l s c C s | j S )z� **[Required]** Gets the branch_name of this ForkSyncStatusSummary. The branch in the child repository we are checking the sync status of. :return: The branch_name of this ForkSyncStatusSummary. :rtype: str �r r r r r r x s z!ForkSyncStatusSummary.branch_namec C s || _ dS )z� Sets the branch_name of this ForkSyncStatusSummary. The branch in the child repository we are checking the sync status of. :param branch_name: The branch_name of this ForkSyncStatusSummary. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zForkSyncStatusSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zForkSyncStatusSummary.__eq__c C s | |k S r r r r r r �__ne__� s zForkSyncStatusSummary.__ne__N)�__name__� __module__�__qualname__�__doc__ZSYNC_STATUS_IN_SYNCZSYNC_STATUS_SYNC_IN_PROGRESSZSYNC_STATUS_OUT_OF_SYNCr �propertyr �setterr r r r r r r r r r s( $ r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s
cải xoăn