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 :  /usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models/diff_response_entry.pyc
a

N��f-*�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sNeZdZdZdd�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��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Ks�dddddddddddd�|_ddddd	d
ddd
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__sF3��zDiffResponseEntry.__init__cCs|jS)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
js
zDiffResponseEntry.change_typecCs
||_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
vs
cCs|jS)z�
        Gets the object_type of this DiffResponseEntry.
        The type of the changed object.


        :return: The object_type of this DiffResponseEntry.
        :rtype: str
        �r"r2r.r.r/r�s
zDiffResponseEntry.object_typecCs
||_dS)z�
        Sets the object_type of this DiffResponseEntry.
        The type of the changed object.


        :param object_type: The object_type of this DiffResponseEntry.
        :type: str
        Nr3)r,rr.r.r/r�s
cCs|jS)z�
        Gets the commit_id of this DiffResponseEntry.
        The ID of the commit where the change is coming from.


        :return: The commit_id of this DiffResponseEntry.
        :rtype: str
        �r#r2r.r.r/r�s
zDiffResponseEntry.commit_idcCs
||_dS)z�
        Sets the commit_id of this DiffResponseEntry.
        The ID of the commit where the change is coming from.


        :param commit_id: The commit_id of this DiffResponseEntry.
        :type: str
        Nr4)r,rr.r.r/r�s
cCs|jS)z�
        Gets the old_path of this DiffResponseEntry.
        The path on the target to the changed object.


        :return: The old_path of this DiffResponseEntry.
        :rtype: str
        �r$r2r.r.r/r
�s
zDiffResponseEntry.old_pathcCs
||_dS)z�
        Sets the old_path of this DiffResponseEntry.
        The path on the target to the changed object.


        :param old_path: The old_path of this DiffResponseEntry.
        :type: str
        Nr5)r,r
r.r.r/r
�s
cCs|jS)z�
        Gets the new_path of this DiffResponseEntry.
        The path on the source to the changed object.


        :return: The new_path of this DiffResponseEntry.
        :rtype: str
        �r%r2r.r.r/r�s
zDiffResponseEntry.new_pathcCs
||_dS)z�
        Sets the new_path of this DiffResponseEntry.
        The path on the source to the changed object.


        :param new_path: The new_path of this DiffResponseEntry.
        :type: str
        Nr6)r,rr.r.r/r�s
cCs|jS)z�
        Gets the old_id of this DiffResponseEntry.
        The ID of the changed object on the target.


        :return: The old_id of this DiffResponseEntry.
        :rtype: str
        �r&r2r.r.r/r�s
zDiffResponseEntry.old_idcCs
||_dS)z�
        Sets the old_id of this DiffResponseEntry.
        The ID of the changed object on the target.


        :param old_id: The old_id of this DiffResponseEntry.
        :type: str
        Nr7)r,rr.r.r/r�s
cCs|jS)z�
        Gets the new_id of this DiffResponseEntry.
        The ID of the changed object on the source.


        :return: The new_id of this DiffResponseEntry.
        :rtype: str
        �r'r2r.r.r/r�s
zDiffResponseEntry.new_idcCs
||_dS)z�
        Sets the new_id of this DiffResponseEntry.
        The ID of the changed object on the source.


        :param new_id: The new_id of this DiffResponseEntry.
        :type: str
        Nr8)r,rr.r.r/rs
cCs|jS)z�
        Gets the url of this DiffResponseEntry.
        The URL of the changed object.


        :return: The url of this DiffResponseEntry.
        :rtype: str
        �r(r2r.r.r/rs
zDiffResponseEntry.urlcCs
||_dS)z�
        Sets the url of this DiffResponseEntry.
        The URL of the changed object.


        :param url: The url of this DiffResponseEntry.
        :type: str
        Nr9)r,rr.r.r/rs
cCs|jS)z�
        Gets the added_lines_count of this DiffResponseEntry.
        The number of lines added in whole difference.


        :return: The added_lines_count of this DiffResponseEntry.
        :rtype: int
        �r)r2r.r.r/r*s
z#DiffResponseEntry.added_lines_countcCs
||_dS)z�
        Sets the added_lines_count of this DiffResponseEntry.
        The number of lines added in whole difference.


        :param added_lines_count: The added_lines_count of this DiffResponseEntry.
        :type: int
        Nr:)r,rr.r.r/r6s
cCs|jS)z�
        Gets the deleted_lines_count of this DiffResponseEntry.
        The number of lines deleted in whole difference.


        :return: The deleted_lines_count of this DiffResponseEntry.
        :rtype: int
        �r*r2r.r.r/rBs
z%DiffResponseEntry.deleted_lines_countcCs
||_dS)z�
        Sets the deleted_lines_count of this DiffResponseEntry.
        The number of lines deleted in whole difference.


        :param deleted_lines_count: The deleted_lines_count of this DiffResponseEntry.
        :type: int
        Nr;)r,rr.r.r/rNs
cCs|jS)z�
        Gets the are_conflicts_in_file of this DiffResponseEntry.
        Indicates whether the changed file contains conflicts.


        :return: The are_conflicts_in_file of this DiffResponseEntry.
        :rtype: bool
        �r+r2r.r.r/rZs
z'DiffResponseEntry.are_conflicts_in_filecCs
||_dS)z�
        Sets the are_conflicts_in_file of this DiffResponseEntry.
        Indicates whether the changed file contains conflicts.


        :param are_conflicts_in_file: The are_conflicts_in_file of this DiffResponseEntry.
        :type: bool
        Nr<)r,rr.r.r/rfs
cCst|�S�N)rr2r.r.r/�__repr__rszDiffResponseEntry.__repr__cCs|durdS|j|jkS)NF)�__dict__�r,�otherr.r.r/�__eq__uszDiffResponseEntry.__eq__cCs
||kSr=r.r@r.r.r/�__ne__{szDiffResponseEntry.__ne__N)�__name__�
__module__�__qualname__�__doc__r0�propertyr
�setterrrr
rrrrrrrr>rBrCr.r.r.r/r
sbZ





















rN)�oci.utilrrr�oci.decoratorsr�objectrr.r.r.r/�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit