| 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 : /usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models/ |
Upload File : |
a
N��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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed
d� �Z e jdd� �Z ed
d� �Z
e
jdd� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z
e
jdd� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�DiffResponseEntryz4
Entry for description of change on a file.
c K s� dddddddddddd�| _ ddddd d
ddd
ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _dS )a
Initializes a new DiffResponseEntry object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param change_type:
The value to assign to the change_type property of this DiffResponseEntry.
:type change_type: str
:param object_type:
The value to assign to the object_type property of this DiffResponseEntry.
:type object_type: str
:param commit_id:
The value to assign to the commit_id property of this DiffResponseEntry.
:type commit_id: str
:param old_path:
The value to assign to the old_path property of this DiffResponseEntry.
:type old_path: str
:param new_path:
The value to assign to the new_path property of this DiffResponseEntry.
:type new_path: str
:param old_id:
The value to assign to the old_id property of this DiffResponseEntry.
:type old_id: str
:param new_id:
The value to assign to the new_id property of this DiffResponseEntry.
:type new_id: str
:param url:
The value to assign to the url property of this DiffResponseEntry.
:type url: str
:param added_lines_count:
The value to assign to the added_lines_count property of this DiffResponseEntry.
:type added_lines_count: int
:param deleted_lines_count:
The value to assign to the deleted_lines_count property of this DiffResponseEntry.
:type deleted_lines_count: int
:param are_conflicts_in_file:
The value to assign to the are_conflicts_in_file property of this DiffResponseEntry.
:type are_conflicts_in_file: bool
�str�int�bool)�change_type�object_type� commit_id�old_path�new_path�old_id�new_id�url�added_lines_count�deleted_lines_count�are_conflicts_in_file�
changeType�
objectType�commitId�oldPath�newPath�oldId�newIdr �addedLinesCount�deletedLinesCount�areConflictsInFileN)
�
swagger_types�
attribute_map�_change_type�_object_type�
_commit_id� _old_path� _new_path�_old_id�_new_id�_url�_added_lines_count�_deleted_lines_count�_are_conflicts_in_file)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/diff_response_entry.py�__init__ sF 3��zDiffResponseEntry.__init__c C s | j S )z�
**[Required]** Gets the change_type of this DiffResponseEntry.
Type of change made to file.
:return: The change_type of this DiffResponseEntry.
:rtype: str
�r! �r, r. r. r/ r
j s
zDiffResponseEntry.change_typec C s
|| _ dS )z�
Sets the change_type of this DiffResponseEntry.
Type of change made to file.
:param change_type: The change_type of this DiffResponseEntry.
:type: str
Nr1 )r, r
r. r. r/ r
v s
c C s | j S )z�
Gets the object_type of this DiffResponseEntry.
The type of the changed object.
:return: The object_type of this DiffResponseEntry.
:rtype: str
�r"