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 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� �Zdd� Zdd� Zd d!� Zd"S )#�FileDiffResponsezQ Response object for showing differences for a file between two commits. c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )aP Initializes a new FileDiffResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param old_path: The value to assign to the old_path property of this FileDiffResponse. :type old_path: str :param new_path: The value to assign to the new_path property of this FileDiffResponse. :type new_path: str :param old_id: The value to assign to the old_id property of this FileDiffResponse. :type old_id: str :param new_id: The value to assign to the new_id property of this FileDiffResponse. :type new_id: str :param are_conflicts_in_file: The value to assign to the are_conflicts_in_file property of this FileDiffResponse. :type are_conflicts_in_file: bool :param is_large: The value to assign to the is_large property of this FileDiffResponse. :type is_large: bool :param is_binary: The value to assign to the is_binary property of this FileDiffResponse. :type is_binary: bool :param changes: The value to assign to the changes property of this FileDiffResponse. :type changes: list[oci.devops.models.DiffChunk] �str�boolzlist[DiffChunk])�old_path�new_path�old_id�new_id�are_conflicts_in_file�is_large� is_binary�changesZoldPathZnewPathZoldIdZnewIdZareConflictsInFileZisLargeZisBinaryr N) Z swagger_typesZ attribute_map� _old_path� _new_path�_old_id�_new_id�_are_conflicts_in_file� _is_large� _is_binary�_changes)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/devops/models/file_diff_response.py�__init__ s4 '��zFileDiffResponse.__init__c C s | j S )z� Gets the old_path of this FileDiffResponse. The path on the base version to the changed object. :return: The old_path of this FileDiffResponse. :rtype: str �r �r r r r r W s zFileDiffResponse.old_pathc C s || _ dS )z� Sets the old_path of this FileDiffResponse. The path on the base version to the changed object. :param old_path: The old_path of this FileDiffResponse. :type: str Nr )r r r r r r c s c C s | j S )z� Gets the new_path of this FileDiffResponse. The path on the target version to the changed object. :return: The new_path of this FileDiffResponse. :rtype: str �r r r r r r o s zFileDiffResponse.new_pathc C s || _ dS )z� Sets the new_path of this FileDiffResponse. The path on the target version to the changed object. :param new_path: The new_path of this FileDiffResponse. :type: str Nr )r r r r r r { s c C s | j S )z� Gets the old_id of this FileDiffResponse. The ID of the changed object on the base version. :return: The old_id of this FileDiffResponse. :rtype: str �r r r r r r � s zFileDiffResponse.old_idc C s || _ dS )z� Sets the old_id of this FileDiffResponse. The ID of the changed object on the base version. :param old_id: The old_id of this FileDiffResponse. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the new_id of this FileDiffResponse. The ID of the changed object on the target version. :return: The new_id of this FileDiffResponse. :rtype: str �r r r r r r � s zFileDiffResponse.new_idc C s || _ dS )z� Sets the new_id of this FileDiffResponse. The ID of the changed object on the target version. :param new_id: The new_id of this FileDiffResponse. :type: str Nr"