403Webshell
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 :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /lib/python3.9/site-packages/oci/devops/models/__pycache__/file_diff_response.cpython-39.pyc
a

���f��@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@seZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	ed
d��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd��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	Ksdddddddddd�|_ddddd	d
ddd�|_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�changesZoldPathZnewPathZoldIdZnewIdZareConflictsInFileZisLargeZisBinaryrN)
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__cCs|jS)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�rrrrr	Ws
zFileDiffResponse.old_pathcCs
||_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)rr	rrrr	cs
cCs|jS)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
        �rrrrrr
os
zFileDiffResponse.new_pathcCs
||_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 )rr
rrrr
{s
cCs|jS)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
        �rrrrrr�s
zFileDiffResponse.old_idcCs
||_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!)rrrrrr�s
cCs|jS)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
        �rrrrrr�s
zFileDiffResponse.new_idcCs
||_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")rrrrrr�s
cCs|jS)z�
        Gets the are_conflicts_in_file of this FileDiffResponse.
        Indicates whether the changed file contains conflicts.


        :return: The are_conflicts_in_file of this FileDiffResponse.
        :rtype: bool
        �rrrrrr
�s
z&FileDiffResponse.are_conflicts_in_filecCs
||_dS)z�
        Sets the are_conflicts_in_file of this FileDiffResponse.
        Indicates whether the changed file contains conflicts.


        :param are_conflicts_in_file: The are_conflicts_in_file of this FileDiffResponse.
        :type: bool
        Nr#)rr
rrrr
�s
cCs|jS)z�
        Gets the is_large of this FileDiffResponse.
        Indicates whether the file is large.


        :return: The is_large of this FileDiffResponse.
        :rtype: bool
        �rrrrrr�s
zFileDiffResponse.is_largecCs
||_dS)z�
        Sets the is_large of this FileDiffResponse.
        Indicates whether the file is large.


        :param is_large: The is_large of this FileDiffResponse.
        :type: bool
        Nr$)rrrrrr�s
cCs|jS)z�
        Gets the is_binary of this FileDiffResponse.
        Indicates whether the file is binary.


        :return: The is_binary of this FileDiffResponse.
        :rtype: bool
        �rrrrrr�s
zFileDiffResponse.is_binarycCs
||_dS)z�
        Sets the is_binary of this FileDiffResponse.
        Indicates whether the file is binary.


        :param is_binary: The is_binary of this FileDiffResponse.
        :type: bool
        Nr%)rrrrrr�s
cCs|jS)z�
        **[Required]** Gets the changes of this FileDiffResponse.
        List of changed section in the file.


        :return: The changes of this FileDiffResponse.
        :rtype: list[oci.devops.models.DiffChunk]
        �rrrrrr�s
zFileDiffResponse.changescCs
||_dS)z�
        Sets the changes of this FileDiffResponse.
        List of changed section in the file.


        :param changes: The changes of this FileDiffResponse.
        :type: list[oci.devops.models.DiffChunk]
        Nr&)rrrrrrs
cCst|�S�N)rrrrr�__repr__szFileDiffResponse.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__szFileDiffResponse.__eq__cCs
||kSr'rr*rrr�__ne__ szFileDiffResponse.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr	�setterr
rrr
rrrr(r,r-rrrrrsJE















rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit